> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rndrntwrk.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Proposals & Treasury Splits

> How economic policy evolves inside the network

<Info>**Status: Designed**: Governance voting is not yet live. Split proposals follow the designed framework.</Info>

## Overview

RNDRNTWRK economic policy is set by stakeholders, not operators. Stake-weighted voting configures the Treasury split between Creator and Stakeholders within a bounded range (e.g., 20/80 to 80/20). Proposals manage policy parameters like minimum buyback %, unbonding windows, and campaign guardrails.

## Governance Objects

* SplitConfig: min/max bounds and current active split
* BuybackPolicy: minimum buyback percentage (≥20%), optional ceiling
* UnbondingPolicy: cooldown windows for staking exits
* VenuePolicy: allow-lists for DEX venues and oracle sources

## Lifecycle

<Steps>
  <Step title="Proposal Creation">
    Any stakeholder can propose a change; proposals specify target object, change set, and justification.
  </Step>

  <Step title="Voting Window">
    Stake-weighted voting with quorum and majority thresholds. Abstain/No/Yes tallied with on-chain records.
  </Step>

  <Step title="Execution Delay">
    Short timelock before changes are enacted; circuit breakers apply to risky changes.
  </Step>

  <Step title="Activation">
    Contract state updated; public receipts and dashboards reflect new parameters.
  </Step>
</Steps>

## Parameters (Defaults)

* Split bounds: 20/80 ↔ 80/20 (creator/stakeholders)
* Minimum buyback: ≥20%
* Unbonding: creator-defined within published limits

<Note>
  Related: [Fee Distribution](/tokenomics/fee-distribution) · [Creator Tokens](/tokenomics/creator-tokens)
</Note>
