# Developer

- [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: 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.fixes.world/developer.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.
