DOCS · PLAIN ENGLISH · NO JARGON

Energon, explained.

Everything on this page is written for normal people. What Energon is, how to use it, what the $NRG token does, and where the fees go — honestly, including the parts that aren't perfect.

01 · What is Energon

AI answers from a network, not a company.

Energon is a way to use AI without going through one company's cloud. You send a prompt. Open AI models — the kind anyone can inspect, like DeepSeek, Llama, and Qwen — run it on a decentralized network. You get the answer back and pay only for what you used. No subscription, no account tied to one provider's terms.

The network doing the work is Bittensor: a system that pays independent computer operators (called miners) in its own currency, TAO, for doing useful work. The specific corner of Bittensor that Energon uses is Engy — subnet 53 — whose job is exactly this: running AI models and proving it.

The whole flow, in one breath

  • You send a prompt — from any app or tool that can talk to an AI API.
  • Miners compete to answer it — independent operators race on price and speed, so no single company sets the terms.
  • The network checks the work — Engy's validators verify that the model you asked for is the model that actually answered.
  • You pay for what you used — per token, pay-as-you-go. Stop any time.
Verified is not the same as private. The network proves which model answered you. It does not hide what you asked. Treat your prompts as visible, and don't send secrets. More in the FAQ.
02 · Getting started

Four steps, no migration.

  • 02.1
    Create a keySign up in the Energon app and generate an API key. No wallet needed, no $NRG needed.
  • 02.2
    Top up creditAdd pay-as-you-go credit. You spend it per token of AI output — like a prepaid phone, not a subscription.
  • 02.3
    Point your app at EnergonThe API speaks the same language as OpenAI's, so almost every AI tool and library already works with it. You change one line — the base URL — and keep everything else.
  • 02.4
    Pick a model and goChoose an open model; the miner market serves it. The model list is published in the app and follows what SN53 miners actually run.

What a request looks like

# one ordinary HTTPS call — works with any OpenAI-compatible client
$ curl https://api.energon.ai/v1/chat/completions \
    -H "Authorization: Bearer nrg_····" \
    -d '{
      "model": "deepseek-ai/DeepSeek-V3",
      "messages": [{"role":"user","content":"hello"}]
    }'

Models available

Frontier open-weight models — the DeepSeek, Llama, and Qwen families. Because the serving is done by an open market of miners, the exact list follows what the SN53 network runs; the app shows the model list and per-model pricing.

Pricing

Pay-as-you-go, priced per token. There is no subscription and no minimum. Miners compete on price, so the cost tracks the market rather than a pricing page. Exact per-model rates are published in the app.

03 · What is $NRG

The token, in plain terms.

$NRG is Energon's token, on Robinhood Chain. You do not need it to use the inference API — that's ordinary pay-as-you-go. The token is how the project's economics work:

  • Every swap pays a small fee. Buying or selling $NRG carries a 3% fee each way (it can never exceed a hard-coded 5% cap).
  • Most of the fee burns $NRG automatically. About 80% collects in the token's own contract and market-buys $NRG, then destroys it — permanently reducing supply. Anyone can trigger this; it doesn't depend on the team.
  • A slice funds the Engy reserve. The remaining ~20% is set aside and eventually staked into Engy (SN53), the network that serves every request. How that works is the next section.
Supply
1,000,000,000 · fixed, no mint
Chain / DEX
Robinhood Chain · Uniswap V4
Swap fee
3% each way · hard cap 5%
Fee split
80% burn · 20% reserve
Team allocation
0 — deployer holds nothing
Liquidity
locked forever (sent to a burn address)

The contract has no owner, no pause switch, and no blacklist; supply can only go down. 80/20 is the launch split — the burn share is hard-coded to never fall below 70%.

04 · The Engy reserve

A savings account staked in the network itself.

The reserve slice of the fees doesn't sit idle. Periodically, it's moved to Bittensor, converted to TAO, and staked into subnet 53 — Engy, the exact network that serves Energon's requests. Staked SN53 positions (called alpha) earn from the subnet and appreciate if Engy grows.

  • It only goes one way. Fees flow in and get staked. The position is never traded back out. It grows, it doesn't round-trip.
  • It's readable by anyone. The reserve lives at a published Bittensor address (a "coldkey"), and its live balance and stake are publicly visible on Taostats.
  • Usage feeds it too. Paid inference routes revenue toward the same loop, so real usage of the product strengthens the network that serves it.
Be clear about what this is. Bittensor has no smart contracts, so the reserve cannot be a trustless vault — it is held by the operator's key. What you get is transparency (watch it on-chain, live), not trustlessness. Holding $NRG gives you no legal or redeemable claim on the reserve — you cannot swap $NRG for a piece of it. If that distinction matters to you, read the full disclaimer before touching any of this.
05 · FAQ

Straight answers.

05.1
Is my data private?

No. Energon is verified inference — the network proves which model answered — but it is not confidential inference. Your prompts pass through independent miners and are not hidden from them. Don't send passwords, keys, personal data, or anything you'd mind others seeing.

05.2
Do I need $NRG to use Energon?

No. The API is pay-as-you-go with ordinary credit. The token and the product are connected by the fee loop, not by a paywall.

05.3
Is Energon affiliated with Engy or Bittensor?

No. Energon is an independent tribute built on top of them. Engy, Algod Trading, the Opentensor Foundation, and Bittensor have not endorsed, approved, or partnered with Energon in any way.

05.4
Can I redeem $NRG for a share of the reserve?

No. The reserve is operator-custodied and one-way. $NRG carries no redemption right, no dividend, and no ownership of anything. Its only mechanics are the burn and the fee loop described above.

05.5
Which chain is $NRG on, and where does it trade?

Robinhood Chain, trading on Uniswap. Liquidity is locked permanently at launch and the deployer keeps zero tokens.

06 · Risks

The short list.

  • Total loss is possible. $NRG is a volatile experimental token. It can go to zero.
  • The reserve is custodial. Held by the operator's key — transparent, not trustless, not redeemable.
  • Bridges and keepers can fail. Moving fees to Bittensor depends on one operator and third-party bridges. The on-chain burn does not.
  • Engy is young. SN53 is early — no SLA, thin liquidity, still shipping. Energon inherits that.
  • Smart contracts carry risk. Audited, but audits are not guarantees — and immutable means bugs can't be patched.

Read the full disclaimer & terms