arctura-base-subnet bridges Base blockchain intelligence into the decentralized AI network. Miners attest to Base chain state. Validators score with Resonance BFT. TAO flows to proof.
Miners read Base, prove what they read, and get paid in TAO. Validators enforce proof quality. No central oracle. No trust assumptions.
Coinbase public RPC, CDP SDK, and AgentKit — all wrapped in a deterministic miner execution environment. Same state in, same proof out.
Every Base state claim is hashed and anchored to a live Base block hash. Stale or fabricated attestations fail verification — zero weight, zero TAO.
Four-dimensional validator scoring: attestation validity (40%), execution completeness (30%), latency (20%), confidence calibration (10%).
Miners can execute onchain Base actions — not just read state. First-class support for CDP SDK smart wallets and MCP tool bindings over Bittensor axon.
Carbon-aware weight modifier. Miners declaring verified renewable energy receive +15% weight. Node weight reflects energy provenance, not only stake.
Every line of code is public. Fork it, extend it, run your own validator. Built as a public good for the Base and Bittensor ecosystems.
The Arctura signal stack maps directly to Bittensor primitives. Each layer has a defined responsibility.
# BaseSubnetSynapse — the mandate + attestation contract class BaseSubnetSynapse(bt.Synapse): # Mandate fields (validator → miner) base_block_range: tuple[int, int] = (0, 0) contract_address: Optional[str] = None query_type: str = "" # "balance" | "events" | "state" | "agent_action" mandate_payload: dict = {} # Attestation fields (miner → validator) base_state_hash: Optional[str] = None # SHA-256 of Base state output merkle_proof: Optional[list] = None # proof chain nodes block_hash_anchor: Optional[str] = None # anchored to live Base block hash execution_trace: Optional[dict] = None confidence: float = 0.0
Measured outcomes for the Arctura Base subnet — 8-week launch timeline.
No shortcuts. Each phase has explicit entry criteria. Phase 0 is active now.
Four Base funding programs stacked sequentially. The subnet qualifies for all four. Each gate unlocks the next phase.
How Base chain mandates are issued, how miners build Merkle proofs, and how attestations are anchored to live block hashes.
Read →Four-dimensional validator scoring — attestation validity, execution completeness, latency, and confidence calibration. With P5 Stewardship modifier.
Read →Step-by-step guide to all four Base funding programs. Weekly rewards, builder grants, OP Retro, and Base Batches — stacked sequentially.
Read →The Arcturian Council's in-house engineers. Roles, training track, and how to contribute to the Base subnet build.
Read →What is a Bittensor subnet? How does TAO flow? What do validators earn? How do I run a miner? Answered for Base builders.
Read →The full source. protocol.py, miner.py, validator.py, AgentKit adapter, Merkle proof utils, and full documentation. Apache-2.0.
Fork →The subnet needs validators. Validators earn TAO. Infrastructure is ready. The only thing missing is you running a node.