DOCS
© 2025 Portals Protocol
LIVE ON SOLANA MAINNET

Open Portals for your agent.
Access a decentralized network of tools that cannot be stopped.
Select the tools you need. Payments are anonymous.
No API keys. No accounts. Just connect & run.

SUPERCHARGE YOUR AGENTS

Portals equips your AI agent with a Solana wallet and access to a decentralized appstore of tools. It handles payments and execution autonomously.

1SELECT PORTALS

Browse the registry and pick the APIs your agent needs (Search, Data, Social, etc.).

2COPY CONFIG

Paste the generated MCP configuration into Claude Desktop, Cursor, or any MCP client.

3AUTO PAYMENTS

Your agent uses the tools and pays providers instantly in USDC. No API keys needed.

mcp_config.json
{
"mcpServers": {
"portals": {
"command": "npx",
"args": ["-y", "@portalsprotocol/mcp-server"],
"env": {
"PORTALS_WHITELIST": "..."
}
}
}
}
DECENTRALIZED
REGISTRY
NO
API KEYS
INSTANT
SETTLEMENT
USDC
PAYMENTS

EARN WITH A PORTAL

Wrap any API with x402 payment middleware and publish it to the decentralized registry. Earn USDC instantly.

If you can serve it, you can sell it

No approval process. Anyone can build.

Open & Unstoppable

Unlike centralized platforms, anyone can publish. The decentralized registry enables unlimited services.

Direct Revenue

Get paid per request directly to your wallet. No invoices, no net-30, no middlemen.

index.ts
EARNING REVENUE
// Your API is now monetized
app.post("/generate", async (c) => {
// 1. Verify payment on-chain
await verifyPayment(c.req);
// 2. Run your service
const result = await runModel(prompt);
// 3. You just earned $0.05 USDC
return c.json(result);
});
RECENT TRANSACTIONSLIVE
0x8f...2a91+$0.05 USDC
0x1d...b44e+$0.05 USDC
0x3a...9c12+$0.05 USDC

$PORTALS TOKEN

Security, reputation, and marketing layer. Economics drive quality.

Security Staking

Providers stake a minimum amount to register to prevent spam. Bad actors get slashed. Skin in the game.

Marketing Engine

Higher stake signals higher trust. More visibility in the registry drives more revenue.

Governance

Vote on moderation decisions, protocol fees, and network upgrades.

OPEN SOURCE & TRANSPARENT

Portals Protocol is built in public. Verify the contracts, explore the SDKs, and contribute to the decentralized agent economy.