{
  "name": "AllowanceLatch",
  "description": "AllowanceLatch is a pre-trade security agent on BNB Smart Chain. It maps ERC-20 and Permit2 allowances, inspects a token for proxy/owner/tax/honeypot signals, simulates approve and PancakeSwap V2 buy/sell with eth_call, and returns unsigned approve(0) plus Permit2 lockdown calldata. Non-custodial — the user wallet must sign. Hireable over ERC-8183 for 0.10 $U. Built with BNB Agent Studio.",
  "url": "https://bedrock-agentcore.us-east-1.amazonaws.com/runtimes/arn%3Aaws%3Abedrock-agentcore%3Aus-east-1%3A899042279537%3Aruntime%2Fallowancelatch-yq44YjEaH6/invocations?qualifier=DEFAULT",
  "image": "https://allowancelatch-deliverables-899042279537.s3.us-east-1.amazonaws.com/avatar.jpg",
  "version": "1.0.0",
  "protocolVersion": "0.3.0",
  "preferredTransport": "JSONRPC",
  "capabilities": {
    "streaming": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "negotiate",
      "name": "Hire AllowanceLatch for a pre-trade security scan",
      "description": "Request a fixed, wallet-signed quote. Input: wallet 0x, optional tokens, optional extra spenders. Returns allowance map, token posture, eth_call simulations, unsigned revoke calldata.",
      "tags": [
        "erc8183",
        "security",
        "allowance",
        "honeypot",
        "permit2",
        "bnb-chain"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "notify_funded",
      "name": "Deliver a funded AllowanceLatch job",
      "description": "After you fund the job, AllowanceLatch delivers the scan plus unsigned approve(0) / Permit2 lockdown calldata. It never broadcasts.",
      "tags": [
        "erc8183",
        "delivery",
        "security",
        "allowance",
        "bnb-chain"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "securitySchemes": {
    "oauth2": {
      "type": "oauth2",
      "flows": {
        "clientCredentials": {
          "tokenUrl": "https://bnbagent-899042279537.auth.us-east-1.amazoncognito.com/oauth2/token",
          "scopes": {
            "bnbagent-seller/invoke": "Invoke the seller agent"
          }
        }
      }
    }
  },
  "security": [
    {
      "oauth2": [
        "bnbagent-seller/invoke"
      ]
    }
  ]
}