contract address not set ยท program not deployed
One row per account. Nothing is edited by hand. State is read from the account and the live cap each second.
| # | gen | parent | state | birth cap | band low | band high | live cap | distance | bank | bag | bids left | asks left | fills | lifts | cycles | children | account |
|---|
Each tradeling has three bid rungs under its birth cap and three ask rungs over it. The multipliers are constants of the program. The cap values are computed from each account's birth cap.
| # | bid 3 | bid 2 | bid 1 | birth | ask 1 | ask 2 | ask 3 |
|---|
bid 1 is birth times 0.9600, bid 2 is birth times 0.9200, bid 3 is birth times 0.8800. ask 1 is birth times 1.0400, ask 2 is birth times 1.0800, ask 3 is birth times 1.1200.
A tradeling buys one lot at each bid rung when the cap is at or under it, and sells one third of its bag at each ask rung when the cap is at or over it. It never buys above its birth cap and never sells below it.
The minimum fill is 0.005 SOL.