Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

DAO proposals

Euler governance can use several systems, each with a different role:

  1. Forum: public discussion and review.
  2. Snapshot: offchain signed voting under the Euler space's current strategies and rules.
  3. Safe, timelock, or governor execution: the transaction that changes contract state or moves assets.

A Snapshot result normally records an offchain governance signal. Onchain execution is a separate step unless the proposal uses a specifically configured execution module.

Create a proposal

  • Open a forum thread describing the motivation, requested actions, risks, and executable calldata where applicable.
  • Check the live Euler Snapshot space for the current proposal threshold, voting strategies, quorum, voting period, and delegation behavior.
  • Identify the Safe, governor, timelock, module, or other executor that would carry out the decision.
  • Create the proposal in the system appropriate to that decision.
  • After voting, link the execution transaction. If no transaction follows, label the result as a signaling vote.

Read next