> For the complete documentation index, see [llms.txt](https://docs.inter.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inter.trade/inter-protocol-system-documentation/parity-stability-module.md).

# Parity Stability Module

IST will be a stable token controlled by smart contracts on the Agoric blockchain but used primarily in decentralized finance applications on external chains.

In this initial launch, IST will be minted only by the Parity Stability Module (PSM) contract, which may have multiple instantiations. Each PSM is willing to trade IST for a single external stable token and vice versa. These external stable tokens are chosen by governance in the form of a vote of all BLD holders. Governance may elect to only allow one external stable token, in which case only one PSM will be instantiated.

The Parity Stability Module has two primary functions:&#x20;

1. wantMinted - user gives PSM the accepted external stable token; PSM mints IST and gives it to the user&#x20;
2. giveMinted - user gives IST back to the PSM, which is burned; PSM returns the external stable token

Once the user has received IST, he or she will transfer it to an external chain over the Inter Blockchain Communication (IBC) 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 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, and the optional `goal` query parameter:

```
GET https://docs.inter.trade/inter-protocol-system-documentation/parity-stability-module.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
