# Tokenomics

#### Token roles

**PAI — Core market asset**

PAI serves as:

·      The primary asset required for Quant Index participation

·      A trading and liquidity medium within the ecosystem

·      A unit of value exchange across ecosystem transactions

PAI demand is designed to be linked to participation:

·      If a participant enters with PAI, they typically acquire PAI from the market.

·      If a participant enters with USDT, the system acquires/repurchases PAI from the market.

**BULX — Liquidity and incentive asset**

BULX serves as:

·      The liquidity companion token paired with PAI in LP pools

·      A settlement and incentive asset inside the UNIKO ecosystem

·      A token whose value is designed to be supported by ongoing use in liquidity and settlement

BULX and PAI are paired to form PAI–BULX LP liquidity, enabling liquidity injection and connectivity between exchange venues and on-chain systems.

**QUSD — Settlement and buffer stable asset**

QUSD serves as:

1. Trading medium\
   Used as a main participation and settlement asset in system flows.
2. Liquidity buffer layer\
   Aims to reduce volatility shock between PAI and market activity by providing a stable settlement intermediary.
3. Value settlement unit\
   Used for internal accounting, asset conversion, LP configuration, and ecosystem transactions.

#### BULX token issuance

| Parameter      | Value         |
| -------------- | ------------- |
| Token name     | BULX          |
| Total supply   | 3,000,000,000 |
| Issuance price | 0.001         |

#### BULX allocation table

<table data-header-hidden><thead><tr><th valign="bottom"></th><th valign="bottom"></th><th valign="bottom"></th></tr></thead><tbody><tr><td valign="bottom">Allocation Bucket</td><td valign="bottom">Amount (BULX)</td><td valign="bottom">Share</td></tr><tr><td valign="bottom">Future Adjustment Pool</td><td valign="bottom">150,000,000</td><td valign="bottom">5%</td></tr><tr><td valign="bottom">LP Pool</td><td valign="bottom">150,000,000</td><td valign="bottom">5%</td></tr><tr><td valign="bottom">Team Lock-up / Developer Allocation</td><td valign="bottom">150,000,000</td><td valign="bottom">5%</td></tr><tr><td valign="bottom">Index Reward Pool</td><td valign="bottom">2,550,000,000</td><td valign="bottom">85%</td></tr><tr><td valign="bottom">Total</td><td valign="bottom">3,000,000,000</td><td valign="bottom">100%</td></tr></tbody></table>

#### Swap flows and pool routing

UNIKO defines swap-linked routing mechanisms that serve both stability and long-term value support.

**BULX → PAI swap (Protection Pool routing)**

For each BULX → PAI conversion:

·      90% of PAI is credited to the user

·      10% of PAI is routed to the Protection Pool

Purpose: Strengthen system stability and market support capability.

**PAI → BULX swap (Burn Pool routing)**

For each PAI → BULX conversion:

·      3% of BULX is routed to the Burn Pool

Purpose: Reduce circulating supply and support long-term token value.

#### QUSD → BULX conversion buffer (release schedule)

UNIKO defines a buffered release model for QUSD → BULX conversions:

·      60% released instantly

·      40% released linearly over 14 days

This mechanism is designed to smooth distribution velocity and reduce sudden market supply shocks.


---

# 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://uniko.gitbook.io/uniko-whitepaper/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.
