Search Apps Documentation Source Content File Folder Download Copy Actions Download

README.md

1.06 Kb ยท 43 lines

Community Pool

GnoSwap community treasury for ecosystem development.

Overview

Community-governed treasury that receives protocol emissions and fees for ecosystem growth initiatives. Also collects unclaimed internal staking rewards from warmup periods.

Configuration

  • Emission Allocation: 5% of GNS emissions (default)
  • Governance Control: All disbursements require proposal
  • Fund Sources: GNS emissions, unclaimed rewards (internal reward only), protocol fees

Governance Process

  • Proposal Creation: Submit funding request with justification
  • Voting Period: Token holders vote on proposal
  • Execution: Approved transfers execute automatically
  • Transparency: All operations emit events

Key Functions

TransferToken

Transfers tokens to specified address (governance only).

Usage

1// Transfer via governance proposal
2TransferToken(
3    "gno.land/r/demo/usdc",
4    recipientAddr,
5    1000000,
6)

Security

  • Governance-only transfers
  • No emergency withdrawals
  • Event emission for transparency
  • Multi-token support