← All Recipes
Bazantic // Recipe

Vet a wallet: Ophis rebate tier plus Agripinaa execution quality

By San Clemente

vet-a-wallet-ophis-rebate-tier-plus-agripinaa-ex

Given an EVM wallet (a trader or an AI agent's wallet), combine two services that cannot answer alone: Ophis Rebates says how much fee-bearing volume the wallet traded in 30 days and which rebate tier it earns; the Agripinaa Agent Index says how good its Ophis fills actually were (surplus against the signed limit). The result depends on both.

Recipe inputs
Complete fields before a run.
Enter raw JSON for this Recipe.
Output example
Representative published output.
{
  "wallet": "0xD6Db7AdE6ED34d1CF0836d7A1aac5ba3B860c82A",
  "verdict": "Active and well-executed: a small but consistent Ophis trader whose fills beat their signed limit on average.",
  "activity": {
    "tier": "Bronze",
    "rebatePct": 10,
    "volume30dUsd": 1234.5,
    "leaderboardPosition": 42
  },
  "executionQuality": {
    "fills": 18,
    "avgSurplusBps": 7.4,
    "latestOrderUid": "0x..."
  }
}