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

# Intelligent Bonding

### The Fed for DeFi

The U.S. Federal Reserve sets interest rates based on two key indicators: non-farm payrolls and inflation. When inflation rises, the Fed raises rates and shrinks its balance sheet. When employment weakens, it cuts rates and expands supply.

IBS operates on the same logic — but executed entirely by smart contracts, with no committee, no politics, and no discretion.

{% hint style="success" %}
💡 What is Intelligent Bonding?

It is an algorithmic monetary issuance system. IBS is minted and burned automatically based on real-time on-chain parameters — not by any human decision.
{% endhint %}

#### Bond Purchase Flow

When a user purchases a bond, the following contract path is executed automatically:

```mermaid
graph LR
A[Bond Amount - USDT] -- 50% Swap to --> B(IBS)
A -- 50% --> C(USDT)
B -- 2.5% Sell Tax --> D(IBS)
D -- Add Liquidity --> F{USDT-IBS Pool}
C -- Equivalent Value --> E(USDT)
E -- Add Liquidity --> F
F --> G(LP Token)
G -- Burn --> H(Blackhole)
```

{% hint style="success" %}
🔥 Every bond purchase permanently deepens liquidity.

The LP token generated is immediately sent to the Blackhole address — it can never be withdrawn. This creates a continuously growing, protocol-owned liquidity base.
{% endhint %}

#### Three Conditions for Issuance

Before any new IBS can be minted, the protocol checks three conditions simultaneously:

<table data-header-hidden><thead><tr><th width="287.8203125"></th><th></th></tr></thead><tbody><tr><td>Condition</td><td>What It Means</td></tr><tr><td>Sufficient Collateral</td><td>The IBS/USDT LP must hold enough value to back every new IBS at a minimum of $1 USD.</td></tr><tr><td>Sufficient Liquidity</td><td>The protocol's liquidity depth must be adequate to absorb new supply without destabilizing the peg.</td></tr><tr><td>Positive Premium Index</td><td>The current market price of IBS must be trading above its backed value.</td></tr></tbody></table>

All three must be satisfied. If any condition fails, minting stops automatically.

#### The Premium Index

The Premium Index is the core signal that governs IBS inflation.

{% hint style="success" %}
📐 FormulaPremium Index = IBS Current Price ÷ USDT Backed per IBSWhere:

* IBS Current Price = the USDT/IBS ratio derived from the LP pool
* USDT Backed per IBS = (LP USDT + RBS USDT + Safety Treasury USDT) ÷ IBS Max Supply
  {% endhint %}

Example:

If the current price is $40 and the backed value is $10, the Premium Index is 400%. The protocol can then issue new bonds at up to 400% APR to attract capital and restore equilibrium.

{% hint style="success" %}
🔁 The LogicA high premium means the market values IBS far above its backing — a signal that demand is strong and new issuance is safe. The protocol responds by minting more, at higher rates, until equilibrium is restored.
{% endhint %}

### Four Control Mechanisms

Once the conditions are met, four mechanisms work in concert to manage supply, stability, and long-term solvency:

#### **AEM — Algorithm Emission Mechanism**

The core engine. AEM executes all IBS minting and burning automatically based on the Premium Index and liquidity signals. No manual intervention is ever required.

#### **RBS — Range Bounded Stability**

The price stabilizer.

* 📈 When IBS is bought heavily: RBS mints new IBS into the LP pool, absorbing USDT into protocol reserves.
* 📉 When IBS is sold heavily: RBS injects reserved USDT back into the LP to buy back and burn IBS.

RBS ensures the market price of IBS never strays too far from its backed value in either direction.

#### **YRF — Yield Repurchase Facility**

Protocol revenue put to work. Trading fees, ecosystem income, and other protocol revenues are automatically used to buy back IBS from the market and burn it — creating a continuous deflationary pressure from real economic activity.

#### **MCL — Max Circulation Limit**

The solvency guarantee. MCL ensures the final redemption price of IBS never falls below $1 USDT.

{% hint style="success" %}
🛡️ The MCL Formula When Total Treasury Value ÷ IBS Total Supply approaches 1 USDT, the protocol automatically:

* Reduces the minting rate•Lowers bond discounts
* Decreases interest rates•Eventually halts new issuance entirely
  {% endhint %}

This is the hard floor. It guarantees that every IBS in existence can always be redeemed for at least $1.

### Inflation & Deflation: The Full Cycle

| Direction | Trigger                              | Mechanism                                                               |
| --------- | ------------------------------------ | ----------------------------------------------------------------------- |
| Inflation | High Premium Index                   | AEM mints new IBS; bonds issued at high APR to attract liquidity        |
| Deflation | Liquidity withdrawal / MCL threshold | Operable Cycle shortens; minting rate and APR decline; YRF burns supply |

{% hint style="success" %}
🏦 The Bottom Line

IBS is not a stablecoin. It is a highly intelligent monetary system — one that expands when demand is strong, contracts when liquidity thins, and always protects the $1 redemption floor. It is the Federal Reserve of DeFi, running on code.
{% endhint %}
