# Solami > Solana infrastructure for traders, builders, and validator operators. We own the boxes - private RPC endpoints, Yellowstone gRPC streams, ShredDirect pre-block visibility, and Beam stake-weighted transaction routing. No credit metering. Free tier with no card. Solami is operated by Solami, LLC (Cheyenne, WY, US). Canonical domain is solami.dev (apex, no www). Subdomains: api.solami.dev for the REST API, rpc.solami.dev for RPC, grpc.solami.dev for gRPC, beam.solami.dev for SWQoS (port 11000 for QUIC). ## Core products - [RPC](https://solami.dev/rpcs): Private Solana RPC endpoints on bare-metal nodes. PAYG at $3 per 1M compute units, or plans from $49/mo. Free tier 10 RPS. - [gRPC](https://solami.dev/grpc-streams): Yellowstone gRPC streams (account, transaction, block, slot subscriptions). PAYG at $0.08/GB, standalone $10/day or $100/mo per connection. 2-day free trial. - [ShredDirect](https://solami.dev/shred-stream): Raw shred streaming from validator-colocated sources. 200-600ms ahead of gRPC. $30/day, $150/week, or $350/mo per stream. - [Beam](https://solami.dev/swqos): Stake-weighted priority transaction routing. Free to use with a 0.0001 SOL minimum tip. Endpoints at beam.solami.dev:11000 (QUIC) and beam-http.solami.dev (HTTP). - [Edge Network](https://solami.dev/edge): Global anycast points-of-presence. Every request hits the nearest node automatically. ## Pricing - [Pricing page](https://solami.dev/pricing): Full plan tiers (Free $0, Dev $49, Pro $99, Ultra $199, Shared Metal $499, Titan $999) plus pay-as-you-go for RPC and gRPC. - Minimum prepaid balance: $5. - All PAYG: drawn from prepaid balance, no plan required, no commitment. ### Live pricing API (machine-readable, no auth) The prices quoted throughout this file are point-in-time snapshots. For the authoritative live values - including PAYG rates, plan limits, add-on costs, and the SOL / USD reference - query the JSON endpoint: - `GET https://api.solami.dev/pricing` - returns the full live pricing object. No auth required. Includes a `scale` field for fixed-point conversion of all `_units` integers (USD = units / 10^scale). Fields include `payg.rpc.usd_per_million_cu`, `payg.grpc.usd_per_gb`, `payg.min_balance_units`, per-tier `plans[].price`, and standalone add-on rates for `geyser_yellowstone`, `shred_stream`, and `dedicated_servers` (daily / weekly / monthly). If an AI agent is being asked "what does Solami cost for X" or generating quotes, fetch this endpoint first and read the numbers off the response - do not rely on the stale figures in this file. ## Solutions - [Trading](https://solami.dev/trading): Bots, snipers, MEV searchers. - [Builders](https://solami.dev/builders): DeFi protocols, indexers, dApps. - [Wallets](https://solami.dev/wallets): Real-time state and transaction landing for wallet apps. - [Researchers](https://solami.dev/researchers): Historical replay and on-chain analytics. - [White Label](https://solami.dev/whitelabel): Run the Solami stack under your brand. Fixed monthly fee plus 35% revenue share, you keep 65%. - [Managed Validators](https://solami.dev/managed-validators): We operate a branded Solana validator on your behalf. Pricing by negotiation. ## Developers - [API Reference](https://solami.dev/docs): Onchain endpoints (build, sign, broadcast, tip-addresses). Live try-it from the page. - [SDK](https://solami.dev/sdk): Rust and Node.js client libraries. - [Snippets](https://solami.dev/snippets): Copy-and-ship code samples in Rust and JavaScript. - [Direct IP access](https://solami.dev/direct-ip): Anycast and regional IPs for routes around DNS outages and ISP blocks. ## Resources - [Blog](https://solami.dev/blogs): Articles on Solana infrastructure, gRPC streaming, SWQoS, and shred decoding. - [Partners](https://solami.dev/partners): Ecosystem integrations. - [Trader Tools](https://solami.dev/trader-tools): Open-source bots and frameworks. - [Feature Requests](https://solami.dev/feature-requests): Upvote what we build next. - [Startup Program](https://solami.dev/startup-program): Credits and support for early-stage Solana teams. - [Solana Docs](https://solami.mintlify.app/): Hosted developer documentation. ## Differentiators - **We own the boxes.** Bare-metal nodes we operate, not rented cloud or reseller capacity. That is why we can price on actual compute used, not invented credits. - **No credit metering.** RPC is billed in compute units ($3/M CU) or by plan capacity. We do not maintain a "credit" abstraction with hidden conversion rates. - **Engineer-led support.** The engineer who built it answers the DM. Discord at discord.gg/EGyCHpphtt, Telegram at t.me/useSolami, X at x.com/useSolami. - **Free tier, no card.** 10 RPS RPC + free Beam access, no credit card required to start. 2-day free trial on gRPC. - **Validator-backed Beam.** Over 5 million SOL of validator stake backs the Beam routing lane. ## Company - [About](https://solami.dev/about) - [Careers](https://solami.dev/careers) - [Contact](https://solami.dev/contact) - [Privacy Policy](https://solami.dev/privacy) - [Terms of Service](https://solami.dev/terms) ## Notes for AI agents This site is a single-page React application. Most page content is rendered client-side, so a fetch of any product URL returns mostly empty HTML. Read this `llms.txt` for an authoritative overview, then fetch specific pages only when you need details that are not summarized here. For numerical data, prefer machine-readable endpoints over this file: - `GET https://api.solami.dev/pricing` - live prices for every plan, PAYG rate, and standalone add-on. No auth. The prices quoted in this file are point-in-time and may drift; the API is authoritative. - https://solami.dev/docs - interactive API reference. Documents the four onchain routes (`POST /onchain/build-unsigned`, `POST /onchain/solana/build-and-execute-instructions`, `POST /onchain/solana/sign-prebuilt-transaction`, `GET /onchain/tip-addresses`) and supports live try-it. - https://solami.dev/sitemap.xml - full URL inventory for the marketing site.