Summary

This will instruct the NeuronController canister to call 'manage_neuron' on the NNS governance canister, to split off a new neuron with 100k ICP stake from neuron 15574844586067538603 which currently has a stake of 200k ICP.

As a follow on step we will submit another proposal to start dissolving this new neuron.

This will allow OpenChat to access these funds as needed in 6 months once the new neuron has dissolved.

Payload

Proposal to execute nervous system function:

Nervous system function:

NervousSystemFunction { id: 8001, name: "Manage NNS neuron", description: Some( "This will instruct the NeuronController canister to call 'manage_neuron' on the NNS governance canister to manage one of the neurons it controls.\n\nThis can be used to configure the neuron, set up following, spawn a new neuron, etc.", ), function_type: Some( GenericNervousSystemFunction( GenericNervousSystemFunction { target_canister_id: Some( tktqu-nyaaa-aaaar-qackq-cai, ), target_method_name: Some( "manage_nns_neuron", ), validator_canister_id: Some( tktqu-nyaaa-aaaar-qackq-cai, ), validator_method_name: Some( "manage_nns_neuron_validate", ), topic: Some( TreasuryAssetManagement, ), }, ), ), }

Payload sha256:

e809e81dc747097ff598acb111919e171017d7969bffbb4934710399ee195d76

Payload:

{ "neuron_id": 15574844586067538603, "command": { "Split": { "amount_e8s": 10000000000000 } } }

Overview