RAORecycledForRegistration

Storage Map v118 → v411

RAO recycled from registration burns per subnet .

Explore chain
Queried by: analyticsdevelopers

The Big Picture

When neurons register by burning, the RAO is tracked here. Shows cumulative burn amounts per subnet for economic research.

Use Cases

  • Track registration burn history
  • Research subnet economics
  • Build burn analytics

From Chain Metadata

MAP ( netuid ) --> global_RAO_recycled_for_registration

Purpose & Usage

Purpose

Track burned registration fees per subnet.

Common Query Patterns

  • Query by netuid

Query Keys

#NameTypeDescription
1
netuid
u16 netuid (u16, hashed key component)

Stored Value

global_RAO_recycled_for_registration (u64)

RAO -> TAO (/ 10^9)

Relationships

Modified By

Related Events

Code Examples

import { createClient, Binary } from "polkadot-api";
import { getWsProvider } from "polkadot-api/ws";
import { sub } from "@polkadot-api/descriptors"; // generated by: npx papi add sub -w wss://entrypoint-finney.opentensor.ai:443

const client = createClient(getWsProvider("wss://entrypoint-finney.opentensor.ai:443"));
const api = client.getTypedApi(sub);

// Query RAORecycledForRegistration storage
const netuid = 1;

const result = await api.query.SubtensorModule.RAORecycledForRegistration.getValue(netuid);
console.log("RAORecycledForRegistration:", result);

Version History

v118 block 222,600 Added
v123 block 720,235 Internal re-bind
v149 block 3,014,339 Internal re-bind
v166–v194 · runtime versions skipped on chain (never deployed)
v195 block 3,791,350 Internal re-bind
v278–v289 · runtime versions skipped on chain (never deployed)
v290 block 5,947,548 Internal re-bind Current

Runtime Info

View Source
Pallet
SubtensorModule
Storage Kind
Map
First Version
v118
Current Version
v411