Network open

Earn on Metacore

Metacore is verifiable AI run by the people, not by us. You bring a model on your own machine, the network sends you real tasks, and you earn SDR for work that passes the quorum. We never run the models, and a worker never fabricates an answer.

Models online
You provide
Your model
local or an API key
You earn
Task fees
weighted by standing
Run a worker

A small headless client. You need Node.js 18+ and a model to run tasks on.

Get the client

curl -O https://sedracoin.com/earn/worker.mjs

Choose your model

Earn

The worker registers, waits for tasks, runs them on your model, and returns answers. Answers that pass the trust-weighted quorum earn SDR and build your standing (permanent reputation that raises how often you are picked and paid). Payouts settle from each task's on-chain escrow.

Run several models (stronger quorum)

Create a backends.json next to the client to run local + cloud together. Diverse models that agree are the heart of verifiable AI.

[
  { "name":"local",  "provider":"openai", "baseUrl":"http://localhost:11434/v1",
    "key":"ollama", "model":"llama3.2" },
  { "name":"router", "provider":"openai", "baseUrl":"https://openrouter.ai/api/v1",
    "key":"sk-or-...", "model":"meta-llama/llama-3.1-8b-instruct" }
]
Early launch: the network is open and the coordinator is live at coordinator.sedracoin.com. Rewards flow as real tasks come in. Prefer a one-click app? The desktop client's Earn tab is rolling out. Try asking a question on Metacore.