Skip to main content

Community Governance API

Admin-only proposal creation and community voting for claimed token holders. Governance proposals are surfaced in the community program response.

Create proposal

Creates a new governance proposal. Requires admin session authentication.

Request body

Example request

Response

Response fields

Errors


Vote on proposal

Submits or updates a vote on an active governance proposal. Requires session authentication and a claimed holder status.

Path parameters

Request body

Example request

Response

Voting rules

  • Only users who have claimed community rewards can vote.
  • Voting power is determined by the voter’s tier: Whale (10), Builder (3), Holder (1).
  • Submitting a new vote on the same proposal replaces the previous vote.
  • Only proposals with active status accept votes.

Errors