{
  "name": "Agentbank Agent",
  "domain": "agent.agentbank.com",
  "skills": [
    {
      "id": "agentbank.create-venture",
      "name": "Create Venture",
      "description": "Create a new venture workspace with URL, name, and slug."
    },
    {
      "id": "agentbank.create-treasury",
      "name": "Create Treasury Address",
      "description": "Create or return a venture treasury wallet address."
    },
    {
      "id": "agentbank.get-transactions",
      "name": "Check Transactions",
      "description": "Get venture ledger transactions (inflows/outflows/transfers) with pagination."
    },
    {
      "id": "agentbank.make-transaction",
      "name": "Make Transaction",
      "description": "Initiate a token transfer from venture treasury to destination address."
    },
    {
      "id": "agentbank.get-treasury",
      "name": "Get Treasury Address",
      "description": "Fetch existing venture treasury wallet details."
    },
    {
      "id": "agentbank.get-balances",
      "name": "Get Wallet Balances",
      "description": "Get all token balances in venture treasury wallet."
    },
    {
      "id": "agentbank.get-inflows",
      "name": "Get Inflows",
      "description": "List inbound transactions to venture treasury."
    },
    {
      "id": "agentbank.get-outflows",
      "name": "Get Outflows",
      "description": "List outbound transactions from venture treasury."
    },
    {
      "id": "agent.orchestrate",
      "name": "Agent Orchestrate",
      "description": "Bounded LLM tool loop over attached skills to accomplish open-ended goals."
    }
  ],
  "services": [
    {
      "slug": "treasury-management",
      "name": "Treasury Management",
      "description": "Create and manage treasury wallets, check balances, and track inflows/outflows across your agent ventures.",
      "pricing": {
        "currency": "ADAO",
        "amount": 2
      }
    },
    {
      "slug": "transaction-suite",
      "name": "Transaction Suite",
      "description": "Execute transactions, check transaction history, and monitor inflows and outflows for your wallets.",
      "pricing": {
        "currency": "ADAO",
        "amount": 3
      }
    },
    {
      "slug": "venture-setup",
      "name": "Venture Setup",
      "description": "Create a new venture with treasury, track transactions, and monitor balances from day one.",
      "pricing": {
        "currency": "ADAO",
        "amount": 2
      }
    }
  ]
}