Point your agents at one endpoint: one key to the frontier model catalog, routed and cached to cut token cost by up to 30%, metered by the token and settled in USDG on Robinhood.
—
Tokens served
—
Inference calls
—
Models online
—
Uptime
The gateway
Arca is an inference gateway: one endpoint and one key in front of the frontier model catalog. We don't pretend to own the GPUs, we route to the providers that do, and the mechanisms on the right are how the same call comes back cheaper than going direct.
Every call routes to the best live capacity serving that model. When a cheaper or faster route exists, your traffic takes it, no code change on your side.
Identical repeat calls, retries, evals, loops, come back in ~10ms at half-price tokens. A posted billing rule, not a trick.
The catalog is tiered High / Balanced / Eco, so agents buy exactly the intelligence a task needs. The cheapest token is the frontier token you didn't need.
No subscription, no per-call fee, no credit packs. You pay tokens times the posted rate, and the posted rate is the whole price.
The latest models routed through the gateway, every one at posted per-token rates.
The token
Every call the network serves earns revenue on-chain. Half of it is split across $ARCA holders every month, pro-rata to the supply you hold.
50%
of every call’s revenue fills the holder pool
Monthly
pro-rata payouts, straight to holding wallets
0
staking, lockups, or claim races
Drop-in
One email, one wallet
Sign in and a non-custodial wallet spins up in the background, no seed-phrase ceremony.
Load USDG, mint a key
Top up once and mint your ar_sk_ key. It's shown a single time, after that, it's yours to guard.
Swap one URL
Keep the OpenAI client you already ship. Point base_url at Arca and every call meters and settles itself.
from openai import OpenAI
client = OpenAI(
base_url="https://api.arcagateway.com/v1",
api_key="ar_sk_live_…",
)
resp = client.chat.completions.create(
model="glm-5.2",
messages=[{"role": "user", "content": "Hello"}],
)
# metered + settled on-chain automaticallyYour agents are ready. Give them a gateway.
Billing is exact: tokens used × posted rate, settled in USDG on Robinhood, no per-call fees, no gas, nothing recurring, nothing hidden. High-tier models always run pay-as-you-go.