Ask anything. Nobody's keeping a file on you.
Private AI chat. $10 for 30 days. No account, no email, no card on file with us. A pass code is your only identity.
// HOW IT WORKS
Get a code
We mint your pass code before you pay. It's your only identity, and nothing links it to you.
Pay (card or crypto)
$10 for 30 days. Pay by card or crypto. No account, no email, no card on file with us.
Ask anything
Private AI chat, hardware-sealed so nobody, including us, can read what you ask.
// DON'T TRUST US, VERIFY
Don't trust us, verify.
-
▸
Fetch TDX quote
tdx_quote.bin · 8.2 KB -
▸
Verify Intel TDX signature
intel-root → quote ✓ -
▸
Verify NVIDIA CC attestation
nvidia-root → gpu ✓ -
▸
Match enclave measurement
mrtd: 7a9b…c2d1 -
▸
Bind to TLS certificate
cert-key ↔ quote ✓
▌ ATTESTATION OK · run it yourself: GET /v1/inference-attest
// TOR HIDDEN SERVICE
http://jzqvbfmrlt5ye467joz75dg6xdurc6bniozautqlil5b3tbf777zmsid.onion
Open in Tor Browser. No clearnet exit. No DNS lookup. Same API, same keys.
Three guarantees you can't get from OpenAI.
- Per-invoice payment address. Fresh address per order. XMR payers opaque on-chain.
- SHA-256 key storage. Auth gate stores only the hash. Recovery: customer holds payment_id; ciphertext decrypts to plaintext only with that secret.
- SQLCipher AES-256. DB encrypted at rest. Defense-in-depth against partial-file leaks (swap, coredump, exfiltrated backup). Not snapshot-proof. Suspect compromise? Rotate via
/v1/key/rotate.
Plus what we refuse to be, what we can't fully control, and the trade-offs of running on the public web. Read the full trust boundaries →
// FOR DEVELOPERS
prefer the raw API? point your OpenAI client at us.
Pay any major crypto, get an OpenAI-compatible API key. 20+ TEE-attested models, 60+ total catalog. No account. No email. No logs.
# anonymous inference via TEE-attested endpoint $ curl https://phantom.codes/v1/chat/completions \ -H "Authorization: Bearer sk-A1xZ9k7eF..." \ -d '{"model":"phantom/deepseek-v4-flash", "messages":[{"role":"user","content":"hello"}]}' # response, TEE-signed, leaves no trace { "id": "chatcmpl-h3K9d...", "choices": [{ "message": { "role": "assistant", "content": "Hello. How can I help?" } }], "usage": { "prompt_tokens": 4, "completion_tokens": 7 } } ▌ ATTESTATION OK · TDX quote verified · NVIDIA CC verified
// TWO STRINGS, ZERO REWRITES
point your OpenAI client at us. ship.
Same SDK. Same call signature. Two lines change.
- client = OpenAI() + client = OpenAI( + base_url="https://phantom.codes/v1", + api_key="sk-A1xZ9k7eF...", + ) # everything else identical. agents, function calling, vision, streams. resp = client.chat.completions.create( model="phantom/deepseek-v4-flash", messages=[{"role": "user", "content": "ship it"}], )
// HOW IT STACKS UP
| OpenAI / Anthropic / Google | TEE provider direct | Phantom | |
|---|---|---|---|
| Account | required + KYC | none | |
| Payment | credit card | card / crypto | any major crypto |
| Logs prompts | yes (30d default) | no | no |
| Logs IP | yes | yes | no |
| Hardware-attested | no | per request | per request |
+30% on TEE models, +50% on closed-weight proxy (Claude/GPT/Gemini) vs going direct. Flat price on every coin: XMR, BTC, ETH, USDT, USDC, LTC, SOL, DOGE. Need anonymity? Pay it. Don't need it? Go direct.
// RULES WE DON'T BREAK
Hardware-enforced privacy
Inference runs inside Intel TDX + NVIDIA Confidential Computing. Verify per-request via /v1/inference-attest. Math, not promises.
Two strings, zero rewrites
Change baseUrl + apiKey. Works with opencode, Cline, Aider, OpenHands, Continue, OpenWebUI, openai-python, openai-node.
Pay any crypto, stay anonymous
No email. No card. No KYC. Pay XMR for max privacy, or BTC, ETH, USDT, USDC, LTC, SOL, DOGE.
// HOW IT WORKS
pay. point. run.
Pay any crypto
Pick a bundle or any amount $10-$1000. Redirect to hosted crypto checkout. Pay in XMR (max privacy), BTC, ETH, USDT, USDC, LTC, SOL, DOGE from your wallet.
Get an API key
Wait ~2-20 min depending on coin and network (USDT/USDC fastest, BTC slowest). Your sk-… key drops in the browser. We store only its SHA-256 hash. Re-fetch it anytime with your payment ID. Lose the payment ID, lose the key.
Point and ship
Set base_url, pass the Bearer key, send your first chat. Inference runs inside a hardware enclave (Intel TDX + NVIDIA CC). Verify per request via /v1/inference-attest.
// PRICING
credit, in USD. paid in crypto.
No crypto yet? 5-min guide ↗
SMALL
$10 any coin
XMR, BTC, ETH, USDT, USDC, LTC, SOL, DOGE
≈ 38M tokens DeepSeek V4 Flash
≈ 5M tokens DeepSeek V4 Pro
MEDIUM
$50 any coin
XMR, BTC, ETH, USDT, USDC, LTC, SOL, DOGE
≈ 210M tokens DeepSeek V4 Flash
≈ 28M tokens DeepSeek V4 Pro
LARGE
$200 any coin
XMR, BTC, ETH, USDT, USDC, LTC, SOL, DOGE
≈ 880M tokens DeepSeek V4 Flash
≈ 118M tokens DeepSeek V4 Pro
WHALE
$500 any coin
XMR, BTC, ETH, USDT, USDC, LTC, SOL, DOGE
≈ 2.3B tokens DeepSeek V4 Flash
≈ 300M tokens DeepSeek V4 Pro
Token estimates at input-token pricing; real yield depends on your input/output mix. Live rates: model catalog.
▸ per-coin minimums (read before $10 bundle)
Hosted checkout enforces a per-coin floor based on network fees. Approximate minimums:
- USDT, USDC (TRC-20): ~$1. Fastest + cheapest. Works for every bundle.
- BTC, SOL, DOGE, LTC: ~$5. Works for every bundle.
- XMR: ~$10. Works for every bundle. Most private.
- ETH: ~$25 (gas-driven). Use a $50+ bundle, or pick a cheaper chain for $10.
Underpayment auto-expires and is not refundable. Send slightly over the quoted amount to cover network fees. Numbers vary with chain congestion.
// CUSTOM AMOUNT
$10 minimum, $1000 maximum. 1:1 credit. 90-day validity.
// ALREADY PAID? RECOVER YOUR KEY
Paste your payment ID. Key drops anytime, as long as you have the ID. full recovery page ↗
// CATALOG
pick by what you want to do.
60+ models across two privacy tiers:
Prompt invisible to everyone, including us. Verifiable per request via /v1/inference-attest.
Closed-weight frontier (Claude, GPT, Gemini). Vendor sees content but not who you are.
// MODEL AUTHORS
60+ frontier models. Closed-weight from the names you know. Open-weight from the labs pushing the edge. full catalog ↗
// COMPATIBLE TOOLS
OpenAI-compatible. full configs ↗
plus opencode, Cline, Continue.dev, Aider, OpenHands, OpenWebUI. all configs ↗
// PRIVACY SPECTRUM
where we sit on the privacy stack.
Four tiers of "private AI." Most products skip the one that matters.
Cloud default
OpenAI · Anthropic · Google
- Account + card
- IP logged
- Prompts retained 30d
Anonymizing proxy
Most "private" AI APIs
- Strips metadata
- Prompt still cleartext to vendor
- Account usually required
TEE + anonymous pay
PHANTOM
- Hardware-sealed inference
- Crypto, no account, no email
- Per-request attestation
Local on-device
Self-hosted open-weight runtimes
- Max privacy
- You pay the GPU
- Model gap vs frontier
// QUESTIONS
what people ask before paying.
Can you read my prompts?
No. Inference runs inside Intel TDX with NVIDIA Confidential Computing. The enclave decrypts your request, runs the model, and only the response leaves. We can't dump enclave memory. Verify per request with GET /v1/inference-attest.
What if you get subpoenaed?
You'd hand over: hashed API keys, token counts per key, and the wallet flow. By design we hold no prompts, completions, or IPs to surrender. Even with full root on the host. The DB is SQLCipher-encrypted at rest; the passphrase lives on the same host, so the encryption is defense-in-depth against leaked backups, not against host compromise. The "we can't see your prompts" claim is enforced by the TEE upstream, not by us. Verify per request via /v1/inference-attest.
Why not go direct to a TEE provider?
You can. They take card + email. Phantom adds the anonymous-payment layer in front: pay in any major crypto (XMR for max privacy), get a key, no identity attached. Markup: +30% on TEE models, +50% on closed-weight proxy (Claude/GPT/Gemini). Flat price on every coin. Cost of the no-account, no-card, no-IP layer.
What happens if I lose my API key?
Re-fetch it with your payment ID at /recover.html. We store only the key's SHA-256 hash, but the payment ID re-derives the key. What you can't recover is the payment ID itself: it's bearer-equivalent to the key, so guard it. Use /v1/key/rotate to retire a key if you suspect a leak.
How fast does the key drop after payment?
Typically ~2-20 min, varies by coin + network. USDT/USDC on TRC-20 fastest (~1 min). BTC slowest (~30 min). Tab open: key drops automatically. Tab closed: /recover.html with your payment ID anytime.
What models do I get?
60+ catalog. ~20 run TEE-attested: frontier open-weight reasoning, coding, vision, embeddings, uncensored. Plus closed-weight proxy to Claude, GPT, Gemini, Grok, Llama: anonymous to vendor, but the vendor still reads the prompt. browse catalog ↗
Refunds?
No. There's no email to send them to and no card to refund. That's the trade for no-KYC. Start small.
Is this legal?
Yes. Anonymous payment for a software service is legal in every jurisdiction we serve. The AUP bans the obvious abuses. We have no way to filter prompt content because we can't read prompts. We can suspend keys at the proxy layer for credible abuse reports.
Why monospace everywhere? Looks like 1995.
It's a terminal. You're going to use this from a terminal. We're not selling a productivity SaaS.
// THE PLATFORM
why should your cloud provider know your name?
Phantom is becoming the anonymous compute platform: crypto in, no accounts, nothing we can read. Inference shipped first. The rest of the stack follows the same rule.
AI inference: live now
OpenAI-compatible key in ~2 minutes. 60+ models: TEE-attested open-weight + frontier proxy. You're looking at it.
Model router: expanding
One catalog across upstreams, a privacy badge on every model, and routing by cheapest or private-only so you never guess who sees your prompt.
Private VPS + GPU: soon
Rent a confidential VM (Intel TDX) or an H200 enclave the way you buy inference: pay crypto, get root, no name attached. Hardware keeps us out of your machine. It's the same guarantee you already verify on chat.
Agent hosting: planned
Leave an AI agent running server-side in an enclave, metered by the hour. It works while you're gone; nobody knows it's yours.
Start where it's live today. >> GET AN API KEY
stop hoping they don't log it.
verify they can't.
$10 for 30 days. No account, no email. A pass code is your only identity. No refunds; save your code.
Get your pass →