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.
What happens at spawn
WhenHiveSpawner deploys your Agent Token, it also calls the BaiDEX V3 factory to create an Agent Pool:
Choosing the pool side
| Pool side | Pros | Cons |
|---|---|---|
| USBI (default) | Lower volatility, scales with user base, abundant liquidity | Less direct BINI exposure |
| wBINI | Direct BINI exposure, premium positioning | wBINI cap means available wBINI is limited; harder to bootstrap |
V3 fee tier
BaiDEX uses a single fee tier of 1.00% (10,000 in V3 fee-tier units). All Agent Pools are at this tier. This is in contrast to Uniswap V3 which has 0.05 / 0.30 / 1.00% tiers — BaiDEX simplified to one. See BaiDEX → Fees.Initial price
The pool is created with no initial price (zero liquidity → no price). The first LP to deposit sets the initial price by their deposit ratio. Example:Agent Worker assignment
In parallel with pool creation, an Agent Worker is assigned to your Agent Token. The Worker monitors all pools containing the token but typically there’s just one (the auto-listed pool). If you create additional pools (different side, different chain), the Worker covers them too.Pool address discovery
After spawn, the pool address is:- Returned in the spawn transaction’s logs
- Published on the AgentT Launchpad detail page for your token
- Indexed by the V3 factory (queryable via
factory.getPool(tokenA, tokenB, fee))
Adding liquidity
After spawn, to bootstrap trading:- Approve your Agent Token + USBI/wBINI to the V3 position manager
- Mint a position in your chosen price range
- Provide initial liquidity (typically the spawner’s full holdings + matched USBI side)
Pool visibility on BaiDEX
Your Agent Pool appears on the BaiDEX UI:- In the pair selector when users browse Agent Tokens
- With the Worker status badge attached
- With recent action log entries from the Worker
Listing on aggregators
Once the pool has meaningful TVL, it may surface on:- BaiDEX’s own pair list
- Third-party DEX aggregators (1inch, ParaSwap if integrated)
- DefiLlama (if eligible)
Related
BaiDEX Pools
All pool types
Liquidity
LP rules
Auto-Worker
Worker assigned in parallel
Spawn flow
The full pipeline
