strategy-sim.vercel.app

No description published for this endpoint.

OtherLiveeip155:8453Exactvia facilitator:payAI
Activity
—
Nothing indexed for this service or its provider yet. Not a claim that it is unused — only that we hold no record.
$0.03
Verified settled volume
3 settlements proven x402 by their on-chain EIP-3009 marker.
$0.010
Listed price
As published in the catalog. Always read the live 402 before paying.
—
Calls · 30d
Upstream's own call count for this endpoint, not ours.
—
Unique payers · 30d
Never called
—
Upstream on-chain volume
Reported by the source catalog.
Paid to
0x3B4c54f4D909a7b837F9AC6fc1f20BfDE74f3B69

The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.

Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913

Provider

The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.

Accepts

The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.

0.01USDC≈ $0.01 USD
on Base · exact scheme

Pay 0.01 USDC on Base to 0x3B4c…f3B69. The signed payment is good for 5 minutes.

USD Coin contract
0x8335…02913
Payment window
5 minutes
As published
10000 smallest units
Buys
Simulate a looping strategy on Morpho Blue (Base)
Returns
application/json
The catalog’s raw entry
[
  {
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "extra": {
      "name": "USD Coin",
      "version": "2"
    },
    "payTo": "0x3B4c54f4D909a7b837F9AC6fc1f20BfDE74f3B69",
    "scheme": "exact",
    "network": "base",
    "mimeType": "application/json",
    "resource": "https://strategy-sim.vercel.app/entrypoints/simulateLooping/invoke",
    "description": "Simulate a looping strategy on Morpho Blue (Base)",
    "outputSchema": {
      "input": {
        "type": "http",
        "method": "POST",
        "bodyType": "json",
        "bodyFields": {
          "input": {
            "type": "object",
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "required": [
              "protocol",
              "chain",
              "collateral",
              "debt",
              "start_capital",
              "target_ltv",
              "loops"
            ],
            "properties": {
              "debt": {
                "type": "object",
                "required": [
                  "symbol",
                  "decimals"
                ],
                "properties": {
                  "symbol": {
                    "type": "string",
                    "minLength": 1
                  },
                  "address": {
                    "type": "string",
                    "pattern": "^0x[a-fA-F0-9]{40}$"
                  },
                  "decimals": {
                    "type": "integer",
                    "maximum": 36,
                    "minimum": 0
                  }
                },
                "additionalProperties": false
              },
              "chain": {
                "type": "string",
                "const": "base"
              },
              "loops": {
                "type": "integer",
                "maximum": 9007199254740991,
                "exclusiveMinimum": 0
              },
              "price": {
                "type": "object",
                "propertyNames": {
                  "type": "string"
                },
                "additionalProperties": {
                  "type": "number"
                }
              },
              "rates": {
                "type": "object",
                "properties": {
                  "borrow_apr": {
                    "type": "number"
                  },
                  "supply_apr": {
                    "type": "number"
                  }
                },
                "additionalProperties": false
              },
              "oracle": {
                "type": "object",
                "required": [
                  "type",
                  "lag_seconds"
                ],
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "chainlink"
                  },
                  "lag_seconds": {
                    "type": "number",
                    "minimum": 0
                  }
                },
                "additionalProperties": false
              },
              "protocol": {
                "type": "string",
                "const": "morpho-blue"
              },
              "scenarios": {
                "type": "array",
                "items": {
                  "anyOf": [
                    {
                      "type": "object",
                      "required": [
                        "type",
                        "asset",
                        "shock_pct",
                        "at_day"
                      ],
                      "properties": {
                        "type": {
                          "type": "string",
                          "const": "price_jump"
                        },
                        "asset": {
                          "type": "string",
                          "minLength": 1
                        },
                        "at_day": {
                          "type": "integer",
                          "maximum": 9007199254740991,
                          "minimum": 0
                        },
                        "shock_pct": {
                          "type": "number"
                        }
                      },
                      "additionalProperties": false
                    },
                    {
                      "type": "object",
                      "required": [
                        "type",
                        "borrow_apr_delta_bps"
                      ],
                      "properties": {
                        "type": {
                          "type": "string",
                          "const": "rates_shift"
                        },
                        "borrow_apr_delta_bps": {
                          "type": "number"
                        }
                      },
                      "additionalProperties": false
                    },
                    {
                      "type": "object",
                      "required": [
                        "type",
                        "lag_seconds"
                      ],
                      "properties": {
                        "type": {
                          "type": "string",
                          "const": "oracle_lag"
                        },
                        "lag_seconds": {
                          "type": "number",
                          "minimum": 0
                        }
                      },
                      "additionalProperties": false
                    }
                  ]
                }
              },
              "collateral": {
                "type": "object",
                "required": [
                  "symbol",
                  "decimals"
                ],
                "properties": {
                  "symbol": {
                    "type": "string",
                    "minLength": 1
                  },
                  "address": {
                    "type": "string",
                    "pattern": "^0x[a-fA-F0-9]{40}$"
                  },
                  "decimals": {
                    "type": "integer",
                    "maximum": 36,
                    "minimum": 0
                  }
                },
                "additionalProperties": false
              },
              "swap_model": {
                "type": "object",
                "required": [
                  "type",
                  "fee_bps",
                  "pool"
                ],
                "properties": {
                  "pool": {
                    "type": "object",
                    "required": [
                      "base_reserve",
                      "quote_reserve"
                    ],
                    "properties": {
                      "base_reserve": {
                        "type": "number",
                        "minimum": 0
                      },
                      "quote_reserve": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "additionalProperties": false
                  },
                  "type": {
                    "type": "string",
                    "const": "amm_xyk"
                  },
                  "fee_bps": {
                    "type": "number",
                    "minimum": 0
                  }
                },
                "additionalProperties": false
              },
              "target_ltv": {
                "type": "number",
                "maximum": 0.99,
                "exclusiveMinimum": 0
              },
              "risk_limits": {
                "type": "object",
                "properties": {
                  "min_hf": {
                    "type": "number"
                  },
                  "max_leverage": {
                    "type": "number"
                  }
                },
                "additionalProperties": false
              },
              "horizon_days": {
                "type": "integer",
                "maximum": 365,
                "exclusiveMinimum": 0
              },
              "start_capital": {
                "type": "string",
                "minLength": 1
              }
            },
            "additionalProperties": false
          }
        },
        "discoverable": true
      },
      "output": {
        "output": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "summary",
            "time_series",
            "stress",
            "action_plan",
            "protocol_params_used",
            "receipt"
          ],
          "properties": {
            "reason": {
              "type": "string"
            },
            "stress": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "scenario",
                  "min_hf",
                  "liquidated"
                ],
                "properties": {
                  "min_hf": {
                    "type": "number"
                  },
                  "scenario": {
                    "type": "string",
                    "minLength": 1
                  },
                  "liquidated": {
                    "type": "boolean"
                  },
                  "liq_loss_usd": {
                    "type": "number"
                  }
                },
                "additionalProperties": false
              }
            },
            "receipt": {
              "type": "object",
              "required": [
                "payment",
                "provenance_hash"
              ],
              "properties": {
                "payment": {},
                "provenance_hash": {
                  "type": "string",
                  "minLength": 1
                }
              },
              "additionalProperties": false
            },
            "summary": {
              "type": "object",
              "required": [
                "loops_done",
                "gross_leverage",
                "net_apr",
                "hf_now",
                "liq_price",
                "slip_cost_usd"
              ],
              "properties": {
                "hf_now": {
                  "type": "number"
                },
                "net_apr": {
                  "type": "number"
                },
                "liq_price": {
                  "type": "object",
                  "propertyNames": {
                    "type": "string"
                  },
                  "additionalProperties": {
                    "type": "number"
                  }
                },
                "loops_done": {
                  "type": "integer",
                  "maximum": 9007199254740991,
                  "minimum": 0
                },
                "slip_cost_usd": {
                  "type": "number"
                },
                "gross_leverage": {
                  "type": "number"
                }
              },
              "additionalProperties": false
            },
            "canExecute": {
              "type": "boolean"
            },
            "action_plan": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "swap": {
                    "type": "object",
                    "required": [
                      "from",
                      "to",
                      "amount_in",
                      "amount_out"
                    ],
                    "properties": {
                      "to": {
                        "type": "string",
                        "minLength": 1
                      },
                      "from": {
                        "type": "string",
                        "minLength": 1
                      },
                      "route": {},
                      "amount_in": {
                        "type": "number"
                      },
                      "amount_out": {
                        "type": "number"
                      }
                    },
                    "additionalProperties": false
                  },
                  "borrow": {
                    "type": "object",
                    "required": [
                      "asset",
                      "amount"
                    ],
                    "properties": {
                      "asset": {
                        "type": "string",
                        "minLength": 1
                      },
                      "amount": {
                        "type": "number"
                      }
                    },
                    "additionalProperties": false
                  },
                  "supply": {
                    "type": "object",
                    "required": [
                      "asset",
                      "amount"
                    ],
                    "properties": {
                      "asset": {
                        "type": "string",
                        "minLength": 1
                      },
                      "amount": {
                        "type": "number"
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "additionalProperties": false
              }
            },
            "time_series": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "t",
                  "collateral",
                  "debt",
                  "equity",
                  "hf"
                ],
                "properties": {
                  "t": {
                    "type": "integer",
                    "maximum": 9007199254740991,
                    "minimum": 0
                  },
                  "hf": {
                    "type": "number"
                  },
                  "debt": {
                    "type": "number"
                  },
                  "equity": {
                    "type": "number"
                  },
                  "collateral": {
                    "type": "number"
                  }
                },
                "additionalProperties": false
              }
            },
            "protocol_params_used": {
              "type": "object",
              "required": [
                "lltv",
                "liquidation_incentive",
                "close_factor",
                "irm",
                "oracle_type"
              ],
              "properties": {
                "irm": {
                  "type": "string",
                  "minLength": 1
                },
                "lltv": {
                  "type": "number"
                },
                "version": {
                  "type": "string"
                },
                "market_id": {
                  "type": "string"
                },
                "fetched_at": {
                  "type": "integer",
                  "maximum": 9007199254740991,
                  "minimum": 0
                },
                "data_source": {
                  "enum": [
                    "fixture",
                    "live"
                  ],
                  "type": "string"
                },
                "irm_address": {
                  "type": "string",
                  "pattern": "^0x[a-fA-F0-9]{40}$"
                },
                "oracle_type": {
                  "type": "string",
                  "minLength": 1
                },
                "close_factor": {
                  "type": "number"
                },
                "oracle_address": {
                  "type": "string",
                  "pattern": "^0x[a-fA-F0-9]{40}$"
                },
                "liquidation_incentive": {
                  "type": "number"
                }
              },
              "additionalProperties": false
            }
          },
          "additionalProperties": false
        }
      }
    },
    "maxAmountRequired": "10000",
    "maxTimeoutSeconds": 300
  }
]

Provenance

Seen in the source catalog
2025-11-08 19:55Z
Last indexed by Roundhouse
2026-09-26 22:45Z
Last enriched (probe, favicon, geo)
2026-09-18 19:15Z
x402 version
1
Max timeout
300s
Liveness probe
HTTP 404
Report

Hand this page to an agent

Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.

GET api.roundhouseai.io/v0/endpoints

Nothing indexed for this service or its provider yet. Not a claim that it is unused — only that we hold no record. Verified volume counts only settlements with an on-chain EIP-3009 marker.

Open skill.md
Show the prompt
Using Roundhouse, look up the x402 service strategy-sim.vercel.app and tell me whether it is
worth paying: what a call costs, whether the endpoint answered when last probed, and what
its payment record actually shows.

curl -s 'https://api.roundhouseai.io/v0/endpoints?q=strategy-sim.vercel.app'
curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>'

Then call it: read the price from the live 402 at https://strategy-sim.vercel.app/entrypoints/simulateLooping/invoke, never from
a cached figure, and pay with an x402 client.

The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except
/v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402,
or use an organization key from https://roundhouseai.io/dashboard/team.

If you do not have Roundhouse tools or skills installed, read
https://roundhouseai.io/skill.md first — it is the whole procedure.