Who This Is For: Three Builder Profiles
The embed pattern shows up most clearly in three kinds of product.
Trading terminals and dashboards. You own the UX and the user relationship; we provide the live intelligence feed underneath. Your charts run on net flow and KOL positioning instead of just price, and you never run a validator. The historical data guide covers backfilling the charts you cannot stream.
Bots and automation. Sniper bots, copy-trade engines, dip-buyers. These live or die on latency and signal quality. The firehose plus deployer reputation lets a bot score and act on a fresh launch in seconds — see the sniper bot guide for a concrete build.
AI agents. Autonomous agents that research or trade need structured, callable data, not screen-scraped pages. The MCP server and the Solana AI agents and x402 guide cover how agents consume this layer — including paying for it per-call over x402.
When to White-Label It
For tools, funds, and platforms shipping this to their own users, there is a tier above self-serve. Enterprise covers an uptime SLA, dedicated rate limits beyond the standard 100k/day, white-label and redistribution rights, custom endpoints, a priority support channel, and onboarding — on an annual contract, invoice or USDC.
White-label is the option that matters most for embedders: it lets you put MadeOnSol intelligence inside your product under your own brand, with the redistribution rights to serve it to your customers. That is a conversation, not a checkout button — the right move is to evaluate everything on a free Ultra key first, confirm the data fits, then scope volume or white-label pricing. See the pricing page to start that.
The Bottom Line
If the memecoin data pipeline is your product, build it — and the Geyser and gRPC guides will save you weeks. If it is plumbing under your product, embedding it is almost always the better trade: you skip the most expensive, highest-maintenance layer of the stack and ship the thing your users actually pay for.
The fastest way to find out which camp you are in is to evaluate the data directly. Spin up a free key, point it at the endpoints your product needs, and see whether the KOL flow, deployer history, coordination signals, and firehose hold up against what you would have to build. If they do, scope an Enterprise plan and put it under your brand.
Frequently Asked Questions
Is MadeOnSol an RPC provider?
No. MadeOnSol is a specialized memecoin-intelligence data layer, not a general-purpose RPC. It does not submit transactions or serve raw getAccountInfo-style calls — providers like Helius and QuickNode do that well, and you should keep using one for transaction submission. What MadeOnSol provides is the data that is painful to build in-house: labeled KOL and smart-money flow, deployer reputation, coordination signals, and a MEV-stripped DEX firehose. For a feature-by-feature look at where it sits versus RPC providers, see best Solana API providers.
Can I embed MadeOnSol data in my own product and resell it?
Yes, under an Enterprise plan. The self-serve tiers (Free, Pro, Ultra) are for building your own application. Embedding the data in a product you ship to other users — with white-label branding and redistribution rights — is covered by the Enterprise contact-sales tier, which also adds an uptime SLA, dedicated rate limits, and custom endpoints on an annual contract. The recommended path is to validate the integration on a free Ultra key first, then scope white-label pricing.
How do I access the data — REST, streaming, or both?
All of them, depending on the workload. Use the REST API for queries and prototyping, WebSocket streaming for real-time terminals and bots, webhooks for push notifications without polling, and the MCP server or SDKs for AI agents and editor-based research. Most production integrations combine REST for lookups with either WebSocket or webhooks for live events. The sniper bot guide and the webhooks-vs-polling post show both patterns in practice.
Why not just build the pipeline myself?
You can, and for some teams it is the right call — but be precise about what you are signing up for. The expensive part is not querying prices; it is running a Geyser streaming pipeline (Rust plugin, recompiles on every validator upgrade, 64-128 GB of extra RAM, connection leaks, 24/7 on-call) and then layering wallet labeling, deployer history, and coordination logic on top. All-in, a self-hosted streaming setup runs $3,900-$8,800 per month before any of the intelligence work. The full breakdown is in Solana API vs. self-hosting a node.
What does it cost to start?
The free tier gives you 200 calls per day to evaluate the full API shape with no commitment. Pro ($49/mo) and Ultra ($149/mo) scale the rate limits, webhooks, WebSocket connections, and unlock the DEX firehose. Embedders who need white-label, redistribution, or an SLA move to Enterprise (custom, annual). See the pricing page for the current limits on each tier.