Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Services

AMP-enabled services on Solana.


AMP is deployed to Solana devnet. Production services are coming soon.

The AMP protocol includes an on-chain Service Registry that will let agents discover services by category, price, and reputation. Once live, services will be listed here automatically.

Be the first to integrate

Adding AMP payments to your API takes a few lines of code:

import { AMP } from "@valeo/amp-server"
 
app.use(AMP.middleware({ rate: "0.001/call" }))

Add payments to your API →

Service categories

The registry supports these categories:

CategoryDescription
InferenceLLM, image generation, embeddings
DataSearch, scraping, enrichment
ComputeGPU, serverless, batch processing
StorageIPFS, Arweave, S3-compatible
CommunicationEmail, SMS, notifications
FinancialPricing, market data, trading
IdentityKYC, verification, attestation