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

# Mainnet Casper Network&#x20;

- [🔄 Friendly Swap](https://docs.friendly.market/products/amm.md)
- [How To Trade](https://docs.friendly.market/products/amm/how-to-trade.md)
- [How To Provide Liquidity](https://docs.friendly.market/products/amm/how-to-provide-liquidity.md)
- [How To Import Liquidity](https://docs.friendly.market/products/amm/how-to-import-liquidity.md)
- [How To Remove Liquidity](https://docs.friendly.market/products/amm/how-to-remove-liquidity.md)
- [Liquidity Pools](https://docs.friendly.market/products/amm/liquidity-pools.md): Learn about Liquidity Pools
- [FAQ](https://docs.friendly.market/products/amm/faq.md)
- [🖼️ NFT Marketplace](https://docs.friendly.market/products/nft-marketplace.md)
- [CSPR and WCSPR](https://docs.friendly.market/products/nft-marketplace/cspr-and-wcspr.md)
- [Quick Information & Tips](https://docs.friendly.market/products/nft-marketplace/quick-information-and-tips.md)
- [NFT Profile](https://docs.friendly.market/products/nft-marketplace/nft-profile.md)
- [Selling your NFT](https://docs.friendly.market/products/nft-marketplace/selling-your-nft.md)
- [How To Bid](https://docs.friendly.market/products/nft-marketplace/how-to-bid.md)
- [Fixed Price Purchase](https://docs.friendly.market/products/nft-marketplace/fixed-price-purchase.md)
- [Making An Offer](https://docs.friendly.market/products/nft-marketplace/making-an-offer.md)
- [Create your Collection](https://docs.friendly.market/products/nft-marketplace/create-your-collection.md)
- [Managing your Collection](https://docs.friendly.market/products/nft-marketplace/managing-your-collection.md)
- [FAQ's](https://docs.friendly.market/products/nft-marketplace/faqs.md)
- [Report Inappropriate Content](https://docs.friendly.market/products/nft-marketplace/report-inappropriate-content.md): If you feel any content on our NFT Marketplace is inappropriate please report it and we will remove the content swiftly.
- [🤖 Ghobot | Your Casper Trading Companion](https://docs.friendly.market/products/ghobot-or-your-casper-trading-companion.md)
- [Ghobot Setup](https://docs.friendly.market/products/ghobot-or-your-casper-trading-companion/ghobot-setup.md)
- [Transferring CSPR To & From Ghobot](https://docs.friendly.market/products/ghobot-or-your-casper-trading-companion/transferring-cspr-to-and-from-ghobot.md): Simply Transfer CSPR tokens to and from Ghobot in a few easy steps!
- [Transferring Other Tokens](https://docs.friendly.market/products/ghobot-or-your-casper-trading-companion/transferring-other-tokens.md)
- [Swapping](https://docs.friendly.market/products/ghobot-or-your-casper-trading-companion/swapping.md)
- [Export Wallet](https://docs.friendly.market/products/ghobot-or-your-casper-trading-companion/export-wallet.md)
- [Private Key Security](https://docs.friendly.market/products/ghobot-or-your-casper-trading-companion/private-key-security.md)
- [FAQ's](https://docs.friendly.market/products/ghobot-or-your-casper-trading-companion/faqs.md): Find help and advice for using Ghobot.
- [CSPR.fun](https://docs.friendly.market/products/cspr.fun.md)
- [How to Trade](https://docs.friendly.market/products/cspr.fun/how-to-trade.md)
- [How to Create a Token](https://docs.friendly.market/products/cspr.fun/how-to-create-a-token.md)
- [What is a Bonding Curve](https://docs.friendly.market/products/cspr.fun/what-is-a-bonding-curve.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 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, and the optional `goal` query parameter:

```
GET https://docs.friendly.market/products.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
