With the amount of new subnets being added it can be hard to get up to date information across all subnets, so data may be slightly out of date from time to time

Subnet 111

oneoneone

Emissions
Value
Recycled
Value
Recycled (24h)
Value
Registration Cost
Value
Active Validators
Value
Active Miners
Value
Active Dual Miners/Validators
Value

ABOUT

What exactly does it do?

The oneoneone Subnet is a decentralized AI data network built on the Bittensor blockchain. Its goal is to collect, validate and serve authentic user-generated content (reviews, posts, comments, etc.) from across the web for AI applications. Key features include:

  • Decentralized Data Collection: A network of miners automatically scrape and clean content from sources like Google Maps, Yelp, forums, blogs and social media. This provides real-time streams of genuine user reviews and feedback.
  • AI-Powered Analysis: Collected content is enriched with NLP/AI insights. The system can detect spam/bot content, classify user intent (complaint, praise, question), analyze sentiment/emotion, and even translate multiple languages. This ensures the data is useful for downstream AI.
  • Quality Validation: The subnet runs frequent validation rounds (roughly every 20–30 minutes) to check data quality. Special validator nodes create synthetic scraping tasks, and miners compete to fetch the data. Submitted results are checked for authenticity and correctness (see below).
  • API Access and Monetization: The verified content is made available via a subscription API on oneoneone.io. Clients (researchers, companies, developers) can query the up-to-date, structured insights. Revenues from API subscriptions are redistributed to contributors: a portion funds development, some is used for on-chain token buybacks, and the rest is paid out to miners/validators. In short, contributors earn TAO-based rewards for high-quality data.

 

oneoneone’s function is to turn “real conversations” (reviews/comments) into “intelligent data” in a censorship-resistant way, leveraging cryptoeconomic incentives.

 

The oneoneone Subnet is a decentralized AI data network built on the Bittensor blockchain. Its goal is to collect, validate and serve authentic user-generated content (reviews, posts, comments, etc.) from across the web for AI applications. Key features include:

  • Decentralized Data Collection: A network of miners automatically scrape and clean content from sources like Google Maps, Yelp, forums, blogs and social media. This provides real-time streams of genuine user reviews and feedback.
  • AI-Powered Analysis: Collected content is enriched with NLP/AI insights. The system can detect spam/bot content, classify user intent (complaint, praise, question), analyze sentiment/emotion, and even translate multiple languages. This ensures the data is useful for downstream AI.
  • Quality Validation: The subnet runs frequent validation rounds (roughly every 20–30 minutes) to check data quality. Special validator nodes create synthetic scraping tasks, and miners compete to fetch the data. Submitted results are checked for authenticity and correctness (see below).
  • API Access and Monetization: The verified content is made available via a subscription API on oneoneone.io. Clients (researchers, companies, developers) can query the up-to-date, structured insights. Revenues from API subscriptions are redistributed to contributors: a portion funds development, some is used for on-chain token buybacks, and the rest is paid out to miners/validators. In short, contributors earn TAO-based rewards for high-quality data.

 

oneoneone’s function is to turn “real conversations” (reviews/comments) into “intelligent data” in a censorship-resistant way, leveraging cryptoeconomic incentives.

 

PURPOSE

What exactly is the 'product/build'?

OneOneOne operates with three participant roles:

Miners: Run scraping agents (Node.js + Apify) that gather and format content from web platforms. Each miner has an API key (e.g. Apify token) and a stake in the subnet, and they launch data-collection jobs in response to challenges.

Validators: Issue and evaluate tasks. Every ~20 minutes a validator creates a synthetic challenge (e.g. “scrape all reviews for a random restaurant on Google Maps”). They randomly select up to 50 miners to participate, then verify the returned data. Validators check speed, format and accuracy (e.g. spot-checking responses against live platform data) to enforce quality. Validators also batch the outputs into the structured dataset.

API Consumers: Clients access the cleaned data via the oneoneone.io API. They pay subscription fees for this data.

The data pipeline proceeds in steps:

  1. Challenge Generation: A validator issues a content-scraping task (synthetic or organic). For example, “fetch latest Google Maps reviews for location X.”
  2. Data Collection: Assigned miners perform the scrape. (Each miner has up to 120 seconds to return the data.) All miners in the round race to gather as much relevant content as possible.
  3. Quality Assessment: Miner responses are scored and vetted. Fast, complete results score higher. Random spot-checks (e.g. pick 3 returned reviews and verify them live) ensure authenticity. Any miner failing format or authenticity checks is disqualified.
  4. API Distribution: Validated results are added to the subnet’s dataset and made queryable via the oneoneone.io API.
  5. Rewards Distribution: Based on the scoring, TAO rewards and API revenues are allocated. A fixed algorithm (“buyback” mechanism) shares profits with miners/validators and funds further development.

 

Data Scoring Mechanism

To rank miner submissions, oneoneone uses a cryptoeconomic scoring formula. Each miner’s score S is computed as:

S = 0.5 × V + 0.3 × T + 0.2 × R

where:

  • V = Volume Score (50% weight): How many valid items the miner returned, normalized against the highest count.
  • T = Speed Score (30%): How fast the miner responded (fastest miner gets full score, others proportionally less).
  • R = Recency Score (20%): Freshness of the data (miners who fetched the newest reviews get higher scores).

 

This 50/30/20 weighting (Volume/Speed/Recency) is enforced on-chain and periodically updated. Thus miners are incentivized to collect as much relevant new data as quickly as possible.

 

Validation Process Details

In each validation round (every ~20 minutes):

  • Up to 50 miners are randomly selected for the challenge. Each has a 120-second window to submit results.
  • Response Checks: Every submission is automatically checked for (a) timeliness (≤120s), (b) correct JSON structure/fields, (c) completeness (no missing required fields), (d) spot-check verification – e.g. a few returned reviews are matched against live Google/Yelp data to ensure they are genuine.
  • Scoring: Passing miners get scored via the formula above. Those failing checks get zero. This guarantees high data quality and filters out spam/fabricated responses.

 

At scale, this process creates a self-organizing data network: miners freely scrape data, validators continually audit it, and the reward mechanism ensures “quality rises to the top and value flows to contributors”.

 

Technical Architecture

OneOneOne is built as a Bittensor subnet using Node.js and Python. Key technical details:

Software Stack: The miner nodes and on-chain logic are implemented in Node.js (v18+) with associated npm packages. Python 3.12+ is used for AI/analysis components and environment management (via Conda). The GitHub repo shows a roughly 50/50 JS-Python codebase split.

Dependencies: Each node requires an API key for the web scraping service (Apify). Both miners and validators need a valid APIFY_TOKEN to run scraping agents against Google Maps, Yelp, etc.. A stake in TAO is also needed (per Bittensor rules) to run validator threads.

Data Sources: The system currently supports major review platforms. (The README explicitly mentions Google Maps and Yelp for location-based reviews, but it can be extended to other sites.)

Integration with Bittensor: As a Bittensor subnet, oneoneone inherits the network’s protocols. It uses Bittensor’s wallet/stake mechanism for metagraph participation. Rewards (TAO tokens) are distributed according to Bittensor’s mining/reward rules, augmented by the subnet’s buyback model. All communications between nodes occur via the Bittensor network (encrypted synapses), ensuring censorship resistance.

API Platform: The oneoneone.io website serves as the user interface and API endpoint. The data pipeline feeds into a live database that clients can query. (OneOneOne has built a subscription API layer on top of the metagraph.) No other proprietary protocols are used – oneoneone is largely built on standard open-source tools (Node, Python, Apify) within the Bittensor framework.

 

 

OneOneOne operates with three participant roles:

Miners: Run scraping agents (Node.js + Apify) that gather and format content from web platforms. Each miner has an API key (e.g. Apify token) and a stake in the subnet, and they launch data-collection jobs in response to challenges.

Validators: Issue and evaluate tasks. Every ~20 minutes a validator creates a synthetic challenge (e.g. “scrape all reviews for a random restaurant on Google Maps”). They randomly select up to 50 miners to participate, then verify the returned data. Validators check speed, format and accuracy (e.g. spot-checking responses against live platform data) to enforce quality. Validators also batch the outputs into the structured dataset.

API Consumers: Clients access the cleaned data via the oneoneone.io API. They pay subscription fees for this data.

The data pipeline proceeds in steps:

  1. Challenge Generation: A validator issues a content-scraping task (synthetic or organic). For example, “fetch latest Google Maps reviews for location X.”
  2. Data Collection: Assigned miners perform the scrape. (Each miner has up to 120 seconds to return the data.) All miners in the round race to gather as much relevant content as possible.
  3. Quality Assessment: Miner responses are scored and vetted. Fast, complete results score higher. Random spot-checks (e.g. pick 3 returned reviews and verify them live) ensure authenticity. Any miner failing format or authenticity checks is disqualified.
  4. API Distribution: Validated results are added to the subnet’s dataset and made queryable via the oneoneone.io API.
  5. Rewards Distribution: Based on the scoring, TAO rewards and API revenues are allocated. A fixed algorithm (“buyback” mechanism) shares profits with miners/validators and funds further development.

 

Data Scoring Mechanism

To rank miner submissions, oneoneone uses a cryptoeconomic scoring formula. Each miner’s score S is computed as:

S = 0.5 × V + 0.3 × T + 0.2 × R

where:

  • V = Volume Score (50% weight): How many valid items the miner returned, normalized against the highest count.
  • T = Speed Score (30%): How fast the miner responded (fastest miner gets full score, others proportionally less).
  • R = Recency Score (20%): Freshness of the data (miners who fetched the newest reviews get higher scores).

 

This 50/30/20 weighting (Volume/Speed/Recency) is enforced on-chain and periodically updated. Thus miners are incentivized to collect as much relevant new data as quickly as possible.

 

Validation Process Details

In each validation round (every ~20 minutes):

  • Up to 50 miners are randomly selected for the challenge. Each has a 120-second window to submit results.
  • Response Checks: Every submission is automatically checked for (a) timeliness (≤120s), (b) correct JSON structure/fields, (c) completeness (no missing required fields), (d) spot-check verification – e.g. a few returned reviews are matched against live Google/Yelp data to ensure they are genuine.
  • Scoring: Passing miners get scored via the formula above. Those failing checks get zero. This guarantees high data quality and filters out spam/fabricated responses.

 

At scale, this process creates a self-organizing data network: miners freely scrape data, validators continually audit it, and the reward mechanism ensures “quality rises to the top and value flows to contributors”.

 

Technical Architecture

OneOneOne is built as a Bittensor subnet using Node.js and Python. Key technical details:

Software Stack: The miner nodes and on-chain logic are implemented in Node.js (v18+) with associated npm packages. Python 3.12+ is used for AI/analysis components and environment management (via Conda). The GitHub repo shows a roughly 50/50 JS-Python codebase split.

Dependencies: Each node requires an API key for the web scraping service (Apify). Both miners and validators need a valid APIFY_TOKEN to run scraping agents against Google Maps, Yelp, etc.. A stake in TAO is also needed (per Bittensor rules) to run validator threads.

Data Sources: The system currently supports major review platforms. (The README explicitly mentions Google Maps and Yelp for location-based reviews, but it can be extended to other sites.)

Integration with Bittensor: As a Bittensor subnet, oneoneone inherits the network’s protocols. It uses Bittensor’s wallet/stake mechanism for metagraph participation. Rewards (TAO tokens) are distributed according to Bittensor’s mining/reward rules, augmented by the subnet’s buyback model. All communications between nodes occur via the Bittensor network (encrypted synapses), ensuring censorship resistance.

API Platform: The oneoneone.io website serves as the user interface and API endpoint. The data pipeline feeds into a live database that clients can query. (OneOneOne has built a subscription API layer on top of the metagraph.) No other proprietary protocols are used – oneoneone is largely built on standard open-source tools (Node, Python, Apify) within the Bittensor framework.

 

 

WHO

Team Info

No official team roster has been published. The GitHub organization oneoneone-io (which owns Subnet 111) shows no public members. However, public development activity indicates who’s involved: for example, GitHub commits have been authored by Bittensor community developers such as Roman (GitHub @basfroman-backup) – a San Francisco–based engineer – and others like ibraheem-abe, jarvis8x7b, etc. Many of these usernames correspond to known OpenTensor (Bittensor foundation) contributors. In short, the project appears to be led by a small core team within the Bittensor community, but individual names and affiliations have not been officially announced or published. (No LinkedIn/Twitter profiles for “oneoneone team” have been found.)

 

No official team roster has been published. The GitHub organization oneoneone-io (which owns Subnet 111) shows no public members. However, public development activity indicates who’s involved: for example, GitHub commits have been authored by Bittensor community developers such as Roman (GitHub @basfroman-backup) – a San Francisco–based engineer – and others like ibraheem-abe, jarvis8x7b, etc. Many of these usernames correspond to known OpenTensor (Bittensor foundation) contributors. In short, the project appears to be led by a small core team within the Bittensor community, but individual names and affiliations have not been officially announced or published. (No LinkedIn/Twitter profiles for “oneoneone team” have been found.)

 

FUTURE

Roadmap

Phase 1 (Kickoff): Implement 3 core job types, achieve ≥95% API success, and perform initial network benchmarking (current status: In Progress).

Phase 2 (AI Enhancement): Add LLM-powered features – automatic authenticity detection, intent and sentiment classification, and multi-language translation (status: Planned).

Phase 3 (Platform Launch): Release the public oneoneone.io dashboard, onboard early adopters, and optimize system performance (planned).

Phase 4 (Technical Expansion): Scale up to 10+ data “job” types, secure first paying customers, and deploy the on-chain buyback reward mechanism (planned).

Phase 5 (User Growth): Broaden the customer base, expand to 15+ job types, and roll out enhanced platform features (planned).

No dates are specified publicly; these milestones are indicated as ongoing or planned. As of mid-2025, Phase 1 work (core job types and reliability) is nearing completion, while later phases remain future goals. (If any recent updates or releases have occurred, they should be noted by checking the project’s GitHub or Bittensor community channels.)

 

Phase 1 (Kickoff): Implement 3 core job types, achieve ≥95% API success, and perform initial network benchmarking (current status: In Progress).

Phase 2 (AI Enhancement): Add LLM-powered features – automatic authenticity detection, intent and sentiment classification, and multi-language translation (status: Planned).

Phase 3 (Platform Launch): Release the public oneoneone.io dashboard, onboard early adopters, and optimize system performance (planned).

Phase 4 (Technical Expansion): Scale up to 10+ data “job” types, secure first paying customers, and deploy the on-chain buyback reward mechanism (planned).

Phase 5 (User Growth): Broaden the customer base, expand to 15+ job types, and roll out enhanced platform features (planned).

No dates are specified publicly; these milestones are indicated as ongoing or planned. As of mid-2025, Phase 1 work (core job types and reliability) is nearing completion, while later phases remain future goals. (If any recent updates or releases have occurred, they should be noted by checking the project’s GitHub or Bittensor community channels.)