/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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install anvil-mesh - After installation, invoke the skill by name or use
/anvil-mesh - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 167 downloads so far.
How do I install Anvil Mesh?
Run "/install anvil-mesh" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Anvil Mesh free?
Yes, Anvil Mesh is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Anvil Mesh support?
Anvil Mesh is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Anvil Mesh?
It is built and maintained by BSVanon (@bsvanon); the current version is v0.2.0.