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 70

Vericore

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?

Vericore (Subnet-70) is a specialized subnet on the Bittensor decentralized AI network, focused on large-scale semantic verification and fact-checking. Developed by the dFusion AI team and launched in March 2025, Vericore’s purpose is to “preserve the integrity of knowledge” in an era of AI-driven content. In practice, this means Vericore miners analyze input statements and return evidence-backed validations – i.e. relevant quotes and source material that either support or contradict the claim​. By bringing open semantic verification into Bittensor’s ecosystem, Subnet-70 aims to combat misinformation and provide a truth-verification service within the decentralized AI marketplace​. In other words, Vericore acts as a distributed fact-checking platform: it harnesses AI to check facts at scale, with transparency and traceability, so that factual truths can be separated from bias or misinformation. This is increasingly vital as generative AI proliferates, and Vericore is envisioned as “the backbone of truth on Bittensor” by delivering instant fact-checking with valid sources​.

Vericore (Subnet-70) is a specialized subnet on the Bittensor decentralized AI network, focused on large-scale semantic verification and fact-checking. Developed by the dFusion AI team and launched in March 2025, Vericore’s purpose is to “preserve the integrity of knowledge” in an era of AI-driven content. In practice, this means Vericore miners analyze input statements and return evidence-backed validations – i.e. relevant quotes and source material that either support or contradict the claim​. By bringing open semantic verification into Bittensor’s ecosystem, Subnet-70 aims to combat misinformation and provide a truth-verification service within the decentralized AI marketplace​. In other words, Vericore acts as a distributed fact-checking platform: it harnesses AI to check facts at scale, with transparency and traceability, so that factual truths can be separated from bias or misinformation. This is increasingly vital as generative AI proliferates, and Vericore is envisioned as “the backbone of truth on Bittensor” by delivering instant fact-checking with valid sources​.

PURPOSE

What exactly is the 'product/build'?

Evidence-Based Fact-Checking: Vericore is designed to process natural language statements and understand their meaning, then retrieve precise supporting evidence. Instead of a simple true/false, it returns quotes or data from credible sources to justify the conclusion​. Every answer from the subnet is accompanied by traceable source attributions for transparency​.

Dual Validation of Claims: The system provides both corroborating evidence and contradictory evidence (when available) for a given statement​. This dual output offers a balanced view of the claim’s factual landscape, highlighting what information supports the statement and what disputes it.

Semantic Intelligence at Scale: Vericore’s AI models perform deep semantic analysis on inputs, enabling them to interpret context and nuances of claims​. The subnet is scale-oriented – it incentivizes high-volume fact-checking operations, aiming to make comprehensive verification feasible at internet scale​. In essence, Vericore is built to handle a large throughput of fact-check queries without sacrificing accuracy.

Source Verification & Attribution: A core principle of Vericore is that all outputs must be verifiable. Miners don’t just answer whether a claim is true; they fetch relevant snippets from reliable sources (e.g. news articles, research papers, databases) to back up their assessment​. Every snippet includes source metadata or links, ensuring anyone can audit and follow up on the evidence provided​. This fosters trust and allows further investigation beyond the AI’s response.

These capabilities make Vericore a unique subnet in Bittensor: its “product” is trustworthy knowledge. The intended use cases include media fact-checking (e.g. verifying news or social media claims), academic and research validation, content integrity checks for publications, and any scenario requiring automatic source-backed verification of information​. By contributing this service, Vericore enriches the Bittensor ecosystem with a critical truth-verification layer.

 

How the Vericore Subnet Works (Technical Mechanics)

Subnet Architecture: In Bittensor, each subnet is an independent marketplace for a specific AI service. Vericore follows Bittensor’s general model of miners and validators working together within an incentive framework​. Miners are nodes that produce the AI service (in this case, fact-checking outputs), and validators are nodes that evaluate the miners’ work for quality and accuracy​. The subnet’s creator (dFusion in this case) provides an incentive mechanism – i.e. an off-chain code repository defining how miners and validators should perform their tasks and interact​. Vericore’s incentive mechanism is implemented in an open-source codebase (the Vericore GitHub repository) which specifies the interface and logic for fact-checking on Bittensor​.

Workflow: When a statement or claim is presented to Vericore (for example, via a validator’s API), the process works roughly as follows:

  1. Query Intake: An input statement is received by the subnet’s interface. Vericore’s validator nodes run an API server to accept statements as input​ – this could be a user query or an internally generated test claim. For instance, a validator might expose a public endpoint where a client can submit a sentence like “The Eiffel Tower is over 300 meters tall.”.
  2. Mining (Fact-Checking Task): The statement is broadcast to the Vericore miners. Each miner runs an AI model or pipeline tailored for fact-checking. They perform semantic analysis on the statement and gather evidence from various data sources. Miners may use large language models with retrieval capabilities (for example, querying search engines or a curated knowledge base) to find relevant information. The output from a miner is an evidence-backed validation of the claim – typically including one or more quoted passages and an assessment whether those passages support or refute the claim​. For example, a miner might return: “According to Wikipedia, the Eiffel Tower’s height is 330 meters​, which supports the statement.” Each miner’s response format is defined by the incentive code (ensuring consistency in what data they provide, such as source URL and a support/contradict flag).
  3. Validation (Quality Evaluation): The Vericore validators independently evaluate the miners’ outputs. They run a suite of checks and models to measure the quality of each miner’s response. For Vericore, the validator’s code includes components like a domain validator, a quality model, and a snippet fetcher​.
  • The domain validator may verify that the sources or content provided by miners are relevant to the query domain and not out-of-scope or malicious​. For instance, it ensures that the miner who answered about the Eiffel Tower actually provided evidence about the Eiffel Tower’s height (and not some unrelated or wrong context).
  • The quality model quantitatively measures corroboration or refutation in the miner’s answer​. In other words, it assesses how well the evidence supports or contradicts the original statement and whether the miner correctly interpreted the information. This could involve an AI model that reads the quoted source text and the claim to judge alignment.
  • The snippet fetcher is used to independently retrieve the referenced source material if needed​, ensuring miners aren’t fabricating quotes. The validator might double-check the snippet from its original source to confirm it was quoted correctly and in context.
  • Additionally, Vericore’s validator has an active tester module (as seen in the code) which can generate its own test statements to continuously probe miners​. This helps ensure miners remain accurate even when not responding to external user queries – a sort of internal QA process.

Scoring and Consensus: Each validator then scores the performance of each miner over recent tasks, according to Vericore’s evaluation standards​. For example, a miner that consistently provides accurate, well-sourced evidence will earn high scores, whereas one that returns incorrect or low-quality evidence will score poorly. These scores are fed into Bittensor’s on-chain Yuma Consensus mechanism​. Yuma Consensus aggregates validators’ scores and determines the reward distribution (emission of TAO tokens and subnet incentives) for that epoch. Miners with better performance receive more rewards, incentivizing competition to provide the best fact-checking service​. Validators also earn rewards for their work in measuring miners, and the subnet creator can get a portion, aligning everyone’s incentives.

Result Delivery: The fact-checking result (supported by consensus of the best-performing miners) can be delivered to the requester. In practice, an application using Vericore might query several miners via a validator and then use the highest-quality response (or an aggregate of multiple) as the answer. Because all evidence includes sources, the end-user or application can verify the truth themselves.

This decentralized process is effectively a “distributed consensus mechanism for fact validation.” No single server or oracle decides what’s true; instead, many independent AI miners and validators collectively determine the reliability of information​. By combining advanced semantic AI with community-driven validation across multiple nodes, Vericore ensures that fact-checking is reliable, scalable, and transparent​.

Notably, Vericore’s design allows external integration: The presence of an API server on validators means that real-world applications can tap into the subnet’s service. For example, a news website could run a Vericore validator to feed its own content through for fact-checking, or an end-user could query Vericore via a community API to verify a claim they found online. (In Bittensor’s model, organizations often run validator nodes specifically to utilize the AI service for their applications​.) This opens the door for Vericore’s outputs to be used in products like browser fact-check extensions, social media truth filters, or research assistants, all while being backed by decentralized consensus rather than a single authority.

Subnet Parameters: On the blockchain side, Subnet-70 is identified by the token $SN70 (its “alpha” token representing stake in that subnet’s economy). Like other subnets, Vericore has its own staking and reward pool denominated in Bittensor’s TAO token. The subnet launched with a circulating supply of alpha tokens and a defined TAO market cap (e.g. on launch ~1,480 TAO in market cap)​. This economic structure allows TAO holders to delegate stake to Vericore’s miners/validators (if they believe this subnet will perform well) and earn a share of its rewards​. The Yuma validator (run by Yuma AI) provides institutional-grade validation and staking for subnets like Vericore, helping bootstrap their performance and security​. All of this ensures Vericore is not just a service, but a self-sustaining micro-economy within Bittensor, rewarding those who contribute to truthful AI.

 

 

Evidence-Based Fact-Checking: Vericore is designed to process natural language statements and understand their meaning, then retrieve precise supporting evidence. Instead of a simple true/false, it returns quotes or data from credible sources to justify the conclusion​. Every answer from the subnet is accompanied by traceable source attributions for transparency​.

Dual Validation of Claims: The system provides both corroborating evidence and contradictory evidence (when available) for a given statement​. This dual output offers a balanced view of the claim’s factual landscape, highlighting what information supports the statement and what disputes it.

Semantic Intelligence at Scale: Vericore’s AI models perform deep semantic analysis on inputs, enabling them to interpret context and nuances of claims​. The subnet is scale-oriented – it incentivizes high-volume fact-checking operations, aiming to make comprehensive verification feasible at internet scale​. In essence, Vericore is built to handle a large throughput of fact-check queries without sacrificing accuracy.

Source Verification & Attribution: A core principle of Vericore is that all outputs must be verifiable. Miners don’t just answer whether a claim is true; they fetch relevant snippets from reliable sources (e.g. news articles, research papers, databases) to back up their assessment​. Every snippet includes source metadata or links, ensuring anyone can audit and follow up on the evidence provided​. This fosters trust and allows further investigation beyond the AI’s response.

These capabilities make Vericore a unique subnet in Bittensor: its “product” is trustworthy knowledge. The intended use cases include media fact-checking (e.g. verifying news or social media claims), academic and research validation, content integrity checks for publications, and any scenario requiring automatic source-backed verification of information​. By contributing this service, Vericore enriches the Bittensor ecosystem with a critical truth-verification layer.

 

How the Vericore Subnet Works (Technical Mechanics)

Subnet Architecture: In Bittensor, each subnet is an independent marketplace for a specific AI service. Vericore follows Bittensor’s general model of miners and validators working together within an incentive framework​. Miners are nodes that produce the AI service (in this case, fact-checking outputs), and validators are nodes that evaluate the miners’ work for quality and accuracy​. The subnet’s creator (dFusion in this case) provides an incentive mechanism – i.e. an off-chain code repository defining how miners and validators should perform their tasks and interact​. Vericore’s incentive mechanism is implemented in an open-source codebase (the Vericore GitHub repository) which specifies the interface and logic for fact-checking on Bittensor​.

Workflow: When a statement or claim is presented to Vericore (for example, via a validator’s API), the process works roughly as follows:

  1. Query Intake: An input statement is received by the subnet’s interface. Vericore’s validator nodes run an API server to accept statements as input​ – this could be a user query or an internally generated test claim. For instance, a validator might expose a public endpoint where a client can submit a sentence like “The Eiffel Tower is over 300 meters tall.”.
  2. Mining (Fact-Checking Task): The statement is broadcast to the Vericore miners. Each miner runs an AI model or pipeline tailored for fact-checking. They perform semantic analysis on the statement and gather evidence from various data sources. Miners may use large language models with retrieval capabilities (for example, querying search engines or a curated knowledge base) to find relevant information. The output from a miner is an evidence-backed validation of the claim – typically including one or more quoted passages and an assessment whether those passages support or refute the claim​. For example, a miner might return: “According to Wikipedia, the Eiffel Tower’s height is 330 meters​, which supports the statement.” Each miner’s response format is defined by the incentive code (ensuring consistency in what data they provide, such as source URL and a support/contradict flag).
  3. Validation (Quality Evaluation): The Vericore validators independently evaluate the miners’ outputs. They run a suite of checks and models to measure the quality of each miner’s response. For Vericore, the validator’s code includes components like a domain validator, a quality model, and a snippet fetcher​.
  • The domain validator may verify that the sources or content provided by miners are relevant to the query domain and not out-of-scope or malicious​. For instance, it ensures that the miner who answered about the Eiffel Tower actually provided evidence about the Eiffel Tower’s height (and not some unrelated or wrong context).
  • The quality model quantitatively measures corroboration or refutation in the miner’s answer​. In other words, it assesses how well the evidence supports or contradicts the original statement and whether the miner correctly interpreted the information. This could involve an AI model that reads the quoted source text and the claim to judge alignment.
  • The snippet fetcher is used to independently retrieve the referenced source material if needed​, ensuring miners aren’t fabricating quotes. The validator might double-check the snippet from its original source to confirm it was quoted correctly and in context.
  • Additionally, Vericore’s validator has an active tester module (as seen in the code) which can generate its own test statements to continuously probe miners​. This helps ensure miners remain accurate even when not responding to external user queries – a sort of internal QA process.

Scoring and Consensus: Each validator then scores the performance of each miner over recent tasks, according to Vericore’s evaluation standards​. For example, a miner that consistently provides accurate, well-sourced evidence will earn high scores, whereas one that returns incorrect or low-quality evidence will score poorly. These scores are fed into Bittensor’s on-chain Yuma Consensus mechanism​. Yuma Consensus aggregates validators’ scores and determines the reward distribution (emission of TAO tokens and subnet incentives) for that epoch. Miners with better performance receive more rewards, incentivizing competition to provide the best fact-checking service​. Validators also earn rewards for their work in measuring miners, and the subnet creator can get a portion, aligning everyone’s incentives.

Result Delivery: The fact-checking result (supported by consensus of the best-performing miners) can be delivered to the requester. In practice, an application using Vericore might query several miners via a validator and then use the highest-quality response (or an aggregate of multiple) as the answer. Because all evidence includes sources, the end-user or application can verify the truth themselves.

This decentralized process is effectively a “distributed consensus mechanism for fact validation.” No single server or oracle decides what’s true; instead, many independent AI miners and validators collectively determine the reliability of information​. By combining advanced semantic AI with community-driven validation across multiple nodes, Vericore ensures that fact-checking is reliable, scalable, and transparent​.

Notably, Vericore’s design allows external integration: The presence of an API server on validators means that real-world applications can tap into the subnet’s service. For example, a news website could run a Vericore validator to feed its own content through for fact-checking, or an end-user could query Vericore via a community API to verify a claim they found online. (In Bittensor’s model, organizations often run validator nodes specifically to utilize the AI service for their applications​.) This opens the door for Vericore’s outputs to be used in products like browser fact-check extensions, social media truth filters, or research assistants, all while being backed by decentralized consensus rather than a single authority.

Subnet Parameters: On the blockchain side, Subnet-70 is identified by the token $SN70 (its “alpha” token representing stake in that subnet’s economy). Like other subnets, Vericore has its own staking and reward pool denominated in Bittensor’s TAO token. The subnet launched with a circulating supply of alpha tokens and a defined TAO market cap (e.g. on launch ~1,480 TAO in market cap)​. This economic structure allows TAO holders to delegate stake to Vericore’s miners/validators (if they believe this subnet will perform well) and earn a share of its rewards​. The Yuma validator (run by Yuma AI) provides institutional-grade validation and staking for subnets like Vericore, helping bootstrap their performance and security​. All of this ensures Vericore is not just a service, but a self-sustaining micro-economy within Bittensor, rewarding those who contribute to truthful AI.

 

 

WHO

Team Info

Vericore was created by dFusion AI, a team and protocol focused on building a community-driven knowledge base for the “Agentic Web”​. The project is backed by notable figures and organizations in the crypto and AI space:

dFusion AI Team: The company’s co-founders are Roger Ying (CEO) and Patrick De La Garza (CTO), both with substantial industry experience. Roger Ying is a fintech entrepreneur (Stanford MS&E graduate) who previously co-founded a venture-backed startup (PolicyDock) and has been involved in fintech since 2009​. Patrick De La Garza served in engineering leadership roles at companies like Zocdoc and Blockseer, and was CTO at PolicyDock before joining dFusion. This blend of blockchain, AI, and fintech background is reflected in Vericore’s approach to combining decentralized tech with AI knowledge verification. The broader dFusion team (as listed on their site) includes experts in AI/ML engineering, tokenomics, and industry advisors – for example, a former Binance research lead on tokenomics is part of the team​. This indicates a strong interdisciplinary effort behind the subnet.

Incubation and Affiliations: Vericore’s development is incubated by Yuma – the Bittensor-focused accelerator that is a subsidiary of Digital Currency Group (DCG)​. DCG (led by Barry Silbert) is a major blockchain industry investor, and Yuma functions as its arm to invest in and support Bittensor subnets. Yuma funded and guided Subnet-70’s launch (even covering the subnet registration fees and providing technical mentorship) as part of its portfolio​. This affiliation is significant: it means Vericore benefits from institutional support and resources. Yuma’s involvement also signals confidence from DCG in Vericore’s mission of “open truth” on the network. In community discussions, Vericore is highlighted as one of the flagship subnets Yuma has helped bring online to demonstrate Bittensor’s potential (one commentator described it as “the backbone of truth on Bittensor” given its role)​.

dFusion AI and the Bittensor Community: The dFusion team actively engages with the Bittensor community through various channels. They maintain an open-source GitHub repository for Vericore (dfusionai/Vericore) where contributors can inspect code, file issues, or even contribute​. The project’s ethos is community-driven knowledge, so contributions and feedback from researchers or developers are welcomed. The team also interacts on Bittensor’s official forums and Discord, providing updates and answering questions about Subnet-70 (for example, detailing how Vericore separates factual data from AI-generated hallucinations). The Twitter (X) presence of dFusion (@dFusionAI) is another outlet where the team posts announcements – such as the launch of Vericore on SN-70 and progress updates​. In summary, Vericore is built by an experienced team at dFusion AI with strong backing (DCG/Yuma) and is actively communicated through official channels, underscoring that it’s a serious, well-supported initiative in the Bittensor ecosystem.

Vericore was created by dFusion AI, a team and protocol focused on building a community-driven knowledge base for the “Agentic Web”​. The project is backed by notable figures and organizations in the crypto and AI space:

dFusion AI Team: The company’s co-founders are Roger Ying (CEO) and Patrick De La Garza (CTO), both with substantial industry experience. Roger Ying is a fintech entrepreneur (Stanford MS&E graduate) who previously co-founded a venture-backed startup (PolicyDock) and has been involved in fintech since 2009​. Patrick De La Garza served in engineering leadership roles at companies like Zocdoc and Blockseer, and was CTO at PolicyDock before joining dFusion. This blend of blockchain, AI, and fintech background is reflected in Vericore’s approach to combining decentralized tech with AI knowledge verification. The broader dFusion team (as listed on their site) includes experts in AI/ML engineering, tokenomics, and industry advisors – for example, a former Binance research lead on tokenomics is part of the team​. This indicates a strong interdisciplinary effort behind the subnet.

Incubation and Affiliations: Vericore’s development is incubated by Yuma – the Bittensor-focused accelerator that is a subsidiary of Digital Currency Group (DCG)​. DCG (led by Barry Silbert) is a major blockchain industry investor, and Yuma functions as its arm to invest in and support Bittensor subnets. Yuma funded and guided Subnet-70’s launch (even covering the subnet registration fees and providing technical mentorship) as part of its portfolio​. This affiliation is significant: it means Vericore benefits from institutional support and resources. Yuma’s involvement also signals confidence from DCG in Vericore’s mission of “open truth” on the network. In community discussions, Vericore is highlighted as one of the flagship subnets Yuma has helped bring online to demonstrate Bittensor’s potential (one commentator described it as “the backbone of truth on Bittensor” given its role)​.

dFusion AI and the Bittensor Community: The dFusion team actively engages with the Bittensor community through various channels. They maintain an open-source GitHub repository for Vericore (dfusionai/Vericore) where contributors can inspect code, file issues, or even contribute​. The project’s ethos is community-driven knowledge, so contributions and feedback from researchers or developers are welcomed. The team also interacts on Bittensor’s official forums and Discord, providing updates and answering questions about Subnet-70 (for example, detailing how Vericore separates factual data from AI-generated hallucinations). The Twitter (X) presence of dFusion (@dFusionAI) is another outlet where the team posts announcements – such as the launch of Vericore on SN-70 and progress updates​. In summary, Vericore is built by an experienced team at dFusion AI with strong backing (DCG/Yuma) and is actively communicated through official channels, underscoring that it’s a serious, well-supported initiative in the Bittensor ecosystem.

FUTURE

Roadmap

Vericore (and the broader dFusion AI protocol) is in relatively early stages but has a clear roadmap of development phases. The focus has been on rapidly moving from concept to a working decentralized service, and then iterating on features and scale. Key milestones and planned phases include:

2024 – Genesis and Prototype: In late 2024, dFusion AI launched a “Genesis” knowledge ingestion program​. During this phase, the team built the foundational datasets and validation engines for their knowledge base, crowdsourcing high-quality data (starting with Web3/crypto topics) and rewarding contributors with points that will convert to future tokens​. By Q4 2024, the core validation engine for semantic fact-checking was developed and initial node software was being tested internally​. Essentially, this is when the idea of Vericore was proven out – building the AI models and infrastructure to ingest claims and verify them using community data.

Q1 2025 – Testnet (Vericore Beta): Early 2025 saw Vericore enter a beta testnet phase​. A Vericore BETA was spun up (accessible at vericore.dfusion.ai) where the system could be tested in a controlled environment. During this time, dFusion focused on deploying the node infrastructure and integrating with Bittensor’s test networks​. There was also work on decentralized infrastructure (DePin AI integration), likely referring to integrating with decentralized storage or compute providers. The testnet allowed the team and early community testers to run Vericore miners/validators, refine the incentive mechanism, and ensure the fact-checking models worked as expected in a decentralized setting. By the end of Q1 2025, dFusion had gathered enough confidence to move to the main network.

Q2 2025 – Mainnet Launch on Bittensor: Subnet-70 “Vericore” officially went live on the Bittensor mainnet in late Q1/early Q2 2025, after the Dynamic TAO upgrade of Bittensor​. This launch marks the project’s current status: Vericore is an active subnet on the live Bittensor network, meaning miners and validators are competing and earning TAO for real tasks. The mainnet integration involved registering the subnet on-chain (Subnet ID 70) and seeding initial stake (with support from Yuma). At launch, the Vericore $SN70 token was trading on Bittensor’s dTAO market (with a Fully Diluted Value around $16M USD equivalent, reflecting high community interest)​. Achieving mainnet also meant implementing the governance and security layers outlined in the roadmap​ – for example, establishing governance rules for how the Vericore protocol can be updated (likely through dFusion and possibly Bittensor’s governance mechanisms) and ensuring the system is secure against malicious inputs or collusion. As of Q2 2025, Vericore is functioning on mainnet with real economic incentives, and users can stake, mine, or validate on the subnet.

Q3 2025 and Beyond – Expansion and Enhancements: Going forward, the roadmap indicates a phase of scaling up features and interoperability. In Q3 2025, dFusion plans to leverage Bittensor’s multi-subnet capabilities to further enhance Vericore​. This could involve launching additional subnets or modules for more specialized verification tasks (for instance, a subnet that focuses on a specific domain like medical or scientific fact-checking, which could interoperate with Vericore’s results). They also mention AI filter interoperability by Q3​ – likely meaning Vericore’s outputs could interface with content filters or other AI systems (e.g. plugging verified facts into other AI applications to prevent the spread of false info). Moreover, “Enhanced Features” are slated, which may include improvements like faster response times, more data source integrations (e.g. access to that “96% of data hidden from search” the team mentioned​), and perhaps user-facing tools.

Long-Term Vision: dFusion’s ultimate vision for Vericore goes beyond a single Bittensor subnet. They are building a decentralized knowledge graph and data liquidity protocol (as hinted by their other product VANA DLP)​. Vericore is a cornerstone of this, providing the validation layer for knowledge. We can expect a token generation event (TGE) for dFusion’s own token (separate from TAO) in the future – the BitDegree report noted a TGE planned in early 2025 for converting “knowledge points” to tokens​, which suggests dFusion might introduce its own crypto asset underpinning the knowledge network. If so, Vericore’s fact-checking contributions could tie into a larger cross-platform incentive system. However, as of mid-2025, no separate token has launched yet and Vericore operates purely with Bittensor’s TAO/Alpha staking mechanism.

 

Vericore (and the broader dFusion AI protocol) is in relatively early stages but has a clear roadmap of development phases. The focus has been on rapidly moving from concept to a working decentralized service, and then iterating on features and scale. Key milestones and planned phases include:

2024 – Genesis and Prototype: In late 2024, dFusion AI launched a “Genesis” knowledge ingestion program​. During this phase, the team built the foundational datasets and validation engines for their knowledge base, crowdsourcing high-quality data (starting with Web3/crypto topics) and rewarding contributors with points that will convert to future tokens​. By Q4 2024, the core validation engine for semantic fact-checking was developed and initial node software was being tested internally​. Essentially, this is when the idea of Vericore was proven out – building the AI models and infrastructure to ingest claims and verify them using community data.

Q1 2025 – Testnet (Vericore Beta): Early 2025 saw Vericore enter a beta testnet phase​. A Vericore BETA was spun up (accessible at vericore.dfusion.ai) where the system could be tested in a controlled environment. During this time, dFusion focused on deploying the node infrastructure and integrating with Bittensor’s test networks​. There was also work on decentralized infrastructure (DePin AI integration), likely referring to integrating with decentralized storage or compute providers. The testnet allowed the team and early community testers to run Vericore miners/validators, refine the incentive mechanism, and ensure the fact-checking models worked as expected in a decentralized setting. By the end of Q1 2025, dFusion had gathered enough confidence to move to the main network.

Q2 2025 – Mainnet Launch on Bittensor: Subnet-70 “Vericore” officially went live on the Bittensor mainnet in late Q1/early Q2 2025, after the Dynamic TAO upgrade of Bittensor​. This launch marks the project’s current status: Vericore is an active subnet on the live Bittensor network, meaning miners and validators are competing and earning TAO for real tasks. The mainnet integration involved registering the subnet on-chain (Subnet ID 70) and seeding initial stake (with support from Yuma). At launch, the Vericore $SN70 token was trading on Bittensor’s dTAO market (with a Fully Diluted Value around $16M USD equivalent, reflecting high community interest)​. Achieving mainnet also meant implementing the governance and security layers outlined in the roadmap​ – for example, establishing governance rules for how the Vericore protocol can be updated (likely through dFusion and possibly Bittensor’s governance mechanisms) and ensuring the system is secure against malicious inputs or collusion. As of Q2 2025, Vericore is functioning on mainnet with real economic incentives, and users can stake, mine, or validate on the subnet.

Q3 2025 and Beyond – Expansion and Enhancements: Going forward, the roadmap indicates a phase of scaling up features and interoperability. In Q3 2025, dFusion plans to leverage Bittensor’s multi-subnet capabilities to further enhance Vericore​. This could involve launching additional subnets or modules for more specialized verification tasks (for instance, a subnet that focuses on a specific domain like medical or scientific fact-checking, which could interoperate with Vericore’s results). They also mention AI filter interoperability by Q3​ – likely meaning Vericore’s outputs could interface with content filters or other AI systems (e.g. plugging verified facts into other AI applications to prevent the spread of false info). Moreover, “Enhanced Features” are slated, which may include improvements like faster response times, more data source integrations (e.g. access to that “96% of data hidden from search” the team mentioned​), and perhaps user-facing tools.

Long-Term Vision: dFusion’s ultimate vision for Vericore goes beyond a single Bittensor subnet. They are building a decentralized knowledge graph and data liquidity protocol (as hinted by their other product VANA DLP)​. Vericore is a cornerstone of this, providing the validation layer for knowledge. We can expect a token generation event (TGE) for dFusion’s own token (separate from TAO) in the future – the BitDegree report noted a TGE planned in early 2025 for converting “knowledge points” to tokens​, which suggests dFusion might introduce its own crypto asset underpinning the knowledge network. If so, Vericore’s fact-checking contributions could tie into a larger cross-platform incentive system. However, as of mid-2025, no separate token has launched yet and Vericore operates purely with Bittensor’s TAO/Alpha staking mechanism.

 

NEWS

Announcements

MORE INFO

Useful Links