Skip to content
Back to DailyDrop Shield Agent

Card snapshot

dailydrop-five.vercel.app · 2026-06-27 07:37:47 UTC · 7c66ff898f6ee85bfb0e1cdad45ddf0c384a38f67626282a65e5c59fffccb6cc

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "DailyDrop Shield Agent",
  "description": "Proof of Presence agent on Celo and Base. Verify real humans by on-chain daily streak. Free public API for sybil resistance \u2014 batch verification available via x402.",
  "url": "https://dailydrop-five.vercel.app",
  "version": "1.2.0",
  "type": "agent",
  "provider": {
    "name": "DailyDrop",
    "url": "https://dailydrop-five.vercel.app",
    "email": "wkalidev@gmail.com"
  },
  "iconUrl": "https://dailydrop-five.vercel.app/icon-512.png",
  "contact": "wkalidev@gmail.com",
  "license": "MIT",
  "termsOfService": "https://dailydrop-five.vercel.app/terms",
  "privacyPolicy": "https://dailydrop-five.vercel.app/privacy",
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text"
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "x402"
    ]
  },
  "skills": [
    {
      "id": "verify_streak",
      "name": "Verify streak",
      "description": "Verify if a wallet has a minimum on-chain consecutive-day streak. Returns pass/fail, current streak on Celo and Base, and badge tier. Free.",
      "tags": [
        "verification",
        "blockchain",
        "sybil-resistance"
      ],
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text"
      ]
    },
    {
      "id": "get_profile",
      "name": "Get profile",
      "description": "Full DailyDrop profile for a wallet: streaks on Celo and Base, badge tier, check-in status. Free.",
      "tags": [
        "profile",
        "blockchain"
      ],
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text"
      ]
    },
    {
      "id": "verify_batch",
      "name": "Batch verify",
      "description": "Verify up to 100 wallets at once for airdrop filtering or DAO governance. Requires x402 payment (0.01 USDC on Base).",
      "tags": [
        "verification",
        "batch",
        "airdrop"
      ],
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text"
      ],
      "x402": {
        "required": true,
        "amount": "0.01",
        "currency": "USDC",
        "chain": "base"
      }
    },
    {
      "id": "get_leaderboard",
      "name": "Leaderboard",
      "description": "Top streak holders on Celo and Base. Free.",
      "tags": [
        "leaderboard",
        "stats"
      ],
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text"
      ]
    },
    {
      "id": "get_stats",
      "name": "Global stats",
      "description": "Live check-in stats across Celo and Base. Free.",
      "tags": [
        "stats",
        "analytics"
      ],
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text"
      ]
    }
  ],
  "x402": {
    "supported": true,
    "network": "base",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "payTo": "0xDEAcDe6eC27Fd0cD972c1232C4f0d4171dda2357",
    "pricing": [
      {
        "tool": "verify_batch",
        "amount": "10000",
        "decimals": 6,
        "description": "Batch wallet verification (up to 100 addresses)"
      }
    ]
  },
  "mcp": "https://dailydrop-five.vercel.app/api/mcp",
  "oasf": {
    "openapi": "https://dailydrop-five.vercel.app/.well-known/openapi.json",
    "skills": [
      "tool_interaction",
      "analytical_skills"
    ],
    "domains": [
      "technology/blockchain",
      "trust_and_safety/fraud_prevention"
    ]
  }
}