# Fixes World

## Fixes World

- [What is Fixes?](https://docs.fixes.world/what-is-fixes.md)
- [Fixes Inscription](https://docs.fixes.world/concepts/fixes-inscription.md): Fixes - the inscription contract of the Fixes World
- [Fixes Coins](https://docs.fixes.world/concepts/fixes-coins.md): The standard Fungible Tokens in Fixes World
- [Guide 1: How to Launch a new Coin?](https://docs.fixes.world/concepts/fixes-coins/guide-1-how-to-launch-a-new-coin.md): With tradable pool activated.
- [Lottery Game](https://docs.fixes.world/concepts/lottery-game.md): A 100% on-chain lottery system in Fixes World
- [𝔉rc20s](https://docs.fixes.world/concepts/rc20s.md): An experimental application protocol of Fixes. The on-chain 𝔉rc20 token indexer and maintainer.
- [Token List](https://docs.fixes.world/concepts/token-list.md): A 100% On-chain Permissionless Fungible Token List on Flow Blockchain
- [Query TokenList](https://docs.fixes.world/concepts/token-list/query-tokenlist.md): Get all fungible tokens
- [Query Reviewers](https://docs.fixes.world/concepts/token-list/query-reviewers.md): Get all reviewers
- [On-chain Interactions](https://docs.fixes.world/developer/on-chain-interactions.md): Welcome to FIXeS on-chain interactions documentation
- [𝔉rc20](https://docs.fixes.world/developer/on-chain-interactions/rc20.md)
- [Deploy - tx](https://docs.fixes.world/developer/on-chain-interactions/rc20/deploy-tx.md): Deploy a new 𝔉rc20 token
- [Mint(batch) - tx](https://docs.fixes.world/developer/on-chain-interactions/rc20/mint-batch-tx.md): Mint 𝔉rc20 token
- [Transfer - tx](https://docs.fixes.world/developer/on-chain-interactions/rc20/transfer-tx.md): Transfer 𝔉rc20 token
- [Burn - tx](https://docs.fixes.world/developer/on-chain-interactions/rc20/burn-tx.md): Burn 𝔉rc20 token (only for burnable 𝔉rc20)
- [List for Sale - tx](https://docs.fixes.world/developer/on-chain-interactions/rc20/list-for-sale-tx.md): List 𝔉rc20 token to the marketplace for sale
- [Take list as buyer  - tx](https://docs.fixes.world/developer/on-chain-interactions/rc20/take-list-as-buyer-tx.md): Take the 𝔉rc20 token sale listing as a buyer
- [List for Purchase - tx](https://docs.fixes.world/developer/on-chain-interactions/rc20/list-for-purchase-tx.md): List 𝔉rc20 token to the marketplace for purchase
- [Take list as seller  - tx](https://docs.fixes.world/developer/on-chain-interactions/rc20/take-list-as-seller-tx.md): Take the 𝔉rc20 token purchase listing as a seller
- [Cancel Listing - tx](https://docs.fixes.world/developer/on-chain-interactions/rc20/cancel-listing-tx.md): Cancel a 𝔉rc20 token listing
- [Fixes Inscription](https://docs.fixes.world/developer/on-chain-interactions/fixes-inscription.md): This document is for developers who wish to extend the Fixes Inscription protocol.
- [EstimateCost - read](https://docs.fixes.world/developer/on-chain-interactions/fixes-inscription/estimatecost-read.md): Estimate current inscribing cost
- [Open API Service](https://docs.fixes.world/developer/open-api-service.md): Welcome to 𝔉rc20 Developer Service documentation
- [𝔉rc20 Basics](https://docs.fixes.world/developer/open-api-service/rc20-basics.md)
- [Query 𝔉rc20 Tokens](https://docs.fixes.world/developer/open-api-service/rc20-basics/query-rc20-tokens.md)
- [Fetch 𝔉rc20 Token Info](https://docs.fixes.world/developer/open-api-service/rc20-basics/fetch-rc20-token-info.md)
- [Check 𝔉rc20 registered](https://docs.fixes.world/developer/open-api-service/rc20-basics/check-rc20-registered.md)
- [Get 𝔉rc20 balances](https://docs.fixes.world/developer/open-api-service/rc20-basics/get-rc20-balances.md)
- [Get 𝔉rc20 balance](https://docs.fixes.world/developer/open-api-service/rc20-basics/get-rc20-balance.md)
- [𝔉rc20 Marketplace](https://docs.fixes.world/developer/open-api-service/rc20-marketplace.md)
- [Query all 𝔉rc20 Markets](https://docs.fixes.world/developer/open-api-service/rc20-marketplace/query-all-rc20-markets.md)
- [Fetch 𝔉rc20 Market detailed info](https://docs.fixes.world/developer/open-api-service/rc20-marketplace/fetch-rc20-market-detailed-info.md)
- [Check 𝔉rc20 Market enabled](https://docs.fixes.world/developer/open-api-service/rc20-marketplace/check-rc20-market-enabled.md): Marketenabled
- [Query 𝔉rc20 Listings](https://docs.fixes.world/developer/open-api-service/rc20-marketplace/query-rc20-listings.md)
- [Query Market Trading History](https://docs.fixes.world/developer/open-api-service/rc20-marketplace/query-market-trading-history.md)
- [Query Address Trading History](https://docs.fixes.world/developer/open-api-service/rc20-marketplace/query-address-trading-history.md)
- [Utilities](https://docs.fixes.world/developer/open-api-service/utilities.md)
- [Estimate Fixes inscribing cost](https://docs.fixes.world/developer/open-api-service/utilities/estimate-fixes-inscribing-cost.md)
- [Get current $FLOW price](https://docs.fixes.world/developer/open-api-service/utilities/get-current-usdflow-price.md)
- [Legal Disclaimer](https://docs.fixes.world/developer/open-api-service/legal-disclaimer.md): Read this first before using the application programming interface (“API”) service from FIXeS Protocol.


---

# 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.fixes.world/what-is-fixes.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.
