# Scads Tokenomics

{% hint style="info" %}
SCADS is an algo-elastic supply stable coin.
{% endhint %}

## How to keep SCADS price

{% hint style="success" %}
SCADS keeps the price by inflation reward and burning happening by manual

&#x20;every 12 hours (2:00, 14:00 UTC every day).
{% endhint %}

SCADS TWAP is the important option to decide inflation reward or burning. It shows the price gap for 12 hours.

### When will be SCADS burned

{% hint style="success" %}
If 12-hour SCADS TWAP < 0.99, a burn will be triggered.
{% endhint %}

Burn Amount will be decided by below formula.

> **Burn Amount = (1 - 12-hour SCADS** **TWAP) \* Total SCADS Supply**

Here, Total supply of SCADS is set as 350000 in current version.

### When will be SCADS Inflation generated

{% hint style="success" %}
If 12-hour SCADS TWAP > 1.01, an inflation will be triggered.
{% endhint %}

The inflation reward comes from initial supply.

Inflation Reward Amount will be decided by below formula.

> **Inflation Reward = (12-hour SCADS** **TWAP - 1) \* Circulation Supply / Buffer**

Here, Buffer parameter is introduced when an inflation is triggered, this buffer parameter for now is 5. The buffer parameter help stabilize the SCADS price. And Circulation Supply is set as 50000 in current version.

## **How to distribute** SCADS **Inflation reward**

{% hint style="success" %}
When SCADS Inflation happened, Inflation reward will be distributed to the SCADS eco-system consist of several pools.
{% endhint %}

| Distributed to             | Reward Percentage(% of Inflation) | When will be happened                   |
| -------------------------- | --------------------------------- | --------------------------------------- |
| SCADS/BUSD LP (Scads)      | 35                                | If SCADS TWAP > 1.01 at 2:00, 14:00 UTC |
| SCADS/BUSD LP (ApeSwap)    | 15                                | If SCADS TWAP > 1.01 at 2:00, 14:00 UTC |
| SCADS/BUSD LP (BiSwap)     | 15                                | If SCADS TWAP > 1.01 at 2:00, 14:00 UTC |
| SCADS Staking Pool (Scads) | 15                                | If SCADS TWAP > 1.01 at 2:00, 14:00 UTC |

## Why is the SCADS Inflation and Burn by manual?

{% hint style="success" %}
It's because SCADS TWAP is not calculated automatically at Scads V1.
{% endhint %}

SCADS Inflation and Burn is decided by SCADS TWAP every 12 hours. It is impossible to automate SCADS Inflation and Burn because SCADS TWAP is calculated by manual for now.

{% hint style="info" %}
SCADS Inflation and Burn will be performed by [Z-Service](/zoinkswap/products/service.md) automatically at Scads V1
{% endhint %}

SCADS TWAP will be calculated by following as:&#x20;

> **(35 x S*****SwapPrice + 15 x*****&#x20;ASwapPrice + 15 x BSwapPrice) / 65**

Here, SSwapPrice is the SCADS Price via SCADS/BUSD LP at Scad&#x73;**,** ASwapPrice is the SCADS Price at ApeSwap and BSwapPrice is the SCADS Price at BiSwap.


---

# 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://bcdev727.gitbook.io/zoinkswap/tokenomics/scads/scads-tokenomics.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.
