# What is Fixes?

Fixes World is a programable token universe on Flow blockchain.&#x20;

It provides multiple fungible token issuance, trading, staking, and governance services. It is driven by the inscription mechanism to enable underlying programmable features:

* **Coins ->** Create/Manage/Trade for all the Fixes coins.
* **Lottery ->** Purchase lottery tickets to get a chance to win platform tokens.
* **Staking ->** Stake specific **𝔉rc20** Token to share platform profits and multiple **𝔉rc20** token vestings.
* **Governance ->** Vote on proposals to participate in governance.
* **𝔉rc20s ->** Deploy/Mint/Transfer/Burn **𝔉rc20** Tokens.
* **Markets ->** Trading **𝔉rc20** Token, you can place a buy or sell order.

## Concepts

<table data-card-size="large" data-column-title-hidden data-view="cards"><thead><tr><th data-card-target data-type="content-ref"></th><th></th></tr></thead><tbody><tr><td><a href="concepts/fixes-inscription">fixes-inscription</a></td><td>The concept of Fixes inscription</td></tr><tr><td><a href="concepts/fixes-coins">fixes-coins</a></td><td>The concept of Fixes Coins</td></tr><tr><td><a href="concepts/lottery-game">lottery-game</a></td><td>The rules of Fixes Lottery Game</td></tr><tr><td><a href="concepts/rc20s">rc20s</a></td><td>The concept of 𝔉rc20 On-chain Indexer</td></tr></tbody></table>

## Developer

{% content-ref url="developer/on-chain-interactions" %}
[on-chain-interactions](https://docs.fixes.world/developer/on-chain-interactions)
{% endcontent-ref %}

{% content-ref url="developer/open-api-service" %}
[open-api-service](https://docs.fixes.world/developer/open-api-service)
{% endcontent-ref %}


---

# 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/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.
