/install anvil-mesh
Anvil Mesh
Query live data feeds, verify BSV transactions, and discover paid services on the Anvil mesh network.
What Anvil Does
Anvil is a mesh of BSV nodes that:
- Publishes signed data feeds (price oracles, sensor data, any structured data)
- Verifies BSV transactions via SPV with merkle proofs against synced headers
- Accepts micropayments via HTTP 402 — non-custodial, sub-cent, instant settlement on BSV
Discovery
Find a node's capabilities:
curl https://\x3Cnode>/.well-known/anvil
Returns a machine-readable manifest listing all available data topics, payment options, and mesh info.
Find payment details:
curl https://\x3Cnode>/.well-known/x402
Returns endpoint pricing and payment models (HTTP 402 standard).
Query Data
Browse available topics:
curl https://\x3Cnode>/stats
The envelopes.topics field lists all active data topics with envelope counts.
Fetch envelopes for a topic:
curl "https://\x3Cnode>/data?topic=oracle:rates:bsv&limit=5"
Returns signed envelopes with payload, publisher pubkey, signature, TTL, and timestamp.
Verify a Transaction
curl "https://\x3Cnode>/tx/\x3Ctxid>/beef"
Returns the transaction in BEEF format with merkle proof for SPV verification.
Live Nodes
http://212.56.43.191:9333— anvil-primehttp://212.56.43.191:9334— anvil-one
Payment Flow (HTTP 402)
If an endpoint requires payment:
- Request the endpoint
- Receive HTTP 402 with price and payment address
- Create a BSV transaction for the exact amount
- Resend request with payment proof in
X402-Proofheader - Receive data — transaction settles on BSV network
No accounts, no API keys, no signups. Sub-cent costs, instant settlement.
Example: Get BSV/USD Price
curl -s "http://212.56.43.191:9333/data?topic=oracle:rates:bsv&limit=1" | jq '.envelopes[0].payload | fromjson | .USD'
Links
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install anvil-mesh - 安装完成后,直接呼叫该 Skill 的名称或使用
/anvil-mesh触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Anvil Mesh 是什么?
Query the Anvil mesh network for live BSV data feeds, verify transactions via SPV, and discover HTTP 402 micropayment services. Non-custodial, sub-cent payme... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 167 次。
如何安装 Anvil Mesh?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install anvil-mesh」即可一键安装,无需额外配置。
Anvil Mesh 是免费的吗?
是的,Anvil Mesh 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Anvil Mesh 支持哪些平台?
Anvil Mesh 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Anvil Mesh?
由 BSVanon(@bsvanon)开发并维护,当前版本 v0.2.0。