Terms of service

Last updated: 2026-05-26. Plain English. Read it.

1. What we are

Phantom is an anonymous proxy to TEE-attested AI inference. You pay in cryptocurrency. You receive an API key. The key burns down as you spend it. We forward your requests to an upstream TEE provider (Intel TDX + NVIDIA Confidential Computing). We do not store the contents of your prompts or completions.

Phantom is operated by an individual operator, not a registered company. The service is provided as-is, with no contractual relationship beyond these terms.

2. Payment, credit, refunds

3. Acceptable use

You may use Phantom for any purpose lawful in your jurisdiction. You may not use it for:

We do not read prompts. Enforcement is reactive: if a credible report reaches us, we may revoke the offending key. We have no way to refund the remaining balance on a revoked key.

Some models in our catalog are intentionally uncensored. They do not refuse requests on content-policy grounds. You remain responsible for the lawfulness of your use.

4. Privacy commitments

These are the commitments we make in code, not just policy. Inspect the operator-published source if you want to verify.

Things we do not control:

5. Trust boundaries

Phantom's privacy posture has four tiers. Things hardware + code can prove. Things our code refuses to do. Code-level commitments that depend on the source. And real trade-offs we can't fully control. Honesty on all four.

// CRYPTOGRAPHIC

Backed by hardware + code, not promises.

  • TEE inference. Upstream TEE (Intel TDX + NVIDIA CC). Verify per-request via /v1/inference-attest.
  • Per-invoice payment address. The PSP mints a fresh address per order. XMR payers stay opaque on-chain. Transparent chains (BTC/ETH/USDT) are traceable on their own ledger.
  • SHA-256 key storage. Auth gate stores only the hash. Plaintext recoverable only via customer-held payment_id (decrypts the ciphertext blob).
  • SQLCipher AES-256. DB encrypted at rest. Passphrase on the same host. Defense-in-depth, not snapshot-proof.
  • Tor hidden service. Same API, no exit node required.
// CODE-LEVEL

verifiable in the published source, not externally enforced

  • No prompt, completion, or token-content logging.
  • No IP, user-agent, or request-header logging.
  • No PII. No emails. No identifiers.
  • Rate-limit keys hashed; never persisted.
// WHAT WE REFUSE TO BE

things phantom will never become

  • Custodial wallet. Keys are bearer.
  • Identity provider. No accounts, no email support.
  • Refund desk. Start with the $10 bundle.
  • Logging service. No data to help debug.
// REAL TRADE-OFFS

limits of running on the public web

  • Proxy is a VPS. Prompts pass through RAM plaintext between you and the upstream TEE provider. Host could in principle dump memory.
  • Provider could MITM TLS. Verify cert via CT logs.
  • Operator identifiable via VPS contract. Customers stay anonymous.
  • Payment routed via a third-party payment processor (PSP). They see your pay tx + IP. They do NOT share buyer identity with phantom. Phantom only receives order-id + payment-status webhooks. The PSP KYCs the operator.

6. No warranty, limited liability

Service is provided as-is. No uptime guarantee. No availability SLA. No guarantee that any specific model remains in the catalog. Operator may discontinue the service at any time. Any unspent credit at discontinuation is forfeit.

To the extent permitted by law, operator's total liability to you under these terms is capped at the unspent credit balance on your API key at the time of the claim.

7. Changes

These terms may change. Existing keys continue under the terms in effect at issuance for the duration of the validity period. Material changes will be noted on this page with an updated date at the top.

8. Contact

Encrypted contact only. PGP public key published at /pgp.txt (fingerprint 09654A79076956E6042D11946296DEC4E954FC76). Send abuse reports or operational issues encrypted to this key. We don't maintain plaintext support channels because they would create customer-identifying logs.

<< back to home