Skip to content

aragonosx:propose

Wrap actions into a proposal on one of the DAO's governance plugins.

aragonosx:propose <plugin> <block>
NameTypeDescription
pluginpluginGovernance plugin creating the proposal
blockblockActions to propose
NameTypeDescription
--metadatastringProposal metadata (conventionally an IPFS URI)
--startnumberStart date (unix seconds); defaults to now
--endnumberEnd date (unix seconds); defaults to the minimum duration
--votestringVote on creation (token-voting): yes, no or abstain
--approveboolApprove on creation (multisig)
--try-executionboolExecute in the same call if the proposal already passes
--allow-failure-mapnumberBitmap of actions allowed to fail (default none)
# Propose a treasury transfer through the token-voting plugin, voting yes on creation
aragonosx:connect 0x2222222222222222222222222222222222222222 (
aragonosx:propose token-voting --metadata "ipfs://QmMetadata" --vote yes (
exec 0x6B175474E89094C44Da98b954EedeAC495271d0F transfer(address,uint256) 0xc125218F4Df091eE40624784caF7F47B9738086f 100e18
)
)