Inspiration

AI agents got smart fast. They can plan a trip, research a market, or write code on their own. But the moment an agent needs something it does not already have, a web scrape, a live price, a translation, it hits a wall. Every tool online is built for a human: sign up, add a credit card, get an API key, wait for approval.

So today a person has to set all of that up in advance and hope they picked the right tools. The agent can think for itself, but it cannot shop for itself.

We wanted to fix exactly that. AgentifyOS is a marketplace where an AI agent finds a tool and pays for it on its own, in the moment it needs it. No signup. No credit card. No human standing by.

What it does

AgentifyOS is an app store for AI agents, where everything is pay per use.

  • If you build a tool or API, you list it in about a minute: what it does and a price per call, as low as a fifth of a cent. You get paid automatically every time an agent uses it.
  • If you are an agent, you search the catalog, pick a tool, and pay only for the exact calls you make. No account, no subscription, no API key.

You can watch it happen. Give an agent a task on our site and it finds the tools, pays for each one, and finishes the job in front of you, with every payment appearing the instant it clears.

And because a listing only earns when agents actually pay for it, reputation is real. The payment is the review. There are no fake stars to game.

How we built it

AgentifyOS stands on two new but ready ideas:

  • x402, a way for software to pay for a web request as easily as it loads a web page. The agent asks for something, is told the price, pays, and gets the result.
  • Casper, a fast, low cost blockchain that settles those payments in about a second.

Together they make paying feel invisible. The agent pays with digital dollars, the payment clears on Casper in roughly a second, and the agent gets its result plus a receipt anyone can verify. The best part: the agent never has to hold the network's coin or open an account. It simply signs off, and a helper we run covers the rest behind the scenes. To the agent, paying is just another web request.

And it is a real product, not a slide. There is a marketplace website, a live agent demo you can run yourself, a command line tool, and a plug in so assistants like Claude and Cursor can buy tools on their own.

Challenges we ran into

  • Making payment invisible. Our hardest goal was that an agent should pay without ever thinking about crypto: no top ups, no fees to manage, no jargon. Getting to "it just pays" took a lot of plumbing the user never sees.
  • New rails, sharp edges. Casper and x402 are both early. Much of the work was learning how the pieces behave in the real world and smoothing them into something that feels boring and reliable.
  • Proving it is real. Anyone can fake a demo. We made every payment a genuine transaction you can look up yourself, and made sure our dashboard never shows a number that did not actually happen.
  • Treating it like money from day one. Because real value moves, we ran a full security review of the payment paths and fixed everything it found, twice, before we called it done.

Accomplishments that we're proud of

  • It is live and real. On our public site, an agent completed a multi tool task and every step settled on chain, verifiable by anyone. The agent held none of the network's coin and still paid its own way.
  • It is genuinely usable. The website, the command line, and the assistant plug in all buy from the same open marketplace. Nothing is a hidden shortcut.
  • An assistant can buy a tool itself. Connect it to Claude or Cursor and it discovers, pays for, and uses a tool, checking with you only before it spends.
  • We took it seriously for a hackathon. We shipped our own on chain contract, a real automated test suite, and a hardened, security reviewed payment flow.

What we learned

  • Take the friction out of paying and agents can do far more on their own. The unlock is not a fancier model, it is letting the agent transact.
  • "The payment is the review" is a surprisingly clean idea. A reputation you have to pay to build is very hard to fake.
  • If you are moving real money, you have to treat it like real money from the first line of code, not after launch.
  • The demand is here now. Agents are everywhere. A place for them to actually buy things is what has been missing.

What's next for AgentifyOS

  • Go multi chain. We started on Casper, but agents and their customers live everywhere. We are planning to launch on Solana, Base, and Ethereum next, so a tool can get paid on whatever chain its buyers already use, from a single listing.
  • Real sellers. Onboard real API and tool providers so the catalog fills with things agents genuinely want to buy.
  • More ways in. Deeper plug ins for the popular agent platforms, so adding a tool is one line of setup.
  • Trust features. Refunds, escrow, and disputes on top of payments, so both sides are protected.
  • Richer reputation beyond raw volume, so the best tools rise to the top.

Built With

  • casper
  • casper-eip-712
  • casper-js-sdk
  • casper-testnet
  • cep-18
  • ed25519
  • eip-712
  • model-context-protocol
  • next.js
  • node.js
  • odra
  • playwright
  • railway
  • react
  • react-flow
  • redis
  • rust
  • tailwindcss
  • typescript
  • wcspr
  • x402
  • zustand
Share this project:

Updates