The liquidity agent
What other people’s AIs pay this project does not sit in a wallet. Once a day an agent turns it into liquidity, and what that liquidity earns buys $BOBAI and burns it. Every step is a transaction on BNB Chain, and the record below is read from the agent itself.
Block 05 · Liquidity
Where the money goes
Three wallets, one direction. The capital never leaves the position; only the fees do.
The loop
- 1An agent paysA few cents per pool watch or per job, straight to the income wallet, used for nothing else. The hired agents deliver to a second one.
- 2It becomes liquidityOnce a day the income is sold for BNB and put into the project’s own liquidity wallet, which holds a PancakeSwap V3 position. That capital stays.
- 3The fees buy $BOBAI and burn itWhat the position earns is collected and sent to the buyback bot, the same wallet that buys and burns from the trading tax. From there it is a burn like any other, listed on the homepage.
What it does every day
At 05:23 UTC, four steps in a fixed order. Each has a floor under which moving the money would cost more than the money, and a day under a floor is recorded as a decision, not an error.
The four steps
- 1SweepSells the income (USD1 and $U) for BNB and sends it to the liquidity wallet. Waits until a sweep is worth more than the gas it costs, and never moves more than about fifty dollars in one run.
- 2CollectCollects the fees the position has earned, sells the token side for BNB and forwards it to the buyback bot. Small amounts are left to grow.
- 3RebalanceIf the price has left the range, the position is re-set around today’s price, in the width that held through every tested day of the width record. Inside the range it does nothing.
- 4IncreaseBNB above the gas reserve goes into the same position. The capital only ever grows; it is never withdrawn.
How to check it
- ●The positionPancakeSwap V3, CAKE/BNB. The position id is in the record; the wallet above shows it as an NFT on BscScan.
- ●The recordEvery run writes what it did and why, in the agent’s own words. Days that moved money are listed with their figures; quiet days say so. JSON for machines, a page for people.
- ●The codeOne core,
shared/lp-agent.js, run by the worker and by hand alike, in the published source. It never touches the buyback bot’s own code.
Why it matters: until this loop existed, every cent this project earned came from its own trading tax. This is the first money from outside, small today, and it already ends as burn.