Skip to main content

2 posts tagged with "reputation"

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.

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.