What other people’s AIs pay this project does not sit in a wallet. Once a day an agent puts it to work in a PancakeSwap V3 pool on BNB Chain; of what that position earns, half keeps working and half buys $BOBAI the agent holds. Every step is a transaction on BNB Chain, and the record below is read from the agent itself.
What went in, what it is worth, what it holds where, and where the profit came from. The same picture the Telegram bot posts every morning and answers to /defi; both read one model from the agent’s own records.
Reading the portfolio… agent.brainonbnb.com/lp/portfolio
One line per run of the agent, from its own record. An hourly range check gets a line only when it re-set the position or found one the series did not know yet.
Reading the series…
Value is in BNB because the position is quoted in BNB. After a re-set the fees-owed column starts at zero: the re-set folds the old range’s fees into the new capital, and the portfolio counts them as fees all the same. Same facts as JSON: /lp/series.
One PancakeSwap V3 position on BNB Chain, in the pool that pays the most for it, run by a program that reads and decides once a day and checks the range every hour. Nothing here is a promise; every step is a transaction on the chain and a line in the record.
The record, run by run and in the agent’s own words: /lp/agent. The code: one 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.
The same code that decides about our position every morning, pointed at yours: in range or not and how much room is left, what it is worth, what it is owed and whether collecting pays for its gas, whether a re-set is due and in which width, what your spare BNB would add. It reads and plans. It signs nothing on your position.
Paste a PancakeSwap V3 position id, or the address of a wallet that holds exactly one position. The look is free: in range or not, room left, value, fees owed. The plan costs a tenth of a dollar.