LIVE DATA
Search engine for agents
Revenue Tracked
Payments
x402 Services
MCP Servers
MPP Servers

Live Market
What's happening right now

Top Earners

Loading...

Paid Services by Category

Loading...

Free Tools by Category (MCP)

Loading...

System Status

Total Revenue
Total Payments
x402 Services
% With Revenue
Services Scored
Last Updated

Score Distribution

Excellent (80+)
Good (60-79)
Average (40-59)
Below (0-39)

Premium Intelligence
AI-powered reports backed by real on-chain data

Market Pulse

$1 / call

Real-time snapshot — top earners, hot categories, chain breakdown, and AI analysis of what's moving right now.

POST /intelligence/pulse

Analyze Any Service

$5 / call

Deep dive on any service — scores, competitors, on-chain revenue, pricing strategy, and vulnerabilities.

POST /intelligence/analyze {"query": "heurist.ai"}

Pricing Strategy

$10 / call

Revenue-backed pricing recommendations for your service. Based on what real earners charge in your category.

POST /intelligence/pricing {"query": "wallet security scanner"}

Opportunity Report

$25 / call

What to build next — specific gaps in the market, underserved niches, price points, and competitor analysis.

POST /intelligence/opportunities

TOP EARNERS
TRENDING
RISING
HIDDEN GEMS

Get Started
Try it right now
# Try any paid endpoint instantly — handles x402 payment for you
npx agentcash try https://valoria.net

# Save Valoria to your agent for future use
npx agentcash add https://valoria.net

# That's it. AgentCash handles the wallet, USDC, and x402 flow.
# No API keys. No subscriptions. Just pay per call.
# Free — search services
curl "https://valoria.net/search?q=token+analytics"

# Free — market stats
curl "https://valoria.net/api/stats"

# Free — service details
curl "https://valoria.net/api/domain/heurist.ai"

# Paid endpoints use x402 — no API keys, pay per call with USDC on Base.
# A raw curl will return a 402 with a payment challenge.
# Use AgentCash, @x402/fetch (JS), or MCP tools to pay automatically.
curl -s -X POST "https://valoria.net/intelligence/pulse" | head -c 200
# → {"error":"Payment Required","accepts":[{"scheme":"exact","network":"eip155:8453",...}]}
// Add to your Claude Desktop config (Settings → MCP):
{
  "mcpServers": {
    "valoria": {
      "url": "https://valoria.net/mcp"
    }
  }
}

// Free tools: search, feeds, stats, domain-detail
// Paid tools: try-x402 (probe/pay any x402 service),
//             try-mpp  (probe/pay any MPP service)
//
// Then just ask Claude things like:
"Search for DeFi analytics services"
"Show me the top earners this month"
"Get full details on heurist.ai"
"Try the market pulse endpoint on valoria.net"
// Search (free — no wallet needed)
const res = await fetch("https://valoria.net/search?q=defi");
const { results } = await res.json();

// Intelligence (paid — x402 handles payment automatically)
// npm install @x402/fetch
import { fetchWithPayment } from "@x402/fetch";

// fetchWithPayment intercepts the 402 challenge,
// signs a USDC payment on Base, and retries the request.
const report = await fetchWithPayment(
  "https://valoria.net/intelligence/pulse",   // $1
  { method: "POST" },
  { wallet }  // viem wallet client with USDC on Base
);

const data = await report.json();
console.log(data.pulse);  // top earners, hot categories, AI analysis

Browse
Explore by category

Go deeper with Valoria Intelligence

Market Pulse — who's earning right now $1 Analyze any service — scores, competitors, revenue $5 What should you charge? $10 What to build next $25 Full market report $50