# Swarm Network

## Swarm Network

- [Swarm Network](https://docs.swarmnetwork.org/master.md): The Swarm Network is a group of persons (Members) joining to support the development of a digital infrastructure designed to foster the emerging digital securities economy.
- [Network Governance](https://docs.swarmnetwork.org/swarm-network/network-governance.md): This documentation summarizes the practical usage of Swarm governance. based on the authoritative network-approved Swarm Network Constitution.
- [Getting started](https://docs.swarmnetwork.org/swarm-network/network-governance/getting-started.md)
- [The Swarm Network](https://docs.swarmnetwork.org/swarm-network/network-governance/the-swarm-network.md)
- [Powers](https://docs.swarmnetwork.org/swarm-network/network-governance/the-swarm-network/powers.md)
- [Governance](https://docs.swarmnetwork.org/swarm-network/network-governance/the-swarm-network/governance.md)
- [Members](https://docs.swarmnetwork.org/swarm-network/network-governance/the-swarm-network/members.md)
- [Swarm Council](https://docs.swarmnetwork.org/swarm-network/network-governance/the-swarm-network/the-swarm-council.md)
- [Treasury](https://docs.swarmnetwork.org/swarm-network/network-governance/the-swarm-network/treasury.md)
- [Initiating Governance Actions](https://docs.swarmnetwork.org/swarm-network/network-governance/actions.md)
- [Introduction](https://docs.swarmnetwork.org/swarm-network/network-governance/actions/ballots.md): Governance action proposals, and how to submit one.
- [Proposals](https://docs.swarmnetwork.org/swarm-network/network-governance/actions/proposals.md): Governance Actions start as ideas that originate in the Swarm community, eventually developing into a crystallized proposal.
- [Ballot Types](https://docs.swarmnetwork.org/swarm-network/network-governance/actions/ballot-types.md)
- [Submitting a GAP](https://docs.swarmnetwork.org/swarm-network/network-governance/actions/proposal-process.md): How to submit a governance action proposal for balloting.
- [Governance Action Voting Process](https://docs.swarmnetwork.org/swarm-network/network-governance/intro.md)
- [Ballots](https://docs.swarmnetwork.org/swarm-network/network-governance/intro/ballots.md)
- [Retrieving the text of previous ballots](https://docs.swarmnetwork.org/swarm-network/network-governance/intro/retrieving-the-text-of-previous-ballots.md)
- [Voting](https://docs.swarmnetwork.org/swarm-network/network-governance/intro/voting.md)
- [SWM Token](https://docs.swarmnetwork.org/swarm-network/swm-token.md): The SWM token is the essential element which powers the SWARM ecosystem.
- [SWM Staking](https://docs.swarmnetwork.org/swarm-network/swm-staking.md): Stake your SWM tokens to participate in network governance and earn rewards.
- [SRC20](https://docs.swarmnetwork.org/swarm-protocol/src20.md): Note: This page describes an older version of the smart contract suite. We will update it soon!
- [SRC20 Token Contract](https://docs.swarmnetwork.org/swarm-protocol/src20/src20-token-contract.md)
- [Transfer Rules Contract](https://docs.swarmnetwork.org/swarm-protocol/src20/transfer-rules-contract.md)
- [Featured Contract](https://docs.swarmnetwork.org/swarm-protocol/src20/featured-contract.md)
- [Roles Contract](https://docs.swarmnetwork.org/swarm-protocol/src20/roles-contract.md)
- [SRC20 Registry Contract](https://docs.swarmnetwork.org/swarm-protocol/src20/src20-registry-contract.md)
- [Asset Registry Contract](https://docs.swarmnetwork.org/swarm-protocol/src20/asset-registry-contract.md)
- [Minter Contract](https://docs.swarmnetwork.org/swarm-protocol/src20/minter-contract.md)
- [SRC20Factory Contract](https://docs.swarmnetwork.org/swarm-protocol/src20/src20factory-contract.md)
- [Swarm Powered Fundraise](https://docs.swarmnetwork.org/swarm-protocol/spf.md): Note: This page describes an older version of the smart contract suite. We will update it soon!
- [Uniswap Proxy Contract](https://docs.swarmnetwork.org/swarm-protocol/spf/uniswap-proxy-contract.md): - BETA -
- [Currency Registry Contract](https://docs.swarmnetwork.org/swarm-protocol/spf/currency-registry-contract.md): - BETA -
- [Affiliate Manager Contract](https://docs.swarmnetwork.org/swarm-protocol/spf/affiliate-manager-contract.md): - BETA -
- [Swarm Powered Fundraise Contract](https://docs.swarmnetwork.org/swarm-protocol/spf/swarm-powered-fundraise-contract.md): - BETA -
- [Contributor Restrictions Contract](https://docs.swarmnetwork.org/swarm-protocol/spf/contributor-restrictions-contract.md): - BETA -
- [mySwarm.app](https://docs.swarmnetwork.org/swarm-protocol/myswarm.app.md): Currently in audit. Coming soon!
- [kovan.mySwarm.app (test version, please use this)](https://docs.swarmnetwork.org/swarm-protocol/kovan-test-version.md)
- [Mumbai Testnet](https://docs.swarmnetwork.org/swarm-protocol/mumbai-testnet.md)
- [Legacy Masternode Reward Collection](https://docs.swarmnetwork.org/open-tools/legacy-masternode-reward-collection.md): We've discontinued the Masternode reward program. Here's what you need to know:
- [VerifiedExistence](https://docs.swarmnetwork.org/open-tools/verifiedexistence.md)
- [Market Access Protocol](https://docs.swarmnetwork.org/open-tools/market-access-protocol.md): A New Industry Standard for Trading Security Tokens​
- [FAQ](https://docs.swarmnetwork.org/keep-up/faq.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.swarmnetwork.org/master.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
