{"id":"6d880290-1503-4e5e-9cde-cbf6db6f65a3","url":"https://mcp.yield.xyz/x402/actions_exit","method":"POST","fingerprint":"4c996c66c731f2b42658e83282e5174b905d730fc1cbe2132ae495035f6a4745","name":"Yield.xyz MCP","description":"Build unsigned transactions to exit a DeFi yield position — unstake, withdraw from lending or vaults, or redeem RWAs — across 80+ networks. Supports instant and queued/cooldown redemption per protocol. Does NOT execute: the caller signs and broadcasts each tx. Check positions with yields_get_balances first.","category":"other","docs_url":null,"advertised_price_usd":"0.001000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","scheme":"exact","networks":["eip155:8453","eip155:196"],"pay_to":"0xD433f056270912659f073D5FFE7Ae247e39235A5","input_schema":{"body":{"amount":"0.1","address":"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045","yieldId":"ethereum-eth-lido-staking"},"type":"http","method":"POST","bodyType":"json"},"output_schema":{"type":"json","example":{"id":"3f9d1e8b-2c4a-4b7e-8d5f-1a2b3c4d5e6f","type":"UNSTAKE","amount":"0.1","intent":"exit","status":"CREATED","address":"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045","yieldId":"ethereum-eth-lido-staking","transactions":[{"id":"8c1d2e3f-4a5b-6c7d-8e9f-0a1b2c3d4e5f","type":"UNSTAKE","title":"UNSTAKE Transaction","status":"CREATED","network":"ethereum","stepIndex":0,"unsignedTransaction":"{\"from\":\"0xd8dA…\",\"to\":\"0x889e…\",\"data\":\"0xd668…\"}"}],"executionPattern":"synchronous"}},"schema_completeness":0,"status":"unknown","first_seen_at":"2026-08-23 12:21:45.049797+00","last_seen_at":"2026-08-25 09:20:45.468+00","last_success_at":null,"dead_since":null,"probe_backoff_tier":0,"next_probe_at":"2026-09-14 17:06:47.913+00","search_tsv":"'80':22 'across':21 'balanc':46 'broadcast':38 'build':3 'caller':35 'check':41 'defi':9 'execut':33 'exit':7 'first':47 'get':45 'instant':25 'lend':15 'mcp':2 'network':23 'per':29 'posit':11,42 'protocol':30 'queued/cooldown':27 'redeem':19 'redempt':28 'rwas':20 'sign':36 'support':24 'transact':5 'tx':40 'unsign':4 'unstak':12 'vault':17 'withdraw':13 'yield':10,44 'yield.xyz':1","catalog_number":"696","x402_version":2,"resource_url":"https://mcp.yield.xyz/x402/actions_exit","resource_description":"Build unsigned transactions to exit a DeFi yield position — unstake, withdraw from lending or vaults, or redeem RWAs — across 80+ networks. Supports instant and queued/cooldown redemption per protocol. Does NOT execute: the caller signs and broadcasts each tx. Check positions with yields_get_balances first.","bazaar_extension":{"info":{"input":{"body":{"amount":"0.1","address":"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045","yieldId":"ethereum-eth-lido-staking"},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"id":"3f9d1e8b-2c4a-4b7e-8d5f-1a2b3c4d5e6f","type":"UNSTAKE","amount":"0.1","intent":"exit","status":"CREATED","address":"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045","yieldId":"ethereum-eth-lido-staking","transactions":[{"id":"8c1d2e3f-4a5b-6c7d-8e9f-0a1b2c3d4e5f","type":"UNSTAKE","title":"UNSTAKE Transaction","status":"CREATED","network":"ethereum","stepIndex":0,"unsignedTransaction":"{\"from\":\"0xd8dA…\",\"to\":\"0x889e…\",\"data\":\"0xd668…\"}"}],"executionPattern":"synchronous"}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["yieldId","address"],"properties":{"amount":{"type":"string","description":"Human-readable token amount to withdraw, e.g. \"0.5\" (never raw wei). Optional when useMaxAmount is true."},"address":{"type":"string","description":"Wallet address that owns the position"},"yieldId":{"type":"string","description":"Yield ID of the position to exit, e.g. \"ethereum-eth-lido-staking\""},"useMaxAmount":{"type":"boolean","description":"Withdraw the full position balance; amount may be omitted."},"validatorAddress":{"type":"string","description":"Validator to undelegate from, for delegation-based staking yields"}}},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"id":{"type":"string","description":"Action ID — poll status later with actions_get"},"type":{"type":"string","description":"Action type, e.g. \"STAKE\", \"UNSTAKE\", \"CLAIM_REWARDS\""},"amount":{"type":["string","null"]},"intent":{"type":"string","description":"\"enter\", \"exit\", or \"manage\""},"status":{"type":"string","description":"\"CREATED\" on success; poll until SUCCESS/FAILED"},"address":{"type":"string"},"yieldId":{"type":"string"},"createdAt":{"type":"string"},"transactions":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string","description":"e.g. \"APPROVAL\", \"SUPPLY\", \"STAKE\""},"title":{"type":"string"},"status":{"type":"string"},"network":{"type":"string"},"isMessage":{"type":"boolean","description":"When true, sign as a message instead of a transaction"},"stepIndex":{"type":"integer"},"gasEstimate":{"type":"string"},"unsignedTransaction":{"description":"Raw transaction to sign — a JSON string on EVM chains, an object on non-EVM chains. Never modify it."}}},"description":"Sign and broadcast each transaction in stepIndex order, then report each hash via submit_hash. NEVER modify unsignedTransaction."},"executionPattern":{"enum":["synchronous","asynchronous","batch"],"type":"string"}},"description":"Core fields shown; responses may carry additional yield-specific fields depending on the protocol (this schema is intentionally non-exhaustive)."}}}}}},"accepted_requirements":[{"raw":{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0xD433f056270912659f073D5FFE7Ae247e39235A5","amount":"1000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300},"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0xD433f056270912659f073D5FFE7Ae247e39235A5","scheme":"exact","network":"eip155:8453","amountAtomic":"1000"},{"raw":{"asset":"0x4ae46a509f6b1d9056937ba4500cb143933d2dc8","extra":{"name":"Global Dollar","version":"1"},"payTo":"0x14c1cf26360F42681105A03137CF6951BdDB1293","amount":"1000","scheme":"exact","network":"eip155:196","maxTimeoutSeconds":300},"asset":"0x4ae46a509f6b1d9056937ba4500cb143933d2dc8","payTo":"0x14c1cf26360F42681105A03137CF6951BdDB1293","scheme":"exact","network":"eip155:196","amountAtomic":"1000"},{"raw":{"asset":"0x779ded0c9e1022225f8e0630b35a9b54be713736","extra":{"name":"USD₮0","version":"1"},"payTo":"0x14c1cf26360F42681105A03137CF6951BdDB1293","amount":"1000","scheme":"exact","network":"eip155:196","maxTimeoutSeconds":300},"asset":"0x779ded0c9e1022225f8e0630b35a9b54be713736","payTo":"0x14c1cf26360F42681105A03137CF6951BdDB1293","scheme":"exact","network":"eip155:196","amountAtomic":"1000"},{"raw":{"asset":"0x74b7f16337b8972027f6196a17a631ac6de26d22","extra":{"name":"USD Coin","version":"2"},"payTo":"0x14c1cf26360F42681105A03137CF6951BdDB1293","amount":"1000","scheme":"exact","network":"eip155:196","maxTimeoutSeconds":300},"asset":"0x74b7f16337b8972027f6196a17a631ac6de26d22","payTo":"0x14c1cf26360F42681105A03137CF6951BdDB1293","scheme":"exact","network":"eip155:196","amountAtomic":"1000"}],"bazaar_compatible":null,"bazaar_validated_at":null,"bazaar_validation_error":null,"window":"24h","probes_n":0,"handshake_uptime":0,"settle_success_rate":0,"valid_result_rate":null,"latency_p50":null,"latency_p90":null,"price_drift_pct":null,"score":0,"computed_at":"2026-09-14 16:37:16.972+00","source_metadata":[{"raw":{"url":"https://mcp.yield.xyz/x402/actions_exit","body":{"amount":"0.1","address":"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045","yieldId":"ethereum-eth-lido-staking"},"name":"Yield.xyz MCP","method":"POST","source":"bazaar:api.cdp.coinbase.com","fingerprint":"4c996c66c731f2b42658e83282e5174b905d730fc1cbe2132ae495035f6a4745","inputSchema":{"body":{"amount":"0.1","address":"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045","yieldId":"ethereum-eth-lido-staking"},"type":"http","method":"POST","bodyType":"json"},"resourceUrl":"https://mcp.yield.xyz/x402/actions_exit","serviceName":"Yield.xyz MCP","x402Version":2,"outputSchema":{"type":"json","example":{"id":"3f9d1e8b-2c4a-4b7e-8d5f-1a2b3c4d5e6f","type":"UNSTAKE","amount":"0.1","intent":"exit","status":"CREATED","address":"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045","yieldId":"ethereum-eth-lido-staking","transactions":[{"id":"8c1d2e3f-4a5b-6c7d-8e9f-0a1b2c3d4e5f","type":"UNSTAKE","title":"UNSTAKE Transaction","status":"CREATED","network":"ethereum","stepIndex":0,"unsignedTransaction":"{\"from\":\"0xd8dA…\",\"to\":\"0x889e…\",\"data\":\"0xd668…\"}"}],"executionPattern":"synchronous"}},"acceptedAssets":["0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","0x4ae46a509f6b1d9056937ba4500cb143933d2dc8","0x779ded0c9e1022225f8e0630b35a9b54be713736","0x74b7f16337b8972027f6196a17a631ac6de26d22"],"bazaarExtension":{"info":{"input":{"body":{"amount":"0.1","address":"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045","yieldId":"ethereum-eth-lido-staking"},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"id":"3f9d1e8b-2c4a-4b7e-8d5f-1a2b3c4d5e6f","type":"UNSTAKE","amount":"0.1","intent":"exit","status":"CREATED","address":"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045","yieldId":"ethereum-eth-lido-staking","transactions":[{"id":"8c1d2e3f-4a5b-6c7d-8e9f-0a1b2c3d4e5f","type":"UNSTAKE","title":"UNSTAKE Transaction","status":"CREATED","network":"ethereum","stepIndex":0,"unsignedTransaction":"{\"from\":\"0xd8dA…\",\"to\":\"0x889e…\",\"data\":\"0xd668…\"}"}],"executionPattern":"synchronous"}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["yieldId","address"],"properties":{"amount":{"type":"string","description":"Human-readable token amount to withdraw, e.g. \"0.5\" (never raw wei). Optional when useMaxAmount is true."},"address":{"type":"string","description":"Wallet address that owns the position"},"yieldId":{"type":"string","description":"Yield ID of the position to exit, e.g. \"ethereum-eth-lido-staking\""},"useMaxAmount":{"type":"boolean","description":"Withdraw the full position balance; amount may be omitted."},"validatorAddress":{"type":"string","description":"Validator to undelegate from, for delegation-based staking yields"}}},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"id":{"type":"string","description":"Action ID — poll status later with actions_get"},"type":{"type":"string","description":"Action type, e.g. \"STAKE\", \"UNSTAKE\", \"CLAIM_REWARDS\""},"amount":{"type":["string","null"]},"intent":{"type":"string","description":"\"enter\", \"exit\", or \"manage\""},"status":{"type":"string","description":"\"CREATED\" on success; poll until SUCCESS/FAILED"},"address":{"type":"string"},"yieldId":{"type":"string"},"createdAt":{"type":"string"},"transactions":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string","description":"e.g. \"APPROVAL\", \"SUPPLY\", \"STAKE\""},"title":{"type":"string"},"status":{"type":"string"},"network":{"type":"string"},"isMessage":{"type":"boolean","description":"When true, sign as a message instead of a transaction"},"stepIndex":{"type":"integer"},"gasEstimate":{"type":"string"},"unsignedTransaction":{"description":"Raw transaction to sign — a JSON string on EVM chains, an object on non-EVM chains. Never modify it."}}},"description":"Sign and broadcast each transaction in stepIndex order, then report each hash via submit_hash. NEVER modify unsignedTransaction."},"executionPattern":{"enum":["synchronous","asynchronous","batch"],"type":"string"}},"description":"Core fields shown; responses may carry additional yield-specific fields depending on the protocol (this schema is intentionally non-exhaustive)."}}}}}},"supportedNetworks":["eip155:8453","eip155:196"],"advertisedPriceUsd":0.001,"paymentRequirements":[{"raw":{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0xD433f056270912659f073D5FFE7Ae247e39235A5","amount":"1000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300},"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0xD433f056270912659f073D5FFE7Ae247e39235A5","scheme":"exact","network":"eip155:8453","amountAtomic":"1000"},{"raw":{"asset":"0x4ae46a509f6b1d9056937ba4500cb143933d2dc8","extra":{"name":"Global Dollar","version":"1"},"payTo":"0x14c1cf26360F42681105A03137CF6951BdDB1293","amount":"1000","scheme":"exact","network":"eip155:196","maxTimeoutSeconds":300},"asset":"0x4ae46a509f6b1d9056937ba4500cb143933d2dc8","payTo":"0x14c1cf26360F42681105A03137CF6951BdDB1293","scheme":"exact","network":"eip155:196","amountAtomic":"1000"},{"raw":{"asset":"0x779ded0c9e1022225f8e0630b35a9b54be713736","extra":{"name":"USD₮0","version":"1"},"payTo":"0x14c1cf26360F42681105A03137CF6951BdDB1293","amount":"1000","scheme":"exact","network":"eip155:196","maxTimeoutSeconds":300},"asset":"0x779ded0c9e1022225f8e0630b35a9b54be713736","payTo":"0x14c1cf26360F42681105A03137CF6951BdDB1293","scheme":"exact","network":"eip155:196","amountAtomic":"1000"},{"raw":{"asset":"0x74b7f16337b8972027f6196a17a631ac6de26d22","extra":{"name":"USD Coin","version":"2"},"payTo":"0x14c1cf26360F42681105A03137CF6951BdDB1293","amount":"1000","scheme":"exact","network":"eip155:196","maxTimeoutSeconds":300},"asset":"0x74b7f16337b8972027f6196a17a631ac6de26d22","payTo":"0x14c1cf26360F42681105A03137CF6951BdDB1293","scheme":"exact","network":"eip155:196","amountAtomic":"1000"}],"resourceDescription":"Build unsigned transactions to exit a DeFi yield position — unstake, withdraw from lending or vaults, or redeem RWAs — across 80+ networks. Supports instant and queued/cooldown redemption per protocol. Does NOT execute: the caller signs and broadcasts each tx. Check positions with yields_get_balances first.","acceptedPaymentMethods":["exact"]},"source_id":1,"external_id":null}],"live_endpoint_metadata":{"x402_version":2,"resource_url":"https://mcp.yield.xyz/x402/actions_exit","resource_description":"Build unsigned transactions to exit a DeFi yield position — unstake, withdraw from lending or vaults, or redeem RWAs — across 80+ networks. Supports instant and queued/cooldown redemption per protocol. Does NOT execute: the caller signs and broadcasts each tx. Check positions with yields_get_balances first.","bazaar_extension":{"info":{"input":{"body":{"amount":"0.1","address":"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045","yieldId":"ethereum-eth-lido-staking"},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"id":"3f9d1e8b-2c4a-4b7e-8d5f-1a2b3c4d5e6f","type":"UNSTAKE","amount":"0.1","intent":"exit","status":"CREATED","address":"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045","yieldId":"ethereum-eth-lido-staking","transactions":[{"id":"8c1d2e3f-4a5b-6c7d-8e9f-0a1b2c3d4e5f","type":"UNSTAKE","title":"UNSTAKE Transaction","status":"CREATED","network":"ethereum","stepIndex":0,"unsignedTransaction":"{\"from\":\"0xd8dA…\",\"to\":\"0x889e…\",\"data\":\"0xd668…\"}"}],"executionPattern":"synchronous"}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["yieldId","address"],"properties":{"amount":{"type":"string","description":"Human-readable token amount to withdraw, e.g. \"0.5\" (never raw wei). Optional when useMaxAmount is true."},"address":{"type":"string","description":"Wallet address that owns the position"},"yieldId":{"type":"string","description":"Yield ID of the position to exit, e.g. \"ethereum-eth-lido-staking\""},"useMaxAmount":{"type":"boolean","description":"Withdraw the full position balance; amount may be omitted."},"validatorAddress":{"type":"string","description":"Validator to undelegate from, for delegation-based staking yields"}}},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"id":{"type":"string","description":"Action ID — poll status later with actions_get"},"type":{"type":"string","description":"Action type, e.g. \"STAKE\", \"UNSTAKE\", \"CLAIM_REWARDS\""},"amount":{"type":["string","null"]},"intent":{"type":"string","description":"\"enter\", \"exit\", or \"manage\""},"status":{"type":"string","description":"\"CREATED\" on success; poll until SUCCESS/FAILED"},"address":{"type":"string"},"yieldId":{"type":"string"},"createdAt":{"type":"string"},"transactions":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string","description":"e.g. \"APPROVAL\", \"SUPPLY\", \"STAKE\""},"title":{"type":"string"},"status":{"type":"string"},"network":{"type":"string"},"isMessage":{"type":"boolean","description":"When true, sign as a message instead of a transaction"},"stepIndex":{"type":"integer"},"gasEstimate":{"type":"string"},"unsignedTransaction":{"description":"Raw transaction to sign — a JSON string on EVM chains, an object on non-EVM chains. Never modify it."}}},"description":"Sign and broadcast each transaction in stepIndex order, then report each hash via submit_hash. NEVER modify unsignedTransaction."},"executionPattern":{"enum":["synchronous","asynchronous","batch"],"type":"string"}},"description":"Core fields shown; responses may carry additional yield-specific fields depending on the protocol (this schema is intentionally non-exhaustive)."}}}}}},"accepted_requirements":[{"raw":{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0xD433f056270912659f073D5FFE7Ae247e39235A5","amount":"1000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300},"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0xD433f056270912659f073D5FFE7Ae247e39235A5","scheme":"exact","network":"eip155:8453","amountAtomic":"1000"},{"raw":{"asset":"0x4ae46a509f6b1d9056937ba4500cb143933d2dc8","extra":{"name":"Global Dollar","version":"1"},"payTo":"0x14c1cf26360F42681105A03137CF6951BdDB1293","amount":"1000","scheme":"exact","network":"eip155:196","maxTimeoutSeconds":300},"asset":"0x4ae46a509f6b1d9056937ba4500cb143933d2dc8","payTo":"0x14c1cf26360F42681105A03137CF6951BdDB1293","scheme":"exact","network":"eip155:196","amountAtomic":"1000"},{"raw":{"asset":"0x779ded0c9e1022225f8e0630b35a9b54be713736","extra":{"name":"USD₮0","version":"1"},"payTo":"0x14c1cf26360F42681105A03137CF6951BdDB1293","amount":"1000","scheme":"exact","network":"eip155:196","maxTimeoutSeconds":300},"asset":"0x779ded0c9e1022225f8e0630b35a9b54be713736","payTo":"0x14c1cf26360F42681105A03137CF6951BdDB1293","scheme":"exact","network":"eip155:196","amountAtomic":"1000"},{"raw":{"asset":"0x74b7f16337b8972027f6196a17a631ac6de26d22","extra":{"name":"USD Coin","version":"2"},"payTo":"0x14c1cf26360F42681105A03137CF6951BdDB1293","amount":"1000","scheme":"exact","network":"eip155:196","maxTimeoutSeconds":300},"asset":"0x74b7f16337b8972027f6196a17a631ac6de26d22","payTo":"0x14c1cf26360F42681105A03137CF6951BdDB1293","scheme":"exact","network":"eip155:196","amountAtomic":"1000"}],"bazaar_compatible":null,"bazaar_validated_at":null,"bazaar_validation_error":null},"sonar_metrics":{"score":0,"uptime":0,"paid_success_rate":0,"valid_result_rate":null,"latency_p50":null,"latency_p90":null,"price_drift_pct":null},"cdp_indexed":false,"confidence":"low"}