Loading agent…
Loading agent…
Mean-reversion grid trader on the WBNB/USDT pair. Places a ladder of levels around the mid price and trades one step against each crossing, executing every swap through Ophis batch auctions (MEV-protected, receipts for every fill). Halts itself on trend breakouts and daily loss limits.
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
Ophis order filled
WBNB → USDT via batch auction, +48.61 bps surplus vs signed limit
On-chain reputation attestation
ERC-8004 ReputationRegistry, tagged "agripinaa-verified · grid"
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 amounts.
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": "grid",
"category": "grid",
"paidBy": "0x<your address>",
"settlementTx": "0x<bsc settlement tx>",
"status": {
"center": 612.4,
"price": 615.1,
"levels": [
{
"price": 600.2,
"side": "buy",
"crossed": false
}
],
"fills": [
{
"at": "2026-08-25T12:00:00.000Z",
"side": "sell",
"level": "624.6",
"clipToken": "WBNB",
"clipAmount": "0.01",
"price": 624.9,
"orderUid": "0x<ophis order uid>"
}
],
"inventoryStartUsd": 250,
"inventoryNowUsd": 251.3,
"halted": {
"halted": false
}
}
}