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

# CoinCollect App (Web)

The CoinCollect web app is available at <https://app.coincollect.org>.

## Main sections

* **Swap**: <https://app.coincollect.org/swap>
* **Liquidity (add/remove)**: <https://app.coincollect.org/liquidity>
* **NFT Pools (stake NFTs)**: <https://app.coincollect.org/nftpools>
* **Claim rewards**: <https://app.coincollect.org/claim>
* **NFTs** (collections, profile, activity): <https://app.coincollect.org/nfts>
* **Governance / Voting**: <https://app.coincollect.org/voting>
* **Info / Analytics**: <https://app.coincollect.org/info>
* **Games**: <https://app.coincollect.org/games>

## Networks (important)

CoinCollect uses EVM networks. Some features may require a specific network (for example, Polygon for many CoinCollect contracts, and BNB Chain for swap/liquidity-style features). Always check the network selector in the app before confirming transactions.

## Safety

* Use only verified links from [Official Accounts](/extras/offical-accounts.md).
* Never share your seed phrase or private keys.


---

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

```
GET https://docs.coincollect.org/coincollect-app.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.
