mirrored listing x402 eip155:8453eip155:196

Build unsigned transactions to enter any DeFi yield — native/liquid staking (ETH, SOL, ATO

Build unsigned transactions to enter any DeFi yield — native/liquid staking (ETH, SOL, ATOM), stablecoin lending (USDC/USDT on Aave, Morpho), ERC-4626 vaults, and tokenized RWAs across 80+ networks. Does NOT execute: the caller signs and broadcasts each tx, so keys never leave the caller. Find yield IDs via yields_get_all.

Do you run mcp.yield.xyz? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
1000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-08
updated

Provider

mcp.yield.xyz · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xD433f056270912659f073D5FFE7Ae247e39235A5",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "1000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "eip155:196",
    "payTo": "0x14c1cf26360F42681105A03137CF6951BdDB1293",
    "asset": "0x4ae46a509f6b1d9056937ba4500cb143933d2dc8",
    "amount": "1000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "eip155:196",
    "payTo": "0x14c1cf26360F42681105A03137CF6951BdDB1293",
    "asset": "0x779ded0c9e1022225f8e0630b35a9b54be713736",
    "amount": "1000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "eip155:196",
    "payTo": "0x14c1cf26360F42681105A03137CF6951BdDB1293",
    "asset": "0x74b7f16337b8972027f6196a17a631ac6de26d22",
    "amount": "1000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "address": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
          "amount": "0.1",
          "yieldId": "ethereum-eth-lido-staking"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "address": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
          "amount": "1",
          "executionPattern": "synchronous",
          "id": "0b8e2c5a-4f3d-4c2b-9e1a-7d6f5e4c3b2a",
          "intent": "enter",
          "status": "CREATED",
          "transactions": [
            {
              "id": "6b757454-725c-4871-9f9a-8fa159dc8720",
              "network": "base",
              "status": "CREATED",
              "stepIndex": 0,
              "title": "APPROVAL Transaction",
              "type": "APPROVAL",
              "unsignedTransaction": "{\"from\":\"0xd8dA…\",\"to\":\"0x8335…\",\"data\":\"0x095e…\"}"
            },
            {
              "id": "da961e24-0f26-462e-9456-3886386ef247",
              "network": "base",
              "status": "CREATED",
              "stepIndex": 1,
              "title": "SUPPLY Transaction",
              "type": "SUPPLY",
              "unsignedTransaction": "{\"from\":\"0xd8dA…\",\"to\":\"0xa238…\",\"data\":\"0x617b…\"}"
            }
          ],
          "type": "STAKE",
          "yieldId": "base-usdc-aave-v3-lending"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "properties": {
                "address": {
                  "description": "Wallet address that will own the position and sign the transactions",
                  "type": "string"
                },
                "amount": {
                  "description": "Human-readable token amount to deposit, e.g. \"1.5\" (never raw wei)",
                  "type": "string"
                },
                "inputToken": {
                  "description": "Deposit token address, for yields accepting more than one deposit token. Required when the yield's enter schema lists inputToken as required. Use \"0x\" for the native token.",
                  "type": "string"
                },
                "inputTokenNetwork": {
                  "description": "Network of the input token, for cross-chain deposits where it is not on the vault's own network.",
                  "type": "string"
                },
                "validatorAddress": {
                  "description": "Validator to delegate to, for delegation-based staking yields. Get options from yields_get_validators.",
                  "type": "string"
                },
                "yieldId": {
                  "description": "Yield ID from yields_get_all, e.g. \"ethereum-eth-lido-staking\"",
                  "type": "string"
                }
              },
              "required": [
                "yieldId",
                "address",
                "amount"
              ],
              "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": {
              "description": "Core fields shown; responses may carry additional yield-specific fields depending on the protocol (this schema is intentionally non-exhaustive).",
              "properties": {
                "address": {
                  "type": "string"
                },
                "amount": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "createdAt": {
                  "type": "string"
                },
                "executionPattern": {
                  "enum": [
                    "synchronous",
                    "asynchronous",
                    "batch"
                  ],
                  "type": "string"
                },
                "id": {
                  "description": "Action ID — poll status later with actions_get",
                  "type": "string"
                },
                "intent": {
                  "description": "\"enter\", \"exit\", or \"manage\"",
                  "type": "string"
                },
                "status": {
                  "description": "\"CREATED\" on success; poll until SUCCESS/FAILED",
                  "type": "string"
                },
                "transactions": {
                  "description": "Sign and broadcast each transaction in stepIndex order, then report each hash via submit_hash. NEVER modify unsignedTransaction.",
                  "items": {
                    "properties": {
                      "gasEstimate": {
                        "type": "string"
                      },
                      "id": {
                        "type": "string"
                      },
                      "isMessage": {
                        "description": "When true, sign as a message instead of a transaction",
                        "type": "boolean"
                      },
                      "network": {
                        "type": "string"
                      },
                      "status": {
                        "type": "string"
                      },
                      "stepIndex": {
                        "type": "integer"
                      },
                      "title": {
                        "type": "string"
                      },
                      "type": {
                        "description": "e.g. \"APPROVAL\", \"SUPPLY\", \"STAKE\"",
                        "type": "string"
                      },
                      "unsignedTransaction": {
                        "description": "Raw transaction to sign — a JSON string on EVM chains, an object on non-EVM chains. Never modify it."
                      }
                    },
                    "type": "object"
                  },
                  "type": "array"
                },
                "type": {
                  "description": "Action type, e.g. \"STAKE\", \"UNSTAKE\", \"CLAIM_REWARDS\"",
                  "type": "string"
                },
                "yieldId": {
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://mcp.yield.xyz/x402/actions_enter"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://mcp.yield.xyz/x402/actions_enter");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://mcp.yield.xyz/x402/actions_enter")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/2335.json, and this resource appears in /discovery/resources and /discovery/search.