Powered by HTTP 402 Protocol

The Payment Mesh for Autonomous Agents

Enable APIs, models, and services to transact natively through HTTP 402. Stream micro-payments and verify access on-chain automatically.

View Documentation Learn More
✓ Multi-chain support ✓ USDC settlements ✓ Agent-native ✓ Open protocol
TBD

Contract address will be announced soon

How It Works

Simple Payment Flow

1

Client Requests Resource

Agent or application makes a request to an API endpoint

GET /v1/model HTTP/1.1
2

Server Responds with Payment Request

Server returns HTTP 402 with payment details

402 Payment Required
{"amount": "0.10 USDC", "chain": "Base"}
3

Client Submits Payment

Payment is made on-chain and receipt is included in retry

POST /v1/model
Payment-Receipt: 0x1a2b3c...

Access Granted

Server verifies payment and returns the requested resource

200 OK
{"result": "Success"}
Features

Why MeshNet?

Built for the future of autonomous agent commerce

Instant Settlements

Payments settle on-chain in seconds with cryptographic proof

Secure & Trustless

No intermediaries or custody. All transactions verified on-chain

Multi-Chain

Works on Base, BNB, Arbitrum, and any EVM-compatible chain

Developer Friendly

Simple SDKs for JavaScript, Python, and REST APIs

For Developers

Integrate in Minutes

Simple SDKs for every platform

JavaScript

import { MeshNet } from '@meshnet/sdk'; const mesh = new MeshNet({ chain: 'base', apiKey: process.env.KEY }); const result = await mesh.request({ url: '/v1/model', data: { prompt: 'Hello' } });

Python

from meshnet import MeshNet mesh = MeshNet( chain="base", api_key=os.getenv("KEY") ) result = mesh.request( url="/v1/model", json={"prompt": "Hello"} )

cURL

curl -X POST \ https://api.meshnet.io/v1/model \ -H "Authorization: Bearer $KEY" \ -H "Payment-Receipt: $SIG" \ -d '{"prompt":"Hello"}'
Economics

$MESH Tokenomics

Aligning network participants through staking and governance

Token Utility

Node Staking
Operators stake $MESH to run gateways and earn fees
Priority Routing
Higher stake increases transaction priority
Fee Distribution
Protocol fees distributed to stakers proportionally
Governance
Vote on protocol upgrades and treasury allocation

Token Distribution

Community & Ecosystem 40%
Node Operators 25%
Team & Advisors 20%
Treasury 15%
Total Supply
1,000,000,000 $MESH
Roadmap

Development Timeline

Transparent milestones from design to deployment

Phase Milestone Timeline Status
Phase 1
Foundation
Protocol design & SDK development Q2 2025 Completed
Phase 2
Testing
Node operator testnet launch Q3 2025 In Progress
Phase 3
Mainnet
Mesh Registry mainnet deployment Q4 2025 Upcoming
Phase 4
Expansion
Agent integration & partnerships Q1 2026 Planned