# 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: 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.inter.trade/inter-protocol-system-documentation/parity-stability-module.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.
