> For the complete documentation index, see [llms.txt](https://sauron.gitbook.io/mith-cash/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sauron.gitbook.io/mith-cash/how-does-mithril-cash-work.md).

# How Does Mithril Cash Work

While several different designs of algorithmic stablecoins have launched, we believe that the Basis Cash design is the best out there. It’s proven to be resilient while also having the widest distribution of users. Mithril Cash is a fork of the Basis Cash protocol.&#x20;

The Mithril Cash protocol controls money supply similarly to how central banks of the world may guide the value of fiat money through monetary policy. By controlling the quantity of money supply in an economy by buying or selling bonds, a target value can be achieved (In this case $1). Instead of a central bank or a currency board, rules are set and executed programmatically via smart contracts so that behavior of the system can be predictable.<br>


---

# 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://sauron.gitbook.io/mith-cash/how-does-mithril-cash-work.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.
