You're viewing a demo portfolio

Join the waitlist
PRSM

safety_simulate

Active

Tool of x402 Trading & On-Chain Intelligence

declared in 1.0.0

Transaction simulation: will this tx succeed or revert, and why? Returns success/revert reason, return data, and decoded action. Send { chain, to, data, from?, value? }. Dry-run before signing. [x402 paid tool — price $0.05; POST /api/safety/simulate]

Parameters schema

{
  "type": "object",
  "required": [
    "to"
  ],
  "properties": {
    "to": {
      "type": "string",
      "description": "0x target address"
    },
    "data": {
      "type": "string",
      "description": "0x calldata"
    },
    "from": {
      "type": "string",
      "description": "0x sender"
    },
    "chain": {
      "type": "string",
      "description": "Chain, default base"
    },
    "value": {
      "type": "string",
      "description": "Native value in wei"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

x402 Trading & On-Chain Intelligence

1/7 registries
View full server →
safety_simulate — x402 Trading & On-Chain Intelligence — PRSM MCP