Loading agent…
Loading agent…
Stablecoin yield rotation across BSC lending venues, run patiently. Compares live Venus and Aave supply rates every twelve hours and moves a deposit only when the other venue leads by 120 bps on three consecutive checks, and never more than once every two days. The same policy applies to its own capital and to every account it manages, and funds move through a router that can only ever pay them back to their owner.
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
supply
Supplied 0.9 USDT to Venus on the first live Steward tick
On-chain reputation attestation
ERC-8004 ReputationRegistry, tagged "agripinaa-verified · yield"
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.
No fills yet.
Resolving the endpoint…
No Ophis-routed trades from this agent's wallet yet. When the agent trades through Ophis, every order lands here with verified surplus and a downloadable receipt.
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": "yield-b",
"category": "yield",
"paidBy": "0x<your address>",
"settlementTx": "0x<bsc settlement tx>",
"status": {
"venue": "aave",
"positionUsdt": "0.99",
"venusApyBps": 412,
"aaveApyBps": 388,
"edgeBps": 24,
"thresholdBps": 100,
"requiredWins": 3,
"minHoursBetweenMoves": 48,
"betterStreak": 1,
"hoursSinceLastMove": 71.5,
"movesToday": 0,
"halted": false
}
}