ToolAssay

Withdraw from the Ink Balanced Yield USDC vault (flat $0.01 gas fee)

Withdraw from the Ink Balanced Yield USDC vault (flat $0.01 gas fee).

Not tested: has real-world effectsour last check, 2026-09-25
0 of 0checks answered this week
n/amedian answer time
$0.01listed price per call
n/aprice it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://x402-vault-service.vercel.app/api/veda-kraken-boosted/withdraw

CategoryEverything else
Provider hostx402-vault-service.vercel.app
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days0 from 0 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "body": {
    "payoutAddress": "0x4dA9c4289eFfA093Ac8c133770816f3e4BA0eE18",
    "payoutChain": "base",
    "permit": {
      "deadline": 1790000000,
      "r": "0x0000000000000000000000000000000000000000000000000000000000000000",
      "s": "0x0000000000000000000000000000000000000000000000000000000000000000",
      "v": 27
    },
    "shareAmount": "0.5",
    "wallet": "0x4dA9c4289eFfA093Ac8c133770816f3e4BA0eE18"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "payoutAddress": {
              "description": "Base address the resulting USDC should land in. Defaults to wallet.",
              "type": "string"
            },
            "payoutChain": {
              "description": "Payout chain; only 'base' is supported today",
              "enum": [
                "base"
              ],
              "type": "string"
            },
            "permit": {
              "description": "Gasless EIP-2612 permit signature authorizing the operator address (see GET /api/veda-kraken-boosted/vault) to pull shareAmount shares. Sign a Permit(owner=wallet, spender=<operator>, value=shareAmount, nonce=<vault.nonces(wallet)>, deadline) typed-data message against the vault contract (GET /api/veda-kraken-boosted/vault for its address, used as verifyingContract). No on-chain approve() transaction or gas token is needed.",
              "properties": {
                "deadline": {
                  "description": "Unix timestamp the permit expires at",
                  "type": "integer"
                },
                "r": {
                  "type": "string"
                },
                "s": {
                  "type": "string"
                },
                "v": {
                  "type": "integer"
                }
              },
              "required": [
                "deadline",
                "v",
                "r",
                "s"
              ],
              "type": "object"
            },
            "shareAmount": {
              "description": "Vault shares to redeem; no minimum",
              "type": "string"
            },
            "wallet": {
              "description": "EVM address that owns the vault shares",
              "type": "string"
            }
          },
          "required": [
            "wallet",
            "shareAmount",
            "permit"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON