{
  "schema": "https://hypurrr.fun/schemas/agent-mint.v1.json",
  "name": "Hypurrr mint",
  "description": "Free Hypurrr NFT mint on HyperEVM testnet.",
  "siteUrl": "https://hypurrr.fun/",
  "llmsTxt": "https://hypurrr.fun/llms.txt",
  "requiresUserApproval": true,
  "transaction": {
    "type": "evm-contract-call",
    "chain": {
      "name": "HyperEVM Testnet",
      "chainId": 998,
      "chainIdHex": "0x3e6",
      "rpcUrls": ["https://rpc.hyperliquid-testnet.xyz/evm"],
      "blockExplorerUrls": ["https://testnet.hyperscan.com"],
      "nativeCurrency": {
        "name": "HYPE",
        "symbol": "HYPE",
        "decimals": 18
      }
    },
    "contract": {
      "address": "0x5373d41ac953da4388826a888f3bd19b1ac7acd7",
      "explorerUrl": "https://testnet.hyperscan.com/address/0x5373d41ac953da4388826a888f3bd19b1ac7acd7"
    },
    "method": {
      "signature": "mint(uint256)",
      "name": "mint",
      "stateMutability": "nonpayable",
      "inputs": [
        {
          "name": "quantity",
          "type": "uint256",
          "minimum": 1,
          "maximum": 25,
          "default": 1
        }
      ],
      "abi": [
        {
          "type": "function",
          "name": "mint",
          "stateMutability": "nonpayable",
          "inputs": [
            {
              "name": "quantity",
              "type": "uint256"
            }
          ],
          "outputs": []
        }
      ]
    },
    "valueWei": "0",
    "examples": [
      {
        "quantity": 1,
        "calldata": "0xa0712d680000000000000000000000000000000000000000000000000000000000000001"
      }
    ]
  },
  "safety": {
    "mintPriceWei": "0",
    "maxQuantityPerTransaction": 25,
    "notes": [
      "This is testnet.",
      "The connected wallet pays gas only.",
      "Agents should not submit transactions without explicit user approval."
    ]
  }
}
