Private AI compute that runs on clean energy — provably.

Ealna is a decentralized compute network where inference runs inside confidential enclaves on nodes powered by verified renewable energy. You get an OpenAI-compatible endpoint returning an answer plus cryptographic proof it was private and green.

One endpoint · the models that matter

z.ai
Kimi
Qwen
DeepSeek
Claude

Private by default. Green by design.

Ealna

x402 is per-request payment over HTTP — pay per inference, no subscription.

GCC-8C6640B1privacy: TEEsolar41 gCO₂/kWh

Live

Private Intelligence

Chat across open + frontier models. Every green answer runs sealed on clean compute and ships a Green Compute Certificate.

Learn more
Network liveClosed: Jul 12
4 active nodes · 4× H100
US-WestH100 · wind
EUH100 · solar
Asia-SEH100 · solar

Live

Green Compute Network

Clean-energy GPUs contributing private compute — 4× H100 active across regions, and you can inject your own.

Learn more
OpenAI Compatible Endpoint
POST /v1/chat/completions
{
  "model": "open-llm-8b",
  "messages": [
    {"role": "user", "content": "Summarize Q3 Financials..."}
  ],
  "temperature": 0.2
}
x402 Settlement
Fee0.005 $EALNA
StatusPaid
The Veil (Confidential Enclave)
Encrypted Prompt
0x9a8f4c2e1b3d5a7f9e8c4b2a1d3f5e7c9a8f4c2e1b3d5a7f9e8c4b2a1d3f5e7c...
EXECUTING IN TEE >
Generating Privacy Attestation
Signed: sgx_report_0x44a2...
Status: Processing Inference...
open-llm-8b >
The Watt (Carbon Scheduler)
Matching constraints: TEE + Renewable
Node-7F3A (Iceland)
Geothermal Power
22 gCO₂/kWhSelected
Node-2B9C (US-East)
Coal/Gas Grid
410 gCO₂/kWhRejected
Carbon AttestationVerified
ENERGY_SOURCEGeothermal
ENERGY_USED0.0123 kWh
EST_GCO20.27 gCO₂
Node Bond: 50,000 $EALNA (Staked)
Response & Certificate Minted
GCC-000128401
Response Payload
{
  "id": "chatcmpl-9f3a...",
  "object": "chat.completion",
  "choices": [
    {
      "message": {
        "role": "assistant",
        "content": "Based on the Q3 financials..."
      }
    }
  ],
  "usage": { "total_tokens": 1420 }
}
Green Compute Certificate (GCC)
"certificate": {
  "serial": "GCC-000128401",
  "node_id": "node-7f3a",
  "privacy": {
    "mode": "TEE",
    "attestation": "0x44a2..."
  },
  "carbon": {
    "source": "geothermal",
    "est_gco2": 0.27
  },
  "status": "verified on-chain"
}

Drop-in replacement.
Zero friction.

Ealna exposes a fully OpenAI-compatible API. Just change your base URL, and your existing AI applications instantly run inside confidential enclaves powered by renewable energy.

  • OpenAI SDK Compatible

    Use the exact same Python or Node.js libraries you already use.

  • x402 Pay-per-call

    Settle automatically per inference. No subscriptions, no credit cards.

  • Certificate Embedded

    The Green Compute Certificate is returned directly in the response payload.

inference.py
from openai import OpenAI

# 1. Change the base URL to Ealna
client = OpenAI(
  base_url="https://api.ealna.com/v1",
  api_key="ea_wallet..." # x402
)

# 2. Add privacy & green routing preferences
response = client.chat.completions.create(
  model="ealna-llama3-8b",
  messages=[{
    "role": "user",
    "content": "Analyze Q3 data..."
  }],
  extra_headers={
    "x-ealna-privacy": "tee-strict",
    "x-ealna-carbon-max": "50gCO2/kWh"
  }
)

# 3. Get your answer PLUS the certificate!
print(response.choices[0].message.content)
print(f"Certificate: {response.ealna_certificate.serial}")
For Developers
Ealna Logo

EALNA SDK

Try It Out

Confidential Enclaves

TEE and FHE based execution. We handle all privacy isolation so you never think about data leaks again.

Green Certificates

Bidirectional proof of clean energy usage to keep your compliance and ESG reporting informed.

Agent-Native x402

session.py
1session=ealna.create(user_id="user_123")
2tools=session.tools()
3connection=session.pay("x402")

Every session carries full context — sandbox state, files, progress. Your agent never starts from scratch.

Model & Framework Agnostic

Ealna Logo

No lock-in. Swap models based on cost, capability, or use case. Your tools and auth carry over, zero rework.

Proof of Private.
Proof of Green.

The datacenter is a black box. Ealna is a glass one — and you can own the glass. One network. One ticker.