Product preview

One request.A market of intelligence.One proof.

Preview how Proofrail will route AI through approved capacity, cap USDG spend, and return an auditable receipt for each successful call.

Planned Proofrail inference routeAn illustrative request travels through a planned general route and produces an example signed receipt. Fast and reasoning routes are planned alternatives.FAST / CHEAPGENERALREASONING / CODEREQUEST
OpenAI-compatiblePlanned drop-in surface
Capped USDGPlanned spend control
Approved capacityDefined onboarding policy
Auditable receiptsPlanned proof per call

How it works

One route.Four checkpoints.

The planned request path movesthrough explicit controls beforereturning an auditable receipt.
Four checkpoint Proofrail switchyardAn illustrative request enters in yellow, passes the planned spending and request checkpoints, switches to a reviewed cyan route, then produces an example receipt.REQUEST01020304
  1. Checkpoint 01.

    Plan the cap

    Set the proposed maximumUSDG for one request.

  2. Checkpoint 02.

    Send one request

    Use the plannedOpenAI-compatible endpoint.

  3. Checkpoint 03.

    Route reviewed capacity

    The planned policy selectsa reviewed provider.

  4. Checkpoint 04.

    Return the receipt

    The planned response includesan auditable receipt.

Request
  1. 01

    Plan the cap

    Set the proposed maximum USDG for one request.

  2. 02

    Send one request

    Use the planned OpenAI-compatible endpoint.

  3. 03

    Route reviewed capacity

    The planned policy selects a reviewed provider.

  4. 04

    Return the receipt

    The planned response includes an auditable receipt.

Trust by design

The route is visible.The content stays private.

Control the spend

The planned policy enforces a cap.

Know the route

Preview the intended routing metadata.

Provider:
GeneralRoute
Region:
us-east
Status:
Preview

Audit the charge

Inspect the planned receipt shape.

For builders

Preview onebase URL.

The planned interface keeps compatibilityand adds cap-controlled routing.

  • Planned OpenAI-compatible API
  • Planned per-request caps
  • Planned auditable receipts
View API preview

For providers

Plan capacity you areauthorised to provide.

Provider applications follow thefirst verified request route.

  • Planned reviewed network
  • Proposed tiers and regions
  • Planned USDG settlement
View provider roadmap

Developers

Drop in. Stream out.

Planned API
from openai import OpenAIbase_url="https://api.proofrail.example/v1"api_key="YOUR_FUTURE_API_KEY" client = OpenAI(base_url=base_url, api_key=api_key)stream = client.chat.completions.create( model="market/general",    messages=[{"role": "user", "content": "Hello"}], stream=True)
  1. Yourrequest
  2. Proofrailgateway
  3. Reviewedprovider
  4. Examplereceipt

Build status + roadmap

  1. Gateway vertical slice
    In development
  2. Capped USDG policy
    Planned
  3. Settlement receipt
    Planned
  4. Provider market
    Planned

Status reflects the current repository implementation.

Open console

FAQ

Before you route.

What does approved capacity mean?

Approved capacity is the planned policy for providers that pass onboarding checks for model access and reliability. No provider capacity is connected yet.

What is actually verified?

This product preview illustrates routing and receipt metadata. No inference route is live yet; spend controls and settlement receipts remain planned. AI output correctness is never verified.

Do I need a project token?

The current console preview needs no token because it sends no inference traffic. API authentication and project credentials arrive with the gateway vertical slice.

Are prompts stored on-chain?

No. The architecture keeps prompts and model responses off-chain. Planned receipts contain only the minimum routing and settlement metadata needed for an audit trail.

Who can become a provider?

The provider market is planned and applications are not open yet. The onboarding policy will review model access and reliability before any capacity can receive traffic.

Is this affiliated with Robinhood?

No. Proofrail is an independent project designed for Robinhood Chain testnet. It is not affiliated with or endorsed by Robinhood Markets, Inc.

Development preview

Follow the first request onto the map.

The gateway is under active development. Explore the console now; API and provider access open after the first end-to-end route is verified.