Proposals

Proposals are smart contracts.

DAO proposals are expressed as smart contracts, enabling StackerDAO OS to have automatic proposal functionality (when a proposal is approved, the DAO executes the underlying logic of the proposal contract). These smart contracts implement a specific proposal-trait and may be executed by the DAO when certain conditions are met. This allows StackerDAO OS to be extremely flexible and have an almost limitless amount of potential actions that it can take.

Because they are smart contracts, each unique proposal must first be deployed by a transaction. Then, it can be submitted in a subsequent transaction.

Last updated