DKG V8.1.X update guidebook
Last updated
Was this helpful?
Last updated
Was this helpful?
The DKG V8.1.X release series marks a major step forward for the OriginTrail ecosystem, unlocking TRAC staking rewards and laying the groundwork for the next phase of the OriginTrail roadmap: the Metcalfe Convergence. With the introduction of the , TRAC delegators will begin sharing network rewards based on this new, highly scalable “Proof of Knowledge” system, while DKG Core Node runners benefit from new automation and network resilience features.
Alongside reward activation, V8.1.X releases introduce user-facing improvements such as Node Health and Node Power, two new metrics that make it easier to understand how DKG nodes are performing and earning rewards. Together, these upgrades strengthen the DKG’s role as the trusted knowledge layer for AI and set the stage for further growth of the DKG in the Metcalfe Convergence phase of the roadmap.
JUNE 23, 2025 V8.1.0 MAINNET LAUNCH SEQUENCE INITIATED Staking features suspended from 12:00 CET for up to 72 hours. During this period, new V8.1.0 contracts are deployed and tested.
JUNE 24, 2025: DKG CORE NODE V8.1.0 RELEASE Core Node runners start updating nodes
ETA JUNE 26, 2025: V8.1.0 MAINNET RELEASE COMPLETE Staking Dashboard back online
ETA JULY '25: V8.1.1 RELEASE Nodes start collecting V6 rewards
ETA JULY '25: V8.1.2 RELEASE: Rewards for the V8 Tuning period become collectible
AUGUST '25: TRANSITION TO METCALFE CONVERGENCE PHASE
In a nutshell:
Auto-update features should take care of your Core Node update (if you have it turned on). However, it is highly recommended that you review your node activity and confirm that it has successfully updated to V8.1.0
Core Nodes get new features; familiarize yourself with them below
If your node auto-updater is enabled, the node will automatically update to version v8.1.0 without requiring any manual effort on your part.
While the update process itself is seamless, once your node is running v8.1.0, there are a few important features and settings you should review and get familiar with.
Random Sampling has three key objectives:
Ensure long-term data availability across the network
Reward active and reliable nodes that consistently store and serve Knowledge Assets
Automate the distribution of publisher fees based on verifiable data storage
DKG Sync strengthens the reliability of the DKG by allowing Core Nodes to automatically retrieve and backfill any missing Knowledge Assets (KAs) from the network. This is especially important when your node restarts, experiences downtime, or joins the network for the first time.
How to enable Sync:
As part of the V8.1 update, configurable timeout values for Blazegraph operations have been introduced to improve system performance and prevent heavy operations from overloading your node triple store. If you are experiencing issues with the Blazegraph process (which may occur for heavy-load users), consider lowering the timeouts.
Generalized default values have already been applied automatically with the update — no action is required. However, if you wish to customize these settings yourself, you can do so by adding the following block to your .origintrail_noderc
file.
Default timeout configuration (all timeout values are defined in milliseconds):
Parameters overview:
query
: Maximum duration for SPARQL queries
get
: Maximum duration for GET operations queries
batchGet
: Maximum duration for bulk GET operation queries
insert
: Maximum duration allowed for insert operation queries (e.g., storing Knowledge Assets)
You can override the timeouts in the .origintrail_noderc
file by adjusting the values accordingly.
In a nutshell:
No action is required from TRAC delegators for the DKG V8.1.0 update process.
During the release, staking features will be disabled for approximately 72 hours.
It’s highly recommended to get familiar with the new Node Power and Node Health KPIs to understand how to best utilize your TRAC in the network.
To complete the V8.1.0 update safely, staking features will be temporarily suspended for up to 72 hours, starting on Monday, June 23, 2025, at 12:00 CET. During this time, no changes to stakes or reward claims will be possible.
Once staking is locked, the smart contracts will be updated to V8.1.0, maintaining the state (snapshot) of staking values present at that time in V8.0.X contracts via an on-chain migration. Target time for the beginning of the on-chain migration (and latest snapshot time) is at
Timestamp 1750683600 ( June 23rd 15:00 CET)
NeuroWeb: Target Block - 9778900
Base : Target Block - 22983560
Gnosis: Target Block - 40734845
Unlike the V8.0.0 release, where delegators needed to migrate their stake from V6 to V8.0 (possible through the Staking Dashboard), with the V8.1.0 release, the need for this migration goes away because of the Random Sampling updates. This means that with DKG V8.1.0, “Node Share tokens” used previously in DKG V6 are fully deprecated and no longer serve any function in the DKG (not even for migration). The entire staking system now runs natively on V8 infrastructure, simplifying participation for all delegators.
If you haven’t migrated your stake from V6 yet, no action is needed — the V8.1.0 release will take care of this automatically.
The Staking Dashboard user interface has been upgraded with new, easier-to-understand metrics:
Node Power: Reflects how competitive a node is in earning rewards
Node Health: Indicates how reliably a node has submitted proofs.
In addition to the live reward distribution introduced with V8.1.0, two upcoming releases will make previously accrued rewards visible in the Staking Dashboard:
V8.1.1 will display and enable claims for V6-era rewards
V8.1.2 will unlock Tuning Period rewards for nodes active between V8.0.0 and V8.1.0
Stay tuned to the official OriginTrail community channels for updates on these follow-up releases and their expected July rollout.
In a nutshell:
V8.1.0 is not a breaking change, so no action is needed.
It is recommended to update to the latest client versions to get all the benefits of the improvements in the V8.1.0 release.
The DKG V8.1.0 release is not a breaking change for builders. Existing integrations, publishing flows, and query mechanisms will continue to function as expected.
That said, we strongly recommend updating to the latest versions of the DKG client libraries and tools to benefit from performance improvements, updated defaults (e.g., Blazegraph timeouts), and compatibility with upcoming features such as advanced staking visibility and network telemetry.
Update your dkg-client packages to the latest stable versions
Review documentation on how to interact with nodes running V8.1+ (e.g., sync-aware publishing and querying)
If you are building agent-based systems, check out the updated DKG x MCP integration to take advantage of decentralized knowledge workflows
No code migration is needed, but keeping your client stack up to date ensures you remain aligned with the evolving network.
With the release of V8.1.0, DKG Core Nodes will automatically begin participating in the . No manual setup is required.
Random Sampling is a decentralized mechanism that continuously verifies whether nodes store specific Knowledge Assets. Smart contracts issue randomized challenges to nodes, requiring them to cryptographically prove they hold certain data. This system is transparent, fair, and entirely trustless. Learn more about the here.
As of DKG V8.1.0, DKG Core Nodes have the ability to “Sync” with the DKG state via the new , capturing any missing knowledge by downloading it from the network. To start using the DKG Sync feature, you have to manually enable it.
Enabling the Sync feature is highly recommended as it can help maintain high node health, ultimately leading to your node attracting more rewards. Familiarize yourself with the Sync feature and how it relates to the to gain a comprehensive understanding, and be prepared to enable it when your node updates to DKG V8.1.0.
Instructions for enabling Sync and a more detailed explanation of how it works are available in our documentation, .
You can find detailed explanations of both metrics in the Staking section .
Let us know in the if you run into any issues or need assistance with upgrading.