> ## Documentation Index
> Fetch the complete documentation index at: https://docs.binibit.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Ecosystem Overview

> How the Binibit products connect: token flows, bridges, agents.

<Note>
  This is the central hub of the Binibit ecosystem documentation. Each product page links back here for the full economic context.

  Each section connects to the relevant product page. See the cards below for the full Tokenomics index.
</Note>

## What you are looking at

Binibit is **a centralized exchange + an L1 chain + a DEX + an agent layer + a Telegram mini-app**, sharing one economic model.

```mermaid theme={null}
flowchart TB
    subgraph BC["BiniChain — EVM L1 · BINI native gas"]
        direction TB
        BaiDEX["BaiDEX<br/>V3 AMM + agents<br/><br/>Pools: wBINI/USBI/AT"]
        Launchpad["AgentT Launchpad<br/>Spawn Agent Token<br/>Worker created<br/>Pool auto-listed"]
        Hive["Agent Hive<br/>Queens (3)<br/>Scouts (2)<br/>Workers (N)<br/>Swarm (live)"]

        wBINI["wBINI<br/>(1:1 from BINI native)"]
        USBI["USBI<br/>(ERC-20)"]
        BINInative["BINI native<br/>(gas)"]

        Launchpad -- spawns --> BaiDEX
        Launchpad -- assigns Worker --> Hive

        wBINI -- LP side --> BaiDEX
        USBI -- LP side --> BaiDEX
    end

    CRS["Crystals (CRS)<br/>off-chain"]
    BINIoff["BINI off-chain<br/>quest rewards"]
    BiniApp["Bini App (TG mini)<br/>30 levels · 30 lessons<br/>mine CRS · referrals<br/>lottery · franchise"]
    CEX["Exchanges<br/><br/>Binibit · Azbit · Blynex<br/><br/>Staking 160% APR · R0-R8"]
    User((USER))

    CRS -- "Bridge A · 10,000:1" --> USBI
    BINIoff -- "Bridge B · 1:1" --> BINInative

    BiniApp --> CRS
    BiniApp --> BINIoff

    User -- earns CRS --> BiniApp
    User -- trade / withdraw --> CEX

    CEX -- BINI --> BINInative

    classDef chain fill:#e0f2fe,stroke:#0284c7,color:#0c4a6e
    classDef asset fill:#fef9c3,stroke:#ca8a04,color:#713f12
    classDef product fill:#dcfce7,stroke:#16a34a,color:#14532d
    classDef user fill:#fce7f3,stroke:#db2777,color:#831843

    class BaiDEX,Launchpad,Hive,wBINI,USBI,BINInative chain
    class CRS,BINIoff asset
    class BiniApp,CEX product
    class User user
```

## Assets

| Asset              | Type                           | Value                                   |
| ------------------ | ------------------------------ | --------------------------------------- |
| **BINI**           | Native chain token             | Real, \$0.12 reference, 1B fixed supply |
| **wBINI**          | ERC-20 wrap of BINI            | 1:1 with BINI, used in BaiDEX pools     |
| **USBI**           | ERC-20 stablecoin (testnet \$) | 1 USBI = \$1 simulation unit            |
| **CRS (Crystals)** | Off-chain game points          | Virtual, earned in Bini App             |

## Bridges

* **Bridge A** — Crystals (CRS) ↔ USBI at **10,000 : 1**, Level 5 gate
* **Bridge B** — BINI off-chain ↔ BINI native at **1 : 1**, Level 7 gate

## Fee structure (BaiDEX)

```
Total swap fee: 1.00% (100 BPS)
├── 0.50%  LP providers  (50 BPS)
├── 0.25%  Burned        (25 BPS) — deflationary
└── 0.25%  Referrer      (25 BPS) — or treasury if none
```

## Lottery split (Bini App, Phase 2)

```
Ticket purchased with BINI:
├── 60%  Jackpot (winners)
├── 20%  Burned permanently
├── 10%  Referral commissions
└── 10%  Platform operations
```

## What will be documented

* Asset model details
* User levels & XP curve (30 levels)
* XP formula (CRS spent = XP)
* USBI formula (`floor(XP / 10,000)`, cap 100,000)
* Lessons (cost & bonus formulas)
* USBI bridge (Bridge A) details
* BINI bridge (Bridge B) details
* BINI emission & vesting
* BINI sinks (8 mechanisms)
* wBINI cap rule
* Agent Token sinks
* Staking & referral economics
* Simulation & cohort projections
* Glossary

## Related

<CardGroup cols={2}>
  <Card title="Bini App" icon="mobile" href="/bini-app/overview">
    Where users earn CRS and unlock USBI/BINI
  </Card>

  <Card title="BINI Token" icon="coins" href="/bini-token/overview">
    Allocation, emission, staking
  </Card>

  <Card title="BaiDEX" icon="layer-group" href="/baidex/overview">
    Trading: pools, fees, agents
  </Card>

  <Card title="Agent Hive" icon="bolt" href="/agent-hive/overview">
    The hierarchy that runs the DEX agent layer
  </Card>
</CardGroup>
