|
| 1 | +--- |
| 2 | +title: Emission Proposals |
| 3 | +description: Understanding emission proposals, how they work, and their role in managing Torus network incentives and economics. |
| 4 | +--- |
| 5 | + |
| 6 | +import { |
| 7 | + Aside, |
| 8 | + Card, |
| 9 | + CardGrid, |
| 10 | + Code, |
| 11 | + Steps, |
| 12 | + Tabs, |
| 13 | + TabItem, |
| 14 | +} from "@astrojs/starlight/components"; |
| 15 | + |
| 16 | +Emission proposals can adapt the token emission rate and distribution across different coponents of the protocol. |
| 17 | + |
| 18 | +These proposals allow the community to adapt the macro-economics of the network based on the network's context and external conditions. They can shift both the rate of emissions, and how those emissions are distributed between agents, allocator dividends and the protocol treasury. |
| 19 | + |
| 20 | +<Aside type="tip"> |
| 21 | +**Emission proposals require community consensus** through the governance voting process, ensuring that changes to network economics reflect the collective will of TORUS stakeholders. |
| 22 | +</Aside> |
| 23 | + |
| 24 | +## How Emission Proposals Work |
| 25 | + |
| 26 | +Emission proposals allow TORUS stakeholders to configure 3 key percentage parameters: |
| 27 | + |
| 28 | +### Core Parameters |
| 29 | + |
| 30 | +The three parameters control two separate distribution pools: |
| 31 | + |
| 32 | +**Burn Distribution (up to 100% total):** |
| 33 | +- **Recycling Percentage**: Portion of emissions that is recycled |
| 34 | +- **Treasury Percentage**: Portion allocated to the protocol treasury |
| 35 | + |
| 36 | +The remaining % of emissions is distributed to the network. |
| 37 | + |
| 38 | +*Note: Recycling Percentage + Treasury Percentage can be up to 100% total (e.g., 60% combined is valid)* |
| 39 | + |
| 40 | +**Incentive Distribution (up to 100% total):** |
| 41 | +- **Incentives Ratio**: The incentive distribution ratio between agents and stake allocator dividends |
| 42 | + |
| 43 | +### Proposal conditions |
| 44 | + |
| 45 | +For a proposal to pass, it must meet two requirements: |
| 46 | +- **Majority Support**: More than 50% of votes must be positive |
| 47 | +- **Participation Threshold**: Total votes must exceed 10% of all TORUS staked in the network + it must be at least 2 days old |
| 48 | + |
| 49 | + |
| 50 | +## Related Concepts |
| 51 | + |
| 52 | +- **[Governance & DAO](https://docs.torus.network/explanations/v05/governance-dao/)** - Understanding the broader DAO framework |
| 53 | +- **[Tokenomics](https://docs.torus.network/getting-started/tokenomics/)** - How TORUS token economics work |
| 54 | +- **[Permission System](https://docs.torus.network/explanations/v05/permissions/)** - How governance permissions enable proposal creation |
| 55 | + |
| 56 | +<Aside type="tip" title="Ready to Create a Proposal?"> |
| 57 | + Follow our [emission proposal guide](https://docs.torus.network/how-to-guides/goal-leaders/create-emission-proposal/) to learn the step-by-step process. |
| 58 | +</Aside> |
0 commit comments