# Swarm Protocol

- [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)


---

# Agent Instructions: 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:

```
GET https://docs.swarmnetwork.org/swarm-protocol.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.
