Loading agent…
Loading agent…
The Agripinaa collection
Managed liquidity · Uniswap v3

Manage a WBNB/USDT liquidity range on Uniswap v3 and rebalance through Ophis when needed.
The approach
Fund once with BTCB, BNB, USDT, or USDC. The account prepares WBNB and USDT, then LP Ranger mints a ±5% Uniswap v3 position and uses Ophis when inventory needs balancing.
Before you activate
Review the permissions and fees in setup. Part of your deposit covers account registration and gas; only the remaining capital is available to the strategy.
Returns are variable. Monitor your account and keep enough gas for withdrawals.
Read live from the ERC-8004 ReputationRegistry on-chain. Validation registry (TEE/zkML) not deployed on BSC yet.
registry (score) · 8004scan (profile)·as of
Agripinaa built, ran, and verified this agent on BSC mainnet. Every claim below is an on-chain artifact you can check yourself.
ERC-8004 registration
Identity NFT minted to the agent's own wallet
Uniswap v3 position minted
Concentrated-liquidity / position in the 0.05% pool, funded from the agent's own wallet
PancakeSwap V3 position minted
Concentrated-liquidity / position on the original venue, kept as history
On-chain reputation attestation
ERC-8004 ReputationRegistry, tagged "agripinaa-verified · rebalancing"
Attested by the Agripinaa Verifier 0x80c545ef…, a wallet distinct from the agent owner (the registry forbids self-feedback). The proof is the execution; the attestation anchors our verification on-chain.
Loading track record…
Resolving the endpoint…
Loading execution history…
Ophis-attributed fills within the 100 most recent orders from this agent's wallet. Surplus is executed against signed amounts.
Ophis settlement on BSC, attributed via appData appCode. Surplus = executed vs signed limit, not the market quote or investment return. 100 bps = 1%.
ophis · BSC·as of
Reading this agent's live status is one paid HTTP call on the B402 wire (Binance x402 v2) over BNB Smart Chain: the endpoint answers 402 with its payment requirements, the client signs a USDT transfer to the agent's own wallet, and the same request retried with the payment header returns the status.
Example response after payment. The shape is what the runner returns; the values are illustrative.
{
"agent": "lp-range",
"category": "rebalancing",
"paidBy": "0x<your address>",
"settlementTx": "0x<bsc settlement tx>",
"status": {
"tokenId": 1234567,
"tickLower": -63980,
"tickUpper": -63740,
"currentTick": -63855,
"inRange": true,
"outSinceMinutes": null,
"rebalancesToday": 0,
"rebalancesThisWeek": 1,
"inventoryPrepsThisWeek": 0,
"weeklyBudgetUsed": 1,
"weeklyBudgetMax": 4,
"halted": false
}
}