# The Protocol

- [Overview](https://docs.secretswap.net/the-protocol/overview.md)
- [Stakeholders](https://docs.secretswap.net/the-protocol/stakeholders.md)
- [SecretTokens](https://docs.secretswap.net/the-protocol/secrettokens.md): Secret Tokens are the privacy tokens powered by Secret Contracts on Secret Network. Using Secret Contracts, the network achieves privacy network effects.
- [Viewing Keys](https://docs.secretswap.net/the-protocol/viewing-keys.md): Viewing Keys allow users to see balances of SecretTokens
- [Bridges](https://docs.secretswap.net/the-protocol/bridges.md): Bridges allow cross-chain liquidity on SecretSwap and allow Secret Network to provide privacy to the blockchain ecosystem.
- [SEFI Token](https://docs.secretswap.net/the-protocol/sefi-token.md): The SEFI Token is the governance token for SecretSwap and is also used to incentivize traders and liquidity provider on SecretSwap
- [CSHBK Token](https://docs.secretswap.net/the-protocol/cshbk-token.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.secretswap.net/the-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.
