{
  "name": "LatticeLatch",
  "description": "LatticeLatch latches PancakeSwap V3 LP ranges and lays bounded grids on BNB Chain. It snapshots a liquidity position, proposes a new range, and automatically prepares a reset plan (decreaseLiquidity + collect + mint) when the NFT is out of range or near the edge. It also designs a bounded grid with explicit capital, range, spacing, slippage, stop loss, and kill switch, returning unsigned SwapRouter next-order calldata. Non-custodial — the user wallet must approve. 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%2Flatticelatch-H5LyouAY4q/invocations?qualifier=DEFAULT",
  "image": "https://latticelatch-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 LatticeLatch for LP rebalancing or grid trading",
      "description": "Request a fixed, wallet-signed quote. LP: tokenId or owner, optional width. Grid: pair, capital, gridCount, stopLoss.",
      "tags": [
        "erc8183",
        "lp-rebalancing",
        "grid-trading",
        "pancakeswap",
        "bnb-chain"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "notify_funded",
      "name": "Deliver a funded LatticeLatch job",
      "description": "After you fund the job, LatticeLatch delivers LP reset and/or grid plan plus unsigned calldata. It never broadcasts.",
      "tags": [
        "erc8183",
        "delivery",
        "lp-rebalancing",
        "grid-trading",
        "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"
      ]
    }
  ]
}