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

# Convert

### Converting $BTCw to $BTCd

**Managing Daily Allocations and Preventing Inflation**

Every day, a specific supply of $BTCw is allocated to support the conversion of $BTCd to $BTCw . (Refer to the [Revenue Sharing](/economic/benefits-of-sharing.md) section for more information.)&#x20;

<figure><img src="/files/wKzAycU2fWTSq5IQDQdM" alt="" width="492"><figcaption></figcaption></figure>

To control the supply of $BTCw released into circulation and prevent long-term inflation of the $BTCw currency, we must tightly design all actions related to introducing additional $BTCw into circulation. Since the allocated amount of $BTCw for withdrawal through the conversion mechanism is fixed daily, while the user demand is dynamic, we will implement a queuing mechanism for those wanting to convert $BTCd to $BTCw .&#x20;

**Queue System and FCFS Mechanism**

Each user can only execute a conversion order of 100 $BTCd at a time. After their withdrawal order is completed, they can place another conversion order. Each user placing a conversion order is considered to be in the queue. The larger the queue, the longer the number of days it may take to receive the $BTCd tokens. This follows the First Come First Serve (FCFS) mechanism widely applied in the crypto market.


---

# 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.btcw.tech/economic/convert.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.
