Skip to main content

5 posts tagged with "protocol"

View All Tags

Seller Pools: The Trust Layer for AntSeed

· 18 min read
AntSeed Team
Building the P2P AI Network

Seller pools are how AntSeed starts turning real usage into trust: payment-backed settlement creates the record, locked ANTS adds durable support behind seller identities, and verification helps the network separate proven service from empty claims.

Building the Reputation Layer for an Open AI Market

AntSeed is being built for a simple but difficult idea: anyone should be able to buy and sell AI services in an open market.

That openness is what makes the network powerful. A developer can run a model. A team can offer a specialized agent. A provider can sell private, TEE-backed inference. A router can help buyers find the right service. Buyers can choose between many sellers instead of depending on one centralized platform.

But openness also creates the hardest problem in any market: how do you build trust?

If anyone can show up and claim to be fast, reliable, cheap, private, or high quality, buyers need a way to know who has actually delivered. Sellers need a path to earn trust through real usage. Routers need signals they can inspect instead of relying on private rankings. And the network needs incentives that reward useful participation without making fake activity easy to profit from.

This post introduces the first phase of ANTS token economics: the reputation layer and utility around seller pools.

Seller pools are designed to turn payment-backed usage into a more durable reputation signal. They connect real buyer-authorized settlement history with long-term ANTS support behind seller identities.

This is not the full tokenomics system. It is the first layer.

We are also working on the second layer, focused on liquid inference: a broader market structure for routing, liquidity, and inference capacity. But before that layer can work well, the network needs a strong foundation for reputation. That foundation starts here.

We are building this while AntSeed is already serving close to 1,000 active users. That has been both exciting and humbling. We are moving fast, and when you move fast, you can make mistakes. Our commitment is to fix them quickly, keep improving in public, and keep listening to the people actually using the network. The support and usage from the community has honestly been overwhelming, and it is pushing us to make the system better every week.

Model Verification Needs More Than a Label

· 7 min read
AntSeed Team
Building the P2P AI Network

Most AI APIs ask you to trust the label.

gpt-5.5 | claude-opus-4.8 | minimax-m3 | premium model

But if an endpoint silently routes you to a cheaper model, mixes traffic across providers, wraps another API, or serves a quantized substitute, what evidence do you actually have?

Usually: almost none.

AntSeed is building the missing verification layer for that market.

Proof of Prior Delivery

· 8 min read
AntSeed Team
Building the P2P AI Network

In peer-to-peer compute markets, proving service delivery is the hard problem. Not routing, not pricing, not discovery — proving that a seller actually delivered what they were paid for, without a trusted intermediary watching the exchange.

Most decentralized compute projects sidestep this. They use self-reported metrics (trivially gameable), trusted validators (re-introducing centralization), or optimistic assumptions with dispute windows (which require honest majorities). These are reasonable tradeoffs, but they're not proofs. They're social mechanisms dressed up as cryptographic ones.

AntSeed's answer is the metadataHash — a hash of delivery metrics that the buyer signs into every payment authorization. When the seller wants to settle more funds, they must submit a signature that includes this hash. The hash covers what was actually delivered: tokens in, tokens out, average latency, number of requests. The seller can't get paid without presenting proof of what the buyer received. That proof is the metadataHash.

The 402 Flow

· 9 min read
AntSeed Team
Building the P2P AI Network

HTTP 402 Payment Required has been in the HTTP spec since 1997 — "reserved for future use." For nearly three decades, no one agreed on what the payment payload should look like, how the negotiation should work, or who should facilitate it. That changed recently. Coinbase shipped x402, Stripe and Tempo launched the Machine Payments Protocol (MPP), and several smaller projects have proposed their own 402 conventions.

All of these give 402 a mechanism. They differ in architecture — specifically, in who sits between buyer and seller, and whether that intermediary is required.

AntSeed uses 402 as the trigger for fully decentralized payment negotiation between peers. No payment gateway, no relay, no facilitator. The entire flow — from the initial 402 response to the on-chain reserve to the retried request — happens over the same peer connection that carries the actual AI traffic.

Why P2P AI Wins Now — When It Couldn't Before

· 5 min read
AntSeed Team
Building the P2P AI Network

P2P has been technically superior for decades. It lost anyway.

BitTorrent was faster, cheaper, and more resilient than any streaming service. It didn't matter. Spotify won because humans wanted a clean interface, a monthly subscription, and someone to handle the complexity. P2P required setup, patience, and tolerance for rough edges. Most people weren't willing to trade convenience for control.

That calculus just flipped. Not because humans changed — because the next wave of AI consumers aren't human.