# Swarm

## Swarm

- [Introduction](https://docs.swarm.com/readme.md)
- [Market Participants](https://docs.swarm.com/getting-started/market-participants.md)
- [FAQ](https://docs.swarm.com/getting-started/faq.md)
- [Polygon FAQ](https://docs.swarm.com/getting-started/polygon-faq.md): Questions and Answers about using the Swarm DEX on the Polygon Network
- [SMT](https://docs.swarm.com/token/smt.md)
- [Passport](https://docs.swarm.com/core-concepts/passport.md)
- [Business Accounts](https://docs.swarm.com/core-concepts/businesses.md): Business Accounts are now available on Swarm
- [Wallet](https://docs.swarm.com/core-concepts/wallet.md)
- [dOTC](https://docs.swarm.com/core-concepts/dotc.md): Decentralised over-the-counter trading
- [Authorized Assets](https://docs.swarm.com/reference/authorized-assets.md): Digital assets listed on Swarm go through a process of due diligence, risk analysis and authorization to ensure compliance.
- [Crypto Assets](https://docs.swarm.com/reference/authorized-assets/crypto-assets.md)
- [Smart contracts](https://docs.swarm.com/reference/smart-contracts.md)
- [Audits](https://docs.swarm.com/reference/smart-contract-audit.md): Audits of the Swarm core smart contracts
- [APIs](https://docs.swarm.com/reference/apis.md)
- [Onboarding API](https://docs.swarm.com/reference/apis/onboarding-api.md): A solution for institutions who do not have a know-your-customer (KYC) and anti money laundering (AML) provider to offer regulatory-compliant tokenized securities and trading to their users.
- [Subgraph](https://docs.swarm.com/reference/apis/subgraph.md)
- [KYC Select](https://docs.swarm.com/reference/kyc-select.md): Built-in optional regulatory compliance into open trading infrastructure
- [About us](https://docs.swarm.com/about/about.md)
- [Careers](https://docs.swarm.com/about/careers.md)
- [Backend Developer](https://docs.swarm.com/about/careers/backend-developer.md): Full Time / Remote
- [Frontend Developer](https://docs.swarm.com/about/careers/frontend-developer.md): Full Time / Remote
- [Blockchain Developer](https://docs.swarm.com/about/careers/blockchain-developer.md): Full Time / Remote
- [Terms](https://docs.swarm.com/about/terms.md)
- [Imprint](https://docs.swarm.com/about/terms/imprint.md)
- [Terms of Service](https://docs.swarm.com/about/terms/tos.md)
- [Terms of Service - Custody](https://docs.swarm.com/about/terms/terms-of-service-custody.md)
- [Privacy](https://docs.swarm.com/about/terms/privacy.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.swarm.com/readme.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.
