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
Merit is a specialized subnet in the Bittensor decentralized AI network designed to reward and recognize miners for broad participation across multiple subnets. Unlike subnets that focus on a specific AI service (e.g. text generation or image analysis), Merit’s core mission is to incentivize “real work” and contributions spanning the entire Bittensor ecosystem. In other words, it celebrates miners who actively contribute to many different subnets, rather than just one. By doing so, Merit addresses a key challenge in Bittensor: ensuring that miners who help multiple parts of the network are fairly rewarded and encouraged, fostering a more collaborative and well-balanced network.
Merit’s value proposition is a “participation reward layer” on top of existing subnets. It introduces a unified scoring system (the Bittensor Miner Participation Score, or BMPS) that measures a miner’s activity across all other subnets. Miners with higher cross-subnet participation receive higher scores and thus larger rewards from Merit. This creates an additional incentive for miners to diversify their contributions, benefitting smaller or emerging subnets and promoting overall network health. As the project’s team describes, Merit aims to “fairly reward your contributions” by calculating a unified participation score across the ecosystem. In summary, Merit’s purpose is to reward breadth and quality of contribution, encourage miners to lend their compute and expertise widely, and thereby drive a more robust, cooperative AI network.
Merit is a specialized subnet in the Bittensor decentralized AI network designed to reward and recognize miners for broad participation across multiple subnets. Unlike subnets that focus on a specific AI service (e.g. text generation or image analysis), Merit’s core mission is to incentivize “real work” and contributions spanning the entire Bittensor ecosystem. In other words, it celebrates miners who actively contribute to many different subnets, rather than just one. By doing so, Merit addresses a key challenge in Bittensor: ensuring that miners who help multiple parts of the network are fairly rewarded and encouraged, fostering a more collaborative and well-balanced network.
Merit’s value proposition is a “participation reward layer” on top of existing subnets. It introduces a unified scoring system (the Bittensor Miner Participation Score, or BMPS) that measures a miner’s activity across all other subnets. Miners with higher cross-subnet participation receive higher scores and thus larger rewards from Merit. This creates an additional incentive for miners to diversify their contributions, benefitting smaller or emerging subnets and promoting overall network health. As the project’s team describes, Merit aims to “fairly reward your contributions” by calculating a unified participation score across the ecosystem. In summary, Merit’s purpose is to reward breadth and quality of contribution, encourage miners to lend their compute and expertise widely, and thereby drive a more robust, cooperative AI network.
Merit’s incentive mechanism revolves around a novel interplay between its miners and validators to measure and reward cross-network activity. The subnet operates as follows:
Multiple validators on Merit perform this process independently. Bittensor’s Yuma consensus will aggregate their submitted weights to finalize the reward distribution. Notably, Merit’s incentive mechanism is dynamic and runs continuously each epoch – validators refresh all miner scores each round without needing any manual resets. This means the system quickly reflects changes: if a miner suddenly expands to more subnets (or drops offline), their Merit rewards will adjust in the very next cycle.
Key distinguishing mechanics of Merit include its cross-subnet incentive averaging and the TOTP-secured ping: Miners must be active across many subnets to maximize rewards (being a top performer in just one subnet won’t maximize your Merit score), and they cannot just register and disappear – they must prove ongoing presence via secure pings. This ensures Merit truly rewards breadth of contribution and consistent uptime. The scoring is also hotkey-specific, meaning each miner identity is scored on its own merits – you cannot combine or average scores across multiple hotkeys owned by one person. In summary, Merit validators serve as “network-wide talent scouts,” grading each miner on broad participation and weeding out those not actually online, then rewarding those who excel across the board.
Product Features and Outputs
From a user or network perspective, Merit’s “product” is a reputation and reward system rather than a traditional AI service. The subnet doesn’t provide an API to answer questions or perform inference; instead, it provides a scoring service (BMPS/BPS) and a corresponding token reward stream for miners based on that score. In effect, Merit produces a network-wide performance metric for miners:
In terms of tools or interfaces provided, Merit is fully integrated into the Bittensor ecosystem:
Overall, Merit provides a framework for cross-network meritocracy within Bittensor. It enables what we might call a “reputation token”: while not a separate cryptocurrency, the Merit rewards (paid in TAO) are effectively backing a quantitative reputation (the BMPS). The subnet thereby empowers other ecosystem services by highlighting who the most active and valuable miners are. In the future, this concept could be extended – for instance, one could imagine a Merit leaderboard or integration where the Bittensor governance or Root subnet takes Merit scores into account. For now, its concrete outputs remain the score and the reward distribution that miners receive for their participation.
Technical Architecture and Design Details
Merit’s architecture follows the standard Bittensor subnet design – it is composed of miners and validators running off-chain code that interfaces with the on-chain consensus – but it has unique aspects in what that off-chain code does. Here are the key technical components and design choices:
Incentive Mechanism Code: The entire logic of Merit’s scoring resides in its off-chain incentive mechanism (defined in the Merit GitHub repository). This includes:
Miner Implementation: On the miner side, running a Merit miner node is lightweight. The miner software needs to:
Validator Implementation: Merit’s validators run a continuous loop each epoch:
Integration with Bittensor Chain: Merit relies on the Bittensor substrate chain for critical functions:
Optional Health Monitoring: The documentation mentions “Background Health Monitoring: Optional miner uptime history tracking”. This indicates that Merit’s validator software may have the capability to log each miner’s ping history and keep a longer-term record of uptime. This could be purely informational (for the team or miners to review their performance) or potentially could feed into future versions of the incentive algorithm. For now, it’s noted as optional, meaning a miner’s past uptime isn’t directly affecting current rewards beyond the epoch’s immediate ping. But it reflects a design consideration to monitor reliability over time.
No Coldkey Aggregation: It’s worth noting a deliberate architectural choice: Merit scores by hotkey, not by coldkey. In Bittensor, a coldkey is an owner key that can have many hotkeys (mining identities) under it. Merit does not aggregate scores of multiple hotkeys even if one person controls many. Each hotkey is treated as an independent miner. This discourages any strategy of splitting one’s effort into many keys to game the system. A miner who wants a high Merit score is incentivized to concentrate their effort into a single hotkey that is active everywhere, rather than fragmenting into separate identities.
In summary, Merit’s architecture is relatively lightweight in terms of AI computation (no models running), but heavy in terms of network data processing and coordination. Validators act almost like analytics engines, crawling the Bittensor network to measure contributions. The security model is enhanced by using TOTP for miner identity verification, an unusual but effective choice in a decentralized compute network. The result is a subnet that piggybacks on others – technically Merit is a meta-subnet that monitors and rewards the rest of the network. This meta quality means it touches many parts of the system, making its correct functioning important for fairness across Bittensor.
Merit’s incentive mechanism revolves around a novel interplay between its miners and validators to measure and reward cross-network activity. The subnet operates as follows:
Multiple validators on Merit perform this process independently. Bittensor’s Yuma consensus will aggregate their submitted weights to finalize the reward distribution. Notably, Merit’s incentive mechanism is dynamic and runs continuously each epoch – validators refresh all miner scores each round without needing any manual resets. This means the system quickly reflects changes: if a miner suddenly expands to more subnets (or drops offline), their Merit rewards will adjust in the very next cycle.
Key distinguishing mechanics of Merit include its cross-subnet incentive averaging and the TOTP-secured ping: Miners must be active across many subnets to maximize rewards (being a top performer in just one subnet won’t maximize your Merit score), and they cannot just register and disappear – they must prove ongoing presence via secure pings. This ensures Merit truly rewards breadth of contribution and consistent uptime. The scoring is also hotkey-specific, meaning each miner identity is scored on its own merits – you cannot combine or average scores across multiple hotkeys owned by one person. In summary, Merit validators serve as “network-wide talent scouts,” grading each miner on broad participation and weeding out those not actually online, then rewarding those who excel across the board.
Product Features and Outputs
From a user or network perspective, Merit’s “product” is a reputation and reward system rather than a traditional AI service. The subnet doesn’t provide an API to answer questions or perform inference; instead, it provides a scoring service (BMPS/BPS) and a corresponding token reward stream for miners based on that score. In effect, Merit produces a network-wide performance metric for miners:
In terms of tools or interfaces provided, Merit is fully integrated into the Bittensor ecosystem:
Overall, Merit provides a framework for cross-network meritocracy within Bittensor. It enables what we might call a “reputation token”: while not a separate cryptocurrency, the Merit rewards (paid in TAO) are effectively backing a quantitative reputation (the BMPS). The subnet thereby empowers other ecosystem services by highlighting who the most active and valuable miners are. In the future, this concept could be extended – for instance, one could imagine a Merit leaderboard or integration where the Bittensor governance or Root subnet takes Merit scores into account. For now, its concrete outputs remain the score and the reward distribution that miners receive for their participation.
Technical Architecture and Design Details
Merit’s architecture follows the standard Bittensor subnet design – it is composed of miners and validators running off-chain code that interfaces with the on-chain consensus – but it has unique aspects in what that off-chain code does. Here are the key technical components and design choices:
Incentive Mechanism Code: The entire logic of Merit’s scoring resides in its off-chain incentive mechanism (defined in the Merit GitHub repository). This includes:
Miner Implementation: On the miner side, running a Merit miner node is lightweight. The miner software needs to:
Validator Implementation: Merit’s validators run a continuous loop each epoch:
Integration with Bittensor Chain: Merit relies on the Bittensor substrate chain for critical functions:
Optional Health Monitoring: The documentation mentions “Background Health Monitoring: Optional miner uptime history tracking”. This indicates that Merit’s validator software may have the capability to log each miner’s ping history and keep a longer-term record of uptime. This could be purely informational (for the team or miners to review their performance) or potentially could feed into future versions of the incentive algorithm. For now, it’s noted as optional, meaning a miner’s past uptime isn’t directly affecting current rewards beyond the epoch’s immediate ping. But it reflects a design consideration to monitor reliability over time.
No Coldkey Aggregation: It’s worth noting a deliberate architectural choice: Merit scores by hotkey, not by coldkey. In Bittensor, a coldkey is an owner key that can have many hotkeys (mining identities) under it. Merit does not aggregate scores of multiple hotkeys even if one person controls many. Each hotkey is treated as an independent miner. This discourages any strategy of splitting one’s effort into many keys to game the system. A miner who wants a high Merit score is incentivized to concentrate their effort into a single hotkey that is active everywhere, rather than fragmenting into separate identities.
In summary, Merit’s architecture is relatively lightweight in terms of AI computation (no models running), but heavy in terms of network data processing and coordination. Validators act almost like analytics engines, crawling the Bittensor network to measure contributions. The security model is enhanced by using TOTP for miner identity verification, an unusual but effective choice in a decentralized compute network. The result is a subnet that piggybacks on others – technically Merit is a meta-subnet that monitors and rewards the rest of the network. This meta quality means it touches many parts of the system, making its correct functioning important for fairness across Bittensor.
The known lead developer and creator goes by the handle “Fxintegral” and corresponds to a GitHub account (fx-integral) which hosts the project’s code, as well as a Twitter/X profile (@fxintegral_T). The Twitter profile tagline for Fxintegral confirms their role by describing Merit’s mission, and early announcements explicitly credit “MeritTensor by @fxintegral_T” as the subnet’s introduction to the community. In the repository’s commit history, the author name “tegridy” appears, suggesting that the primary developer’s pseudonym might be Tegridy (potentially the same person behind Fxintegral). At this stage, the team appears to be small – likely one primary developer (Fxintegral/Tegridy) with possible support from a few community testers.
The project is open source, so community members can contribute via the GitHub repository. So far, no additional core contributors have been publicly named. Community presence: The Merit team and community interact through public channels. A Discord server for Merit has been mentioned (an invite link was shared during the launch announcement), which indicates that the project maintains a forum for miners/validators to coordinate, ask questions, and provide feedback. On Twitter (X), members of the Bittensor community like Gant and CryptoZPunisher (Punisher ττ) helped amplify Merit’s launch, but they are promoters/validators in the ecosystem, not developers of Merit. Still, this shows Merit has drawn interest from active community figures. In summary, Merit’s team is best characterized as an independent, community-led group spearheaded by Fxintegral. There is no formal organizational structure published; roles are informal with Fxintegral as the architect and developer, and early adopters from the Bittensor community contributing by running validators/miners and giving feedback. As the project grows, the team might expand or integrate more with the broader Bittensor development community, but as of now it remains a grass-roots initiative.
The known lead developer and creator goes by the handle “Fxintegral” and corresponds to a GitHub account (fx-integral) which hosts the project’s code, as well as a Twitter/X profile (@fxintegral_T). The Twitter profile tagline for Fxintegral confirms their role by describing Merit’s mission, and early announcements explicitly credit “MeritTensor by @fxintegral_T” as the subnet’s introduction to the community. In the repository’s commit history, the author name “tegridy” appears, suggesting that the primary developer’s pseudonym might be Tegridy (potentially the same person behind Fxintegral). At this stage, the team appears to be small – likely one primary developer (Fxintegral/Tegridy) with possible support from a few community testers.
The project is open source, so community members can contribute via the GitHub repository. So far, no additional core contributors have been publicly named. Community presence: The Merit team and community interact through public channels. A Discord server for Merit has been mentioned (an invite link was shared during the launch announcement), which indicates that the project maintains a forum for miners/validators to coordinate, ask questions, and provide feedback. On Twitter (X), members of the Bittensor community like Gant and CryptoZPunisher (Punisher ττ) helped amplify Merit’s launch, but they are promoters/validators in the ecosystem, not developers of Merit. Still, this shows Merit has drawn interest from active community figures. In summary, Merit’s team is best characterized as an independent, community-led group spearheaded by Fxintegral. There is no formal organizational structure published; roles are informal with Fxintegral as the architect and developer, and early adopters from the Bittensor community contributing by running validators/miners and giving feedback. As the project grows, the team might expand or integrate more with the broader Bittensor development community, but as of now it remains a grass-roots initiative.
Merit was launched in April 2025. Given its recent launch, it is in an early phase of deployment, sometimes referred to as an “alpha” stage. At launch, the code and whitepaper were made available and the basic functionality (cross-subnet scoring with ping checks) was up and running.
Key launch milestones achieved:
Current status (Mid-2025): Merit is operational with a small but growing set of miners and validators. Being new, it likely hasn’t reached its maximum capacity (Bittensor subnets can have up to 4096 miners, but Merit currently will have far fewer as only the most engaged miners will join). The emission rate for Merit is still low relative to larger subnets – the root subnet’s allocation for SN-73 might be minimal until Merit proves its utility. This period is essentially a trial by fire: the community can observe how Merit’s incentive model performs. Key things being monitored now include:
The short-term roadmap for Merit is likely about refinement and stabilization. Ee can infer some near-term plans:
Looking further ahead, the medium to long-term strategic goals for Merit tie back to its mission of fostering cross-network collaboration:
In terms of concrete upcoming milestones, the community can watch for:
It’s important to note that Merit’s formal roadmap is not yet public, and the above are logical projections. The founder has stated that at its core Merit aims to “foster a collaborative space” for the community of miners. This suggests the philosophy guiding future plans is one of openness and collaboration. As the project grows, we can expect the Merit team to remain communicative via Discord/Twitter about upcoming features or adjustments. The long-term vision is to ensure Merit continues to fairly and effectively reward cross-network contributors, thereby strengthening Bittensor’s decentralized AI marketplace as a whole.
In conclusion, Bittensor Subnet 73 – Merit – is in its infancy but has a well-defined purpose and mechanism. Going forward, its success will be measured by how well it incentivizes positive behavior network-wide and how it adapts to Bittensor’s evolution. The community-driven roadmap will evolve with input from miners and validators, steering Merit toward its goal of making “meritocracy” a reality in decentralized AI.
Merit was launched in April 2025. Given its recent launch, it is in an early phase of deployment, sometimes referred to as an “alpha” stage. At launch, the code and whitepaper were made available and the basic functionality (cross-subnet scoring with ping checks) was up and running.
Key launch milestones achieved:
Current status (Mid-2025): Merit is operational with a small but growing set of miners and validators. Being new, it likely hasn’t reached its maximum capacity (Bittensor subnets can have up to 4096 miners, but Merit currently will have far fewer as only the most engaged miners will join). The emission rate for Merit is still low relative to larger subnets – the root subnet’s allocation for SN-73 might be minimal until Merit proves its utility. This period is essentially a trial by fire: the community can observe how Merit’s incentive model performs. Key things being monitored now include:
The short-term roadmap for Merit is likely about refinement and stabilization. Ee can infer some near-term plans:
Looking further ahead, the medium to long-term strategic goals for Merit tie back to its mission of fostering cross-network collaboration:
In terms of concrete upcoming milestones, the community can watch for:
It’s important to note that Merit’s formal roadmap is not yet public, and the above are logical projections. The founder has stated that at its core Merit aims to “foster a collaborative space” for the community of miners. This suggests the philosophy guiding future plans is one of openness and collaboration. As the project grows, we can expect the Merit team to remain communicative via Discord/Twitter about upcoming features or adjustments. The long-term vision is to ensure Merit continues to fairly and effectively reward cross-network contributors, thereby strengthening Bittensor’s decentralized AI marketplace as a whole.
In conclusion, Bittensor Subnet 73 – Merit – is in its infancy but has a well-defined purpose and mechanism. Going forward, its success will be measured by how well it incentivizes positive behavior network-wide and how it adapts to Bittensor’s evolution. The community-driven roadmap will evolve with input from miners and validators, steering Merit toward its goal of making “meritocracy” a reality in decentralized AI.
Keep ahead of the Bittensor exponential development curve…
Subnet Alpha is an informational platform for Bittensor Subnets.
This site is not affiliated with the Opentensor Foundation or TaoStats.
The content provided on this website is for informational purposes only. We make no guarantees regarding the accuracy or currency of the information at any given time.
Subnet Alpha is created and maintained by The Realistic Trader. If you have any suggestions or encounter any issues, please contact us at [email protected].
Copyright 2024