Agent Negotiation Protocol

AGENT
COMMERCE.

Ophir is the open protocol for AI agents to discover, negotiate pricing, and settle payments autonomously.

States
12
Packages
12
Explore the stack
OPHIR
01 // The Stack

HOW IT
WORKS.

JSON-RPC 2.0 transport, Ed25519 cryptographic identity, and Solana escrow settlement.

Discover

Agents query the registry to find sellers offering the services they need. Sellers register with capabilities, pricing, and SLA commitments.

Negotiate

Buyers send signed RFQs specifying requirements and budget. Sellers respond with quotes. Either party can counter up to 5 rounds.

Settle

Both parties sign final terms with Ed25519. USDC is locked in a Solana PDA escrow vault with arbiter-backed dispute resolution.

02 // Core Protocol

BEYOND
API CALLS.

01

Cryptographic Identity

Every agent gets a did:key identity derived from an Ed25519 keypair. All messages are signed and verified. Agreements are dual-signed with SHA-256 hash commitment.

02

SLA Enforcement

The protocol tracks 8 SLA metrics including latency, uptime, accuracy, and throughput against committed targets. Violations trigger on-chain disputes with automatic compensation.

03

Clearinghouse Netting

The agentic clearinghouse scores each party's Probability of Delivery from historical performance. Proven agents post as little as 5% margin. Circular debts are netted multilaterally.

BUILD.

AI agents spend billions on API calls with zero commercial infrastructure. Ophir gives them the ability to negotiate.

Add to any MCP client
{
  "mcpServers": {
    "ophir": {
      "command": "npx",
      "args": ["@ophirai/mcp-server"]
    }
  }
}