Liquidity
Liquidity in the BWICK AMM comes from the tokens and BWICK deposited into each pool. When a token graduates from the launchpad, its bonding curve reserves automatically become the initial liquidity in the AMM pool.How Liquidity Is Created
Unlike traditional AMMs where users deposit liquidity manually, BWICK AMM pools are seeded automatically during graduation:- Token raises 10,000,000 BWICK on its launchpad bonding curve
- All BWICK reserves move to a new AMM pool as the BWICK side
- All unsold tokens move to the pool as the token side
- An LP token contract is created to track the pool shares
LP Tokens
Each AMM pool has an associated LP (Liquidity Provider) token — a CW20 token that represents a proportional share of the pool’s reserves.| Property | Details |
|---|---|
| Standard | CW20 |
| Represents | Proportional share of both BWICK and token reserves |
| Value growth | Increases as swap fees accumulate in the pool |
How LP Value Grows
Every swap charges a fee (1% base + optional augmented fee). These fees stay in the pool, increasing both reserves. Since LP tokens represent a share of the pool, their backing value increases with every trade.Pool Mechanics
The AMM uses the constant product formula:bwick_reserveincreases (BWICK added to pool)token_reservedecreases (tokens removed from pool)kincreases slightly (fees stay in the pool)
token_reserveincreasesbwick_reservedecreaseskincreases slightly
Querying Pool State
Check any pool’s current reserves and price:Impermanent Loss
What is impermanent loss?
What is impermanent loss?
Impermanent loss occurs when the price of tokens in a pool changes relative to when liquidity was provided. If you hold LP tokens and the price moves significantly in either direction, you may have less total value than if you had simply held the assets outside the pool.However, trading fees earned by the pool can offset impermanent loss. Pools with high trading volume relative to their size tend to earn enough fees to more than compensate.For BWICK AMM pools, initial liquidity comes from the graduation process rather than individual LPs, so impermanent loss primarily affects anyone who acquires LP tokens on the secondary market.
Augmented Fee
Newly graduated pools may have a temporary augmented fee (up to 5%) on top of the base 1% swap fee. This extra fee:- Accelerates LP value growth during the initial trading period
- Auto-disables once the pool reaches a target total value
- Ensures fair price discovery for newly graduated tokens
Next Steps
Swapping
Trade tokens on the AMM
Launchpad
Where AMM liquidity originates
Locked seed vs open liquidity
Every graduated pool contains two kinds of liquidity:- The graduation seed (10M BWICK + 12.5% of supply) is locked forever and can never be withdrawn by anyone. It is the permanent price floor.
- Open liquidity added afterwards belongs to whoever added it and can be withdrawn at any time with the standard remove-liquidity flow.

