> For the complete documentation index, see [llms.txt](https://docs.swarmnetwork.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.swarmnetwork.org/swarm-network/network-governance/intro/ballots.md).

# Ballots

**Sponsoring:** To enter the Swarm Network Voting Queue, a GAP needs to be balloted. Any Member may sponsor a ballot by staking a minimum of **two hundred and fifty (250) SWM** tokens, becoming the “Ballot Sponsor.” GAPs that have been balloted are “Governance Action Ballots” or “GABs.” Any Member may petition the Swarm Council to sponsor a GAP.

**Seconding:** While a GAB is in the voting queue any Member may second the GAB any number of times by adding additional deposits of SWM tokens. A member that seconds a GAB is a “Ballot Supporter.”

**Elevation:** Every two months the GABs in the voting queue with the five greatest GAB stakes are elevated for a referendum. The Swarm Council determines, by a majority vote, if any elevated GABs present conflicting actions. In this case, only the GAB with the greatest GAB stake shall be elevated to a referendum. GABs have three voting intervals (six months) to be elevated to a referendum, at which time they are removed from the voting queue.

**What happens to stakes:** SWM tokens that have been staked to a GAB by sponsors and supporters constitute the “GAB stake.” Stakes associated with winning GABs are locked for **fifteen (15) days** after their vote, and then returned to the Ballot Sponsors and Ballot Supporters. The stakes of any failed GABs are forfeited to the Swarm Treasury.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.swarmnetwork.org/swarm-network/network-governance/intro/ballots.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
