Voucha AI
15 posts

Voucha AI
@vouchaai
Software that pays software. Built for AI agents. A85BSuuViUgigKVmWXhh5tjmFzWX3v9A36odDdDvpump
API Katılım Haziran 2026
5 Takip Edilen93 Takipçiler

The Voucha AI roadmap.
PHASE 0, already live ✅
The gateway, the full 402 pay per request flow, on chain payment verification, hash chained receipts, the SDK on npm, a real paid endpoint on mainnet, and the $VOUCHA token live on @Pumpfun. The rail works today. You can use all of it right now.
PHASE 1, happening now 🔥
Hardening mainnet end to end. Prepaid channels with signed vouchers so the rail scales to thousands of calls per second. USDC and more SPL tokens alongside SOL. On chain Merkle anchoring of the receipt root, so
trust becomes mathematically provable.
PHASE 2, next up ⚙️
A provider dashboard for routes, prices, revenue and receipts. Rust and Python SDKs so every agent runtime plugs in. A hosted gateway, so you do not run anything yourself. Drop in middleware for the frameworks you
already use.
PHASE 3, the endgame 🌐
Agent to agent escrow and task markets. Reputation built from receipt history. A public registry of paid endpoints, a real marketplace for machine payable APIs. And protocol fees buying back and burning $VOUCHA on every step.
Every phase makes the same loop stronger: more calls, more revenue, more $VOUCHA bought and burned. This is the payment layer the agent economy runs on, and we are building it in the open.
Full roadmap
👉 vouchaai.com/roadmap

English

Voucha AI@vouchaai
We are live! 🔧 $VOUCHA is now trading, exclusively on @Pumpfun. Voucha AI is the payment rail for the agent economy. Any API becomes pay per request on Solana. No accounts, no API keys, a receipt for every call. The token is backed by real usage: a fixed share of every fee buys back $VOUCHA and burns it. CA: A85BSuuViUgigKVmWXhh5tjmFzWX3v9A36odDdDvpump 🔗 vouchaai.com 📦 npm install @vouchaai/sdk 📜 whitepaper: vouchaai.com/whitepaper.pdf Team tokens locked: app.streamflow.finance/contract/solan…
English

@vouchaai Paid api and mainnet (u paid thousands for it) I know it’s not cheap
But can u lock dev tokens @vouchaai with @streamflow_fi and post lock link?
A85BSuuViUgigKVmWXhh5tjmFzWX3v9A36odDdDvpump
English

How we will use the creator rewards.
Every bit of creator reward $VOUCHA earns will first go toward buyback and bonding, directly supporting the token and its market.
This comes before anything else.
Once that foundation is set, the rewards will be directed into marketing, alongside our own dedicated marketing budget, to grow Voucha and bring pay per request infrastructure to a far wider audience.
Aligned by design: the rewards work for the token first, then for its reach.
English

The Voucha test API is fully working and online.
You can try it right now.
Send a request to the endpoint below.
Unpaid, it returns a price.
Pay 0.00001 SOL on mainnet and it returns the response, with a verifiable receipt.
The complete pay per request flow, live.
Endpoint: api.vouchaai.com/gw/test/ping
Docs: #test-api" target="_blank" rel="nofollow noopener">vouchaai.com/docs#test-api
Point a funded wallet at it and watch it pay itself.
@vouchaai
English

@CryptoExpert101 #test-api" target="_blank" rel="nofollow noopener">vouchaai.com/docs#test-api
Full working API online!
You can try it.
api.vouchaai.com/gw/test/ping
English

Proof of tech? Paid api?
A85BSuuViUgigKVmWXhh5tjmFzWX3v9A36odDdDvpump
🐦 x.com/vouchaai ♻️
💬 t.me/vouchaai
🌍 vouchaai.com 🔍
💊 coincommunities.org/co..
Software that pays software.
Voucha turns any API into a pay per request endpoint on Solana.
No accounts, no keys.
Built for AI agents.
VOUCHA・Chart・🎨・🔮
MAE⋅BAN⋅BNK⋅PDR⋅BLO⋅STB
TRO⋅TRT⋅GMG⋅PHO⋅AXI⋅EXP⋅TW
💭 NEW: Introducing comments
English

A quiet update on traction.
Several teams are already testing Voucha behind the scenes, running real calls through the gateway and evaluating it against their current setup.
We expect a number of them to move their infrastructure onto Voucha in the coming weeks.
Alongside that, we are preparing a major marketing campaign to bring pay per request infrastructure to a much wider audience.
The rail is live, the SDK is published, and the momentum is building.
More soon.
vouchaai.com
English

Never ever give @claudeai @Gemini @OpenAI your API keys, because you don't need one anymore!
This is why we created Voucha AI!
Autonomous agents now hold wallets and act without a human in the loop for each step.
Handing such a system a set of secret keys is the wrong shape: keys are long lived, broadly scoped, hard to limit per action, and dangerous to expose to a process that improvises.
The agent economy needs a way to pay for one call and move on, not a durable secret to defend.
English

The shift Voucha makes: you never need an API key again.
An API key is a long lived secret.
You create it, store it, scope it, rotate it, and guard it for as long as it exists.
If it leaks, someone else spends your money until you notice. It is friction for a person and
a liability for software.
Voucha replaces that standing secret with a single act. Your code makes a request and pays for it on the spot. The wallet signature is the authentication. There is nothing to create, store, rotate, or leak.
This matters most for AI. You stop handing agents secret keys they could expose, and instead give them a wallet. They pay per call, on their own, and you manage nothing.
A key is a secret you protect.
A payment is an act you perform.
Voucha replaces the first with the second.
English

How Voucha works, in one request.
Your code calls an API through the Voucha gateway.
If the request is unpaid, the gateway replies with HTTP 402 and a header stating the price, the recipient, and a single use nonce.
Your code pays that amount on Solana, with the nonce written into the transaction memo so the payment is bound to this exact request. It then retries with proof of payment.
The gateway verifies the payment on chain, forwards the request to the real API, and returns the answer with a receipt id.
The signature is the authentication. There are no accounts and no API keys.
Full walkthrough: vouchaai.com/how-it-works

English

Voucha AI is live and fully functional today.
A real paid endpoint runs on mainnet at api.vouchaai.com/gw/test/ping, settling 0.00001 SOL per request.
The client SDK is published as @vouchaai/sdk.
The full flow is in production: the 402 pay per request
handshake, on chain payment verification, and a verifiable receipt for every call.
The complete technical whitepaper is available at vouchaai.com/whitepaper.pdf.
Over the coming posts we will walk through the project in detail: how the gateway turns any API into a pay per request endpoint, how an agent pays for a call by itself, and how each payment is made provable.
vouchaai.com

English

We are live! 🔧
$VOUCHA is now trading, exclusively on @Pumpfun.
Voucha AI is the payment rail for the agent economy. Any API becomes pay per request on Solana.
No accounts, no API keys, a receipt for every call.
The token is backed by real usage: a fixed share of every fee buys back $VOUCHA and burns it.
CA: A85BSuuViUgigKVmWXhh5tjmFzWX3v9A36odDdDvpump
🔗 vouchaai.com
📦 npm install @vouchaai/sdk
📜 whitepaper: vouchaai.com/whitepaper.pdf
Team tokens locked: app.streamflow.finance/contract/solan…
English

Introducing Voucha AI. 🔧
Software that pays software.
Voucha turns any API into a pay per request endpoint on Solana. No accounts. No API keys. Your code makes a request, pays a few cents, and gets the answer. Every call leaves a receipt anyone can verify.
This is built for the moment we are in: AI agents now hold wallets and act on their own. You stop handing them secret keys and start giving them a wallet. They pay as they go, you manage nothing.
It is live today. There is a real paid endpoint you can point an agent at right now.
🔗 vouchaai.com
📦 npm install @vouchaai/sdk
English