This is a ReferendumV2 post. It can only be edited by the proposer of the post 5FWJbgArTntUgD7gW4To6PV1APLZwbsTYECJqTEHCwVG3RAP.
| Proponents / Team | Lunolab(Cris, Brain) |
|---|---|
| Treasury Track | Small Spender |
| Beneficiary Address | 14pGVuuBxbN9dVNGh2a6dNqAEP7f48z7ks5vH9WNXKakUm7Z |
| Requested Amount | $65,580 USDC ( Retroactive + Milestone-based) |
| Retroactive Amount | $14,880 USDC |
| Milestone-based Amount | $50,700 USDC |
| Funding Period | 6 months (April 2026 – September 2026); |
| Website | https://www.lunolab.xyz/ |
| Repositories | https://github.com/Luno-lab/LunoKit |
| Docs | https://docs.lunolab.xyz/ |
| Live Demo | https://demo.lunolab.xyz/ |
LunoKit aims to build a customizable UI theme and developer-friendly Web3 account connection infrastructure for the Polkadot ecosystem. Previously, we received a grant from the Web3 Foundation and completed the delivery of all milestones within three months. It unifies wallet connection state management, account abstraction, chain switching, and session recovery, while also providing a rich set of UI components and multi-chain account support, greatly reducing the integration threshold for DApps built on Polkadot SDK chains.
As a frontend development library based on React + TypeScript, LunoKit also provides over 20 Hooks, including account state management, chain switching, connection control, and on-chain data subscription, with support for data caching. Developers can focus on core business logic while LunoKit handles the account module.
LunoKit’s capabilities span three layers:
Connection & account fundamentals: multi-wallet connectivity, unified connection state management, a unified signer interface, and network/chain configuration and switching (covering both Polkadot SDK chains and EVM/PVM chains).
Developer interfaces (Hooks): 20+ composable Hooks covering connection control, account state, chain switching, and selected on-chain subscription and caching capabilities.
Ready-to-integrate UI components: components such as Connect Button, Account Panel, and Network Switcher, with support for theme tokens and branding configuration (appInfo) to help ecosystem projects maintain consistent UI.
Its modular architecture is composed of three packages:
@luno-kit/core: connectors, chain configuration, account management, and a unified signer interface
@luno-kit/react: the React integration layer and Hooks
@luno-kit/ui: UI components, theming system, and branding configuration (appInfo)
In any blockchain ecosystem, account connection is foundational entry-layer infrastructure for every dApp: users must connect a wallet and sign before they can stake, swap, participate in governance, and more. The quality of this entry layer directly impacts ecosystem-wide usability, consistency of user experience, and developer onboarding cost.
Today, the ecosystem commonly faces the following practical challenges:
LunoKit is positioned as an open-source, reusable, configurable, and long-term maintainable connection infrastructure layer. It helps ecosystem projects reduce repetitive work, improve consistency, and focus more of their resources on business innovation and the product itself.
In addition, we have set our 2026 roadmap to focus on EVM account support: enabling dApps to integrate Substrate accounts and EVM accounts within a single, unified connection module through LunoKit—reducing the cost of implementing and maintaining two separate sets of connection logic and UI/state systems in multi-account environments. As more Solidity-based dApps emerge within the Polkadot ecosystem, demand for “dual-account / multi-account login” is expected to grow further. This model has already been validated in practice (for example, some dApps within Bifrost and Hydration support both account types). LunoKit aims to standardize and componentize these capabilities to reduce repetitive development effort across the ecosystem.
The following list is not exhaustive; it only includes some representative online product integration cases that are still in continuous operation.
| Snowbridge(Integrating) | Bridge between Ethereum and Polkadot | https://app.snowbridge.network/ |
|---|---|---|
| Potatao | DEX | https://app.potatao.io/ |
| EnergyWeb | Energy Web X app | https://staking.energywebx.com/stake |
| Fintradex | Non-custodial orderbook exchange | https://fintradex.io |
| Relaycode | The Developer Toolkit for Polkadot | https://relaycode.org |
Lunolab is composed of two core members with extensive blockchain development backgrounds. Since joining the ChainX team in 2020, they have been active in the Web3 field, participating in the incubation and development of multiple public chains and application projects.
Cris has over 5 years of Web3 product experience, focusing on cross-chain protocol design and user experience optimization. He led the product design of ChainX, worked as a product manager responsible for OmniBTC’s frontend product design and project management, and from 2023–2025 served as the product lead of BEVM/GEB, overseeing chain-level functionality design and developer tool planning.
Brain is a senior blockchain frontend developer. He joined the ChainX frontend team in 2020, began leading the frontend system development of OmniBTC in 2022 (including OmniSwap and OmniLending), and from 2023–2025 was fully responsible for the frontend architecture of BEVM/GEB, covering explorer, wallet, and developer tools, accumulating deep experience in blockchain frontend development.
| Field | Content |
|---|---|
| Name | Cris Sun |
| Role | Product Lead(PM/UX/DX) |
| GitHub | https://github.com/Gintma |
| X | https://x.com/crislee51255358 |
| Tg | @Crislee123 |
| Field | Content |
|---|---|
| Name | Brain Wu |
| Role | Lead Engineer |
| GitHub | https://github.com/wbh1328551759 |
| Tg | @wwwwwwbh |
After completing all milestones of the Web3 Foundation Web3 Grant, Lunokit continued ongoing development and maintenance of the product based on real production integration needs and ecosystem feedback, resulting in a set of additional deliverables that have been completed and can be publicly verified. This section is intended to fully list the scope and evidence trail of this “completed work,” making it easy for the community to directly verify the actual output.
| PR | Theme | Key Deliverables (Detailed) | Verification |
|---|---|---|---|
| PR #92 | Network presets expansion + Stability & UX improvements | Fresh parachain presets: Polkadot ( Coretime, Collectives, People), Kusama (AssetHub, People, Coretime), Westend (AssetHub) 3 new wallet connectors with full TypeScript support: Enkrypt, Fearless, Mimir; Tree-shakable exports to bundle only what you use (e.g., import chains/connectors as needed); UI/UX polish: chain search bar; Stability fix: resolved auto-connect race condition by adding a grace delay | https://github.com/Luno-lab/LunoKit/pull/92/changes |
| PR #98 | Multi-API compatibility modes + Wallet-only mode + New hooks | Flexible Integration Modes: use LunoKit with Dedot (default), PAPI, or @polkadot/api; Wallet-only mode: adopt LunoKit’s wallet connection without changing the existing blockchain API stack; New hooks: usePapiSigner (PAPI-compatible signers from connected wallets), useEstimatePaymentInfo (fee estimation before sending); Seamless migration: minimize code changes when migrating existing PAPI / @polkadot/api projects to LunoKit | https://github.com/Luno-lab/LunoKit/pull/98/changes |
| PR #114 + PR #118 + PR #128 | Connection stability + AssetList + Stronger CSS isolation | Improved connection stability: fixed account persistence so the selected account reliably restores after disconnect/reconnect; AssetList component: token & NFT list with comprehensive asset info, powered by Subscan integration Enhanced CSS isolation: improved component style isolation to avoid interfering with host app styles; | https://github.com/Luno-lab/LunoKit/pull/114/changes https://github.com/Luno-lab/LunoKit/pull/118/changes https://github.com/Luno-lab/LunoKit/pull/128/changes |
| PR #136 | UI branding + Hardware wallets + Transaction control + DX improvements | UI customization (appInfo): appInfo prop for Connect Modal to fully customize branding and app information (including Terms/Privacy entry points); Hardware wallet support: OneKey and Ledger connectors; Enhanced transaction control: useSendTransaction adds waitFor (inBlock vs finalized) and rawReceipt for deeper insights; Developer experience: useApi supports generics, cacheMetadata defaults improved, and QueryClientProvider removed from LunoKitProvider for more flexible setups | https://github.com/Luno-lab/LunoKit/pull/136/changes |
| PR #141 + PR #148 + PR #150 + PR #152 | UI configuration improvements + Theme fix + H160 address compatibility + Modal mounting | Custom wallet list grouping; Theme fix: backdrop-blur parameter;H160 address compatibility: formatting & balance queries for 20-byte addresses; Custom modal mounting nodes for flexible modal integration | https://github.com/Luno-lab/LunoKit/pull/141/changes https://github.com/Luno-lab/LunoKit/pull/148/changes https://github.com/Luno-lab/LunoKit/pull/150/changes https://github.com/Luno-lab/LunoKit/pull/152/changes |
| New Live Demo | Configure wallet/modal/theme tokens, preview components, and export code | https://github.com/Luno-lab/LiveDemo |
Verification
Public code verification: all PR commit histories above are publicly accessible and reviewable.
Functional verification: Docs / examples / live demo can be used to validate connection flows, component previews, theming configuration, and integration-ready code export.
Ecosystem usage verification: production integrations can be validated via the listed live applications (e.g., Snowbridge, Potatao, etc.).
This section covers only the work listed in the “Work Completed Deliverables” roadmap section (PR-based evidence). To align with OpenGov’s milestone-oriented funding approach and to reduce immediate treasury outflow, we structure the retroactive request as a partial reimbursement by applying a conservative, discounted hourly rate to the already completed and publicly verifiable work.
Budget Summary (Labor)
| Contributor | Role | Hours | Rate (USD/h) | Cost (USD) |
|---|---|---|---|---|
| Brain | Core Development & Engineering | 248 | 30 | 7,440 |
| Cris | Product, UI/UX, Documentation & Integration Support (incl. partial dev) | 248 | 30 | 7,440 |
| Total | - | 496 | - | 14,880 |
The work covered here is already completed and publicly verifiable (PR-based evidence, demos, and integrations).
We are intentionally requesting reimbursement at 30 USD/hour, which is below typical market rates for senior Web3 engineering and product/UI work, to keep the proposal cost-effective and aligned with milestone-oriented funding expectations.
We will deliver LunoKit’s heterogeneous-chain support (Polkadot SDK + EVM) and other content through monthly milestones from April to September 2026. Each milestone has clear scope, measurable success criteria, and public verification anchors (PRs/commits, release tags, docs, examples, and demo updates).
Objective: Introduce a robust type system and configuration layer in @luno-kit/core to support both Substrate and EVM chains under a unified connection model while maintaining strict type safety.
| No | Task | Rationale | Priority |
|---|---|---|---|
| 1 | Multi-track type system design (Core) | Introduce ChainType discriminated unions. Use TypeScript narrowing to strictly separate SubstrateAccount and EvmAccount at compile time. | Critical |
| 2 | Polymorphic connector adapter (Core) | Refactor the BaseConnector contract. Implement EvmConnector as an adapter wrapping Wagmi-standard connectors (MetaMask, WalletConnect). | Critical |
| 3 | Config system upgrade v2 (Core) | Add a createConfig entrypoint in Core. Allow a single config object to define both environments; Internally create Wagmi config, backfill connectors, and initialize state subscriptions. | High |
| 5 | Polkadot Vault | Add a Polkadot Vault wallet | High |
Success Criteria
@luno-kit/core can automatically detect configuration and load the corresponding heterogeneous connector instances.createConfig, IDE autocomplete and compile-time inference correctly narrow types based on chainType (Substrate vs EVM).Public Deliverables / Verification Anchors (published upon milestone completion)
Core API type definitions documenting the complete multi-track type system.
createConfig implementation in packages/core (core initialization logic).
A versioned release tag (or release notes) and the PR/commit list covering Milestone 1 scope.
Objective: Establish a bi-directional state synchronization pipeline and upgrade core hooks to support a namespace parameter with compile-time type narrowing and safe behavior across heterogeneous environments.
| No | Task | Rationale | Priority |
|---|---|---|---|
| 1 | Bi-directional state sync pipeline (React) | Use Zustand + Immer as the global store; Subscribe to Wagmi state and map it into LunoKit’s state machine so external changes (e.g., chain switch) reflect in real time. | Critical |
| 2 | Core hooks refactor (I) — Connection & Account | Refactor hooks such as useConnect, useDisconnect, useAccount, useAccounts, useBalance, useStatus, useActiveConnector, etc. Add namespace support and implement overloads so IDE infers Substrate vs EVM return types from namespace string literals. | Critical |
| 3 | Core hooks refactor (II) — Chain & Utils | Refactor useChain, useChainId, useSwitchChain, useClient, useSigner to route providers appropriately in heterogeneous environments. | Critical |
| 4 | Substrate-specific hook compatibility | Update useSs58Format, usePapi, etc. Add context guards so when namespace is EVM, hooks degrade safely (e.g., return null) rather than crashing. | High |
Success Criteria
15+ core hooks support namespace with strict type narrowing, enabling seamless switching between ecosystems.
Substrate-only hooks degrade gracefully in EVM mode (no runtime errors).
Public Deliverables / Verification Anchors (published upon milestone completion)
Updated @luno-kit/react implementation with namespace-aware hooks and overload-based type narrowing.
A versioned release tag (or release notes) and the PR/commit list covering Milestone 2 scope.
Docs updates describing the namespace model and recommended usage patterns.
Objective: Upgrade UI components to handle dual ecosystems cleanly, improve guidance when both Substrate and EVM connectors coexist, and implement reliable activeNamespace restoration behavior.
Design Reference
| No | Task | Rationale | Priority |
|---|---|---|---|
| 1 | Refactor ConnectButton & related components (UI) | Upgrade ConnectButton and ConnectModal with ecosystem-grouped rendering logic to improve detection and user guidance when Substrate and EVM plugins coexist. | Critical |
| 2 | Namespace-triggered interaction design | In ChainModal, switching chain can actively change the current namespace. Add EVM-specific 0x address display style and visual identifiers. | Critical |
| 3 | activeNamespace restoration strategy | On refresh, restore last active namespace first; if restoration fails, fall back to the side with an active connection. | Critical |
| 4 | Theme token enhancements | Extend theming tokens (e.g., link text color and related UI text colors) to improve brand consistency and configurability. | High |
| 5 | Mobile UI refinements | Optimize spacing, touch targets, and modal/list layouts to better match mobile usage patterns. | High |
| 6 | Smooth scroll mask / edge-fade effect for lists | Improve visual clarity when browsing long lists (addresses, wallets, accounts) by adding a subtle scroll mask/edge fade aligned with the design system. | High |
Success Criteria
UI adapts automatically based on activeNamespace, including icons, address format (SS58 vs 0x), and ecosystem visual indicators.
When both ecosystems are available, users can reliably discover, select, and switch between Substrate and EVM wallet contexts without confusion.
After page refresh, dual-session restoration behaves correctly and activeNamespace fallback logic prevents “stuck” states.
The Manage Wallets component matches the linked Figma design and supports the expected dual-ecosystem management flows.
Scrollable lists (wallets/network/addresses) render with a smooth edge-fade/scroll mask effect and maintain performance.
Mobile layouts are optimized (touch-friendly sizing, spacing, and modal behavior) without regressions on desktop.
New theming tokens (including connect text color) are available and reflected in the demo/configuration flows.
Public Deliverables / Verification Anchors (published upon milestone completion)
Updated @luno-kit/ui package implementing heterogeneous-chain adaptations for ConnectButton, ConnectModal, ChainModal, plus the new Manage Wallets component.
Demo updates showcasing dual-ecosystem UI flows (including Manage Wallets) aligned with the Figma design reference.
A versioned release tag (or release notes) and the PR/commit list covering Milestone 3 scope.
Demo updates showcasing: mobile refinements, new theme tokens, scroll mask effect, and Ledger multi-account selection UI (published upon milestone completion).
Objective: Provide a unified transaction and signing interface in React that supports both ecosystems while preserving access to underlying native status/details (Viem vs Dedot).
| No | Task | Rationale | Priority |
|---|---|---|---|
| 1 | Unified transaction/signing facade (React) | Define a unified TransactionStatus enum and map EVM (Viem receipt) and Substrate (Dedot finalized) native states into a single model. | Critical |
| 2 | Implement useSendTransaction (React) | Provide a unified entrypoint that routes internally by namespace. EVM accepts Viem parameters; Substrate accepts Dedot tx objects. Return unified status plus raw underlying data. | Critical |
| 3 | Implement useSignMessage (React) | EVM uses Viem signMessage; Substrate uses signRaw. | High |
| 4 | Ecosystem-aware UI rendering | Upgrade components such as AccountDetailsModal to automatically choose rendering logic based on account type. | Medium |
| 5 | EVM wallet integration | Metamask、Subwallet、Talisman、OKX Web3wallet 、Phantom、Coinbase Wallet、Rabby Wallet | High |
Success Criteria
Developers can send transactions via a unified interface and receive both LunoKit-mapped status and the raw native (Viem/Dedot) status/data.
AccountDetailsModal and related components correctly display heterogeneous addresses without formatting errors.
Users can use any of the supported EVM wallets to send transactions.
Public Deliverables / Verification Anchors (published upon milestone completion)
Unified transaction model/schema with raw-state passthrough.
Updated React hooks (useSendTransaction, useSignMessage) and supporting types.
A versioned release tag (or release notes) and the PR/commit list covering Milestone 4 scope.
Demo/docs updates demonstrating unified transaction/signing usage.
Objective: Add comprehensive automated testing for core paths across Core and React hooks, ensuring stability for connect/switch/transaction flows in both ecosystems.
| No | Task | Rationale | Priority |
|---|---|---|---|
| 1 | Full integration tests for hooks state flow | Test cases for hooks introduced/refactored in Milestone 2, focusing on namespace switching, fallback behavior, and routing correctness. | Critical |
| 2 | Unit tests for polymorphic connectors (Core) | Practical tests for EvmConnector connect/disconnect/switch events and createConfig parsing. | High |
| 3 | Transaction tests | Simulate signature rejection, RPC errors, and lifecycle transitions for useSendTransaction and useSignMessage. | High |
| 4 | Ledger multi-account selection | Enable account enumeration and selection for Ledger connections,dApps can support selecting among multiple Ledger-derived accounts in a consistent way. | High |
Success Criteria
CI passes for the full test suite; core paths (connect/switch/tx) are covered.
Transaction lifecycle states (signature → confirmation) behave consistently across both ecosystems.
Coverage targets: Core ≥ 90%, React hooks core-path coverage ≥ 80%.
When connecting a Substrate account using Ledger, you can choose which account to import.
Public Deliverables / Verification Anchors (published upon milestone completion)
Automated test suite source code (unit + integration tests) and CI configuration updates.
A versioned release tag (or release notes) and the PR/commit list covering Milestone 5 scope.
A test results summary (e.g., CI artifact link or published report) demonstrating pass status and coverage metrics.
Objective: Deliver a flagship integrated demo dApp, improve edge-case stability in real browsers, publish complete documentation and migration guides, and ship LunoKit v0.2
| No | Task | Rationale | Priority |
|---|---|---|---|
| 1 | Reference integrated DApp demo | Build example/integrated-dapp demonstrating a full heterogeneous-chain app (assets transfer + interactions across both ecosystems). | High |
| 2 | Edge-environment hardening | Optimize detection priority and stability in real browsers where multiple EVM wallet extensions compete. | Critical |
| 3 | Docs & migration guides | Fully update docs portal: complete API reference, namespace best practices, and smooth upgrade guide from v0.1 to v0.2 | High |
| 4 | Update Live Demo for EVM support | Ensure developers can directly validate and experiment with the new EVM-related capabilities through an official, always-up-to-date public demo. | High |
Success Criteria
A one-command runnable heterogeneous-chain demo site is available, showcasing dual-ecosystem transaction flows.
Official docs cover all new APIs and heterogeneous-chain integration scenarios.
The official Live Demo is updated to support and showcase the EVM-related features introduced in v0.2 .
Public Deliverables / Verification Anchors (published upon milestone completion)
LunoKit v0.2 release across Core, React, and UI packages.
example/integrated-dapp and a new publicly accessible live demo site.
Updated developer documentation and migration guide.
A versioned release tag (or release notes) and the PR/commit list covering Milestone 6 scope.
Team Costs
| Name | Role | Commitment (hours/week) | Monthly Cost | Total for Project Period |
|---|---|---|---|---|
| Brain | Lead Developer | 20 | $4,800 | $28,800 |
| Cris | Project Manager & Developer | 15 | $3,600 | $21,600 |
| Subtotal (Team) | $50,400 |
Operational Costs
| Category | Covers | Total (USD) |
|---|---|---|
| Operational Costs | Notion / Vercel / X Pro | $300 |
Total Requested Funding
| Item | Amount |
|---|---|
| Total Requested Funding | $50,700 USDC |
Milestone Distribution:
While the milestone plan describes the deliverables we commit to for funding and verification, we also
expect to ship additional fixes and features beyond the proposal in response to real developer needs and production integration feedback within the ecosystem. We will keep the community informed and ensure the committed milestone deliverables remain the priority.
This proposal requests funding for a set of targeted feature developments for Polkadot-API and its surrounding ecosystem components.
Polkadot-API is a modular, light-client-first suite of libraries designed to provide a high-performance and developer-friendly interface to the Polkadot ecosystem. Since its first stable release in 2024, the project has become an important piece of infrastructure for building decentralized applications, with adoption across multiple teams and products.
This proposal focuses on delivering additional features and improvements identified through ongoing collaboration with ecosystem stakeholders, complementing the basic maintenance proposal approved in https://polkadot.subsquare.io/referenda/1856
The proposal covers four main areas:
1. Polkadot-API Core Enhancements
Implementation of full support for Extrinsic v5 and the new createTransaction API, including:
2. SDK Improvements (Statement Store)
Continuous adaptation of the Statement Store SDK to evolving RPC specifications, ensuring compatibility and reliability for data propagation mechanisms across the network.
3. PAPI Console Expansion
Further development of the PAPI Console as a developer tool and ecosystem interface, including:
As the ecosystem evolves and legacy tooling is gradually phased out, improving onboarding and providing modern, well-supported interfaces becomes increasingly important. The PAPI Console contributes to this transition by offering new capabilities while aligning with the current architecture of Polkadot.
4. JSON-RPC Specification Improvements
Contributions to protocol-level improvements required by modern dApps, including:
For a detailed breakdown of the scope, milestones, and technical context, please refer to the full proposal: https://docs.google.com/document/d/1DU8LXaDtGf6N3nDz7t6yj0CoYOAbu1cS99X9FAw0W6g/edit?usp=sharing
Funds will be managed through the Polkadot Community Foundation (PCF).
A total of 4,000 € is included as a buffer to cover PCF operational and administrative expenses (legal and operational costs). Any unused portion of this buffer will be returned to the Polkadot Treasury.
The EUR - USDC rate has been set at the time of submission by xe.com's rate 1.15359324 USDC / EUR
Upon approval:
The team will maintain transparency through ongoing updates on GitHub and the Polkadot Forum.
This referendum formally closes the Polkadot Fast Grants and Open Source Developer Grants bounty programs following the completion of their defined scope and boundary conditions.
All outstanding obligations, pending evaluations, and eligible payouts have been resolved or terminated in accordance with the bounty rules and governance framework. Any remaining unallocated or unused funds are to be returned to the Polkadot Treasury.
Due to potential display issues with some charts in format across various devices and platforms, please refer to the detailed information in this Google Document:
https://docs.google.com/document/d/1DKX62a9LtAWd7CF7oBTUQe0rZ23xcwnnrs1fj_14JlQ/edit?usp=sharing
https://polkadot.polkassembly.io/post/3390
Based on this discussion version, this proposal corrects some typos. For the development costs, Subscan will self-fund 30% and request 70%. Additionally, responses to community feedback will be added in the comments section.
Subscan requests funding from the Polkadot Treasury to ensure the continued operation and enhancement of one of Polkadot’s most critical public data infrastructures. As the default block explorer and primary indexing backend for the Polkadot ecosystem, Subscan provides high-availability, low-latency, and fully historical on-chain data for the Polkadot Relay Chain and all Polkadot system parachains. These services are relied upon daily by developers, validators, wallets, governance platforms, infrastructure providers, auditors, and millions of unique users per year.
This proposal covers Subscan’s work across two key areas:
Ensuring uninterrupted operational maintenance for the six Polkadot system networks:
These services include full database indexing, runtime compatibility, node operations, 24/7 monitoring, bandwidth provisioning, storage scaling, DevOps automation, and end-user/API support—ensuring continuous data availability across the entire Polkadot ecosystem.
Requested: USD 151,200
Compensation for major ecosystem-critical work already completed, including:
Total: USD 73,167
Subscan Team Contribution: To support the sustainable growth of the ecosystem, the Subscan Team is self-funding 30% of these development costs.
Requested: USD 51,216
Total requested amount: USD 202,416
From Q2 2025 to Q4 2025, Subscan completed extensive development and infrastructure work that directly supports Polkadot’s transition into the next-generation ecosystem architecture—particularly the AssetHub migration, which has been one of the most significant structural changes to the Polkadot network in recent years.
Subscan’s work during this period can be summarized in the following core areas:
AssetHub underwent multiple breaking updates, including changes to assets, extrinsics, metadata layouts, governance modules, and transfer logic. Subscan delivered complete compatibility support, including:
These contributions ensured that wallets, explorers, governance dashboards, and integration tools remained fully functional throughout the AssetHub migration, preventing ecosystem disruption.
Major foundational improvements included:
These enhancements strengthened chain-wide data accuracy and reduced the risk of indexer stalls during runtime upgrades or heavy XCM traffic.
Given Polkadot’s XCM-heavy activity, Subscan delivered system-wide improvements:
Combined, these improvements make Subscan the most complete and accurate public XCM observability layer in the ecosystem.
Subscan improved auditability and cross-module visibility by:
This has become critical infrastructure for OpenGov data, treasury analysts, and governance dashboards.
Key UX improvements include:
These ensure Subscan remains responsive even under multi-network heavy traffic conditions.
Continuous operations included:
These ongoing services are fundamental to maintaining reliable explorer and API availability for the entire Polkadot ecosystem.
As the default block explorer and indexing layer for Polkadot, Subscan provides the foundational data required by nearly all ecosystem participants.
Without Subscan, many essential tools would face significant data degradation, and the accessibility of historical and governance data would be severely impacted.
This proposal covers two major funding components:
Operational maintenance for 6 Polkadot networks:
These fees cover database storage, indexing, monitoring, bandwidth, DevOps, node maintenance, and end-user support.
Compensation for:
Together, these represent essential public infrastructure development that ensures Subscan remains aligned with Polkadot’s technical evolution.
Throughout 2025, Subscan has focused on deep infrastructure optimization. By refining our technical stack, we have successfully reduced internal overhead and operational costs without compromising the high service standards the ecosystem expects. Our goal is to pass these efficiencies directly to the networks we support through a more competitive pricing structure.
To ensure a stable transition, we are rolling out these optimizations and subsequent price reductions in stages:
Note: For a detailed breakdown of how these infrastructure improvements will impact future budgets, please refer to the "2026 Cost Outlook (Infrastructure Optimization Based)" section.
For the period of 2025 Q3–Q4, Subscan’s fee structure remains consistent with the model successfully utilized over the past two years.
Our maintenance packages are designed to support a wide range of data and operational needs, ensuring stable and efficient system performance. Because our overall cost structure is composed of multiple infrastructure and operational expenses—such as cloud services, network acceleration, monitoring systems, node providers, and the Subscan team’s ongoing operations—we use storage consumption as the primary metric for determining service fees.
Pricing Tiers:
a. Basic Plan
b. Advanced Plan
c. Professional Plan
Correlation to Real Costs:
Storage growth scales directly with block production and transaction activity, making it a more stable and predictable metric than raw API traffic. As chain activity evolves, storage becomes the clearest and most consistent indicator of the underlying infrastructure load required to maintain long-term historical data.
Subscan Baseline:
Subscan determines the appropriate fee tier based on the median storage consumption measured during the billing period. For example, for the Q3–Q4 2025 billing cycle, the baseline storage usage is derived from data recorded on September 30th.
Predictable Billing:
Basing fees on storage reduces the volatility caused by sudden traffic spikes and ensures a more transparent, usage-based cost model for both the community and the treasury.
Our pricing also incorporates the broader operational overhead required to run a production-grade, high-availability data service—such as cloud infrastructure, network acceleration, monitoring systems, node providers, and Subscan’s ongoing engineering and support efforts.
Because these components fluctuate dynamically based on cloud regions, traffic patterns, redundancy requirements, and security considerations, they cannot be broken down into a stable or meaningful line-item list. In addition, some of these details involve sensitive architectural and security-related information that should not be fully disclosed publicly in order to preserve system robustness and reduce attack surface.
For these reasons, Subscan adopts a service-fee-based pricing model, which is consistent with industry practices used by major explorer and indexing providers. Pegging the service fee to storage usage strikes the right balance between:
This model also enables Subscan to invest continuously in optimization and long-term cost reduction—ensuring that infrastructure improvements directly translate into better performance and lower overall fees for the ecosystem over time.
| Network | Actual Usage/GB | Date | Package | Fees/Month | Billing Period | Fees |
| Polkadot | 4305.22 | 30/09/2025 | Professional | 19,405 | Q3 & Q4: 01/07/2025-31/12/2025 | 116,430 |
| AssetHub-Polkadot | 382.63 | 30/09/2025 | Basic+ | 1,699 | Q3 & Q4: 01/07/2025-31/12/2025 | 10,194 |
| Coretime-Polkadot | 40.73 | 30/09/2025 | Basic | 799 | Q3 & Q4: 01/07/2025-31/12/2025 | 4,794 |
| Collectives-Polkadot | 161.7 | 30/09/2025 | Basic | 799 | Q3 & Q4: 01/07/2025-31/12/2025 | 4,794 |
| BridgeHub-Polkadot | 448.78 | 30/09/2025 | Advanced | 1,699 | Q3 & Q4: 01/07/2025-31/12/2025 | 10,194 |
| People-Polkadot | 37.84 | 30/09/2025 | Basic | 799 | Q3 & Q4: 01/07/2025-31/12/2025 | 4,794 |
During Q2 2025, Subscan completed a comprehensive series of platform enhancements focused on network-wide reliability, data accuracy, performance optimization, and user experience improvements across the Polkadot ecosystem.
These efforts strengthened Subscan’s role as a core public infrastructure component used daily by developers, validators, nominators, governance participants, and parachain teams.
Key areas of contribution include:
Below is the complete task list for Q2 2025:
| Task | Name | Description | PM/Test | Designer | Backend | Front-end | DevOps |
| 1 | ES Sync Checkpoint Persistence | Persist checkpoints for Elasticsearch sync tasks to significantly improve multi-network data synchronization stability and recovery robustness. | 1h | – | 4h | – | – |
| 2 | Portfolio Multi-Network Display Fix | Fix inconsistency between network counts shown on the Portfolio overview and detail pages, improving accuracy for cross-chain asset visualization. | 1h | – | 4h | 3h | – |
| 3 | Treasury Proposal Amount Display Optimization | Add support for USDT/USDC denomination and auto-conversion in the Treasury module to improve transparency and readability in governance workflows. | 1h | 1h | – | 4h | – |
| 4 | Portfolio Identity Display Optimization | Optimize cross-chain Identity loading logic to ensure consistent identity rendering across networks. | 1h | – | 10h | 3h | – |
| 5 | Accounts Pagination Optimization | Improve account pagination performance for large networks, enhancing response time and stability under high-concurrency access. | 1h | – | 8h | 3h | – |
| 6 | Portfolio Value Display Bug Fix | Fix incorrect asset value calculations in the Portfolio module to improve accuracy of user asset statistics. | 1h | – | 5h | 2h | – |
| 7 | User Feedback Collection & Processing | Add a unified “Feedback Entry” on the UI to centralize user feedback collection and complete a batch of UX improvement iterations. | 4h | 1.5h | – | 3h | – |
| 8 | Homepage Chart Default Range Standardization | Standardize default ranges (e.g., price/volume charts) on the homepage to “1 month” for improved readability and user experience consistency. | 1h | – | – | 2h | – |
| 9 | Token List Entry Optimization | Improve navigation and entry points to the Token List, enabling quicker access to token detail pages. | 1h | 0.5h | – | 3h | – |
| 10 | Identity Report Bio Field Addition (Admin Platform) | Add a Bio field to identity reports in the admin panel to enhance completeness of on-chain identity management. | 1h | – | 1h | 2h | – |
| 11 | Batch Data Download Script | Develop a script for bulk data export to support large-scale analytics needs and reduce manual operations. | 1h | 1h | 5h | 4h | – |
| 12 | IPFS Provider Migration | Migrate document/image resources to a more stable IPFS provider to improve loading performance and success rate. | – | – | 1h | – | 2h |
| 13 | Monitoring System Optimization | Redesign Subscan’s backend monitoring architecture to improve real-time alerting for on-chain events, data sync, and error detection. | – | – | 8h | – | 4h |
| 14 | StorageChanged Data Consistency Fix | Fix data inconsistency related to on-chain StorageChanged events to improve accuracy of historical data. | 1h | – | 2h | – | – |
| 15 | Dark Mode UI Enhancement | Fix contrast issues in dark mode for text and charts to improve readability and overall UX. | 1h | 3h | – | 5h | – |
| 16 | Identity Privacy Mode Fix | Fix issues where the Identity privacy toggle does not take effect, ensuring correct privacy protection across networks. | 1h | – | – | 3h | – |
| 17 | Profile Privacy Display Fix | Fix issues where avatars and social information are still visible in privacy mode, enhancing personal data protection. | 1h | – | 2h | 3h | – |
| 18 | Cookie Prompt Optimization | Significantly reduce intrusive mobile cookie pop-ups to improve browsing experience. | 1h | 1h | – | 2h | – |
| 19 | SS58 Format Conversion Tool Review | Review and fix issues in the SS58 encode/decode tool to improve cross-chain address compatibility and accuracy. | 1h | – | 1h | 2h | – |
| 20 | API Performance Optimization & Slow Endpoint Investigation | Investigate performance issues, indexing, and caching improvements for high-frequency APIs (e.g., unique_id, multiChain, reward_slash, staking_history), significantly improving platform response speed. | 2h | – | 10h | – | 3h |
Our Compensation Rates and Total Costs:
With a total of 144 hours worked, the calculated cost based on the above rates amounts to $10,650.
During Q3 2025, Subscan continued its role as a core piece of Substrate ecosystem public infrastructure, focusing on strengthening data correctness, cross-chain observability, governance transparency, and runtime upgrade compatibility for Polkadot and its ecosystem parachains. The work in this period concentrated on hardening the production explorer that is used daily by validators, nominators, governance participants, infrastructure providers, and application teams.
Across all categories, this Q3 scope represents 46 concrete engineering tasks, covering:
Below is the complete task list for Q3 2025:
| Task | Name | Description | PM/Test | Designer | Backend | Front-end | DevOps |
| 1 | [AH Migration] Staking Module Support | Handle extensive changes caused by staking module migration between the Relay Chain and AssetHub (AH), including new data indexing, updated era calculation logic, and validator block production association back to the Relay Chain. | 2h | 2h | 4h | 4h | - |
| 2 | [AH Migration] Vesting Module Support | Handle migration-driven changes related to vesting on the Relay Chain and AssetHub, including new data indexes and chart visualization updates. | 1h | 1h | 1h | 2h | - |
| 3 | [AH Migration] Governance Module Support | Handle governance-related changes during migration, such as indexing AH referendum data, synchronizing records, and completing metadata fields (CreatedAtBlock) to ensure full lifecycle integrity. | 2h | 1h | 4h | 4h | - |
| 4 | [AH Migration] Account & Balance Support | Handle account balance–related migration between Relay Chain and AH, including balance sync, calibration checks, and basic multi-asset tracking setup. | 2h | 2h | 1h | 5h | - |
| 5 | Runtime Upgrade Monitoring & Notification Script | Add runtime version change monitoring and notification scripts, enabling the team to react quickly to upgrades and reduce ecosystem downtime risk. | 1h | - | 3h | - | 3h |
| 6 | Polkadot Ecosystem Runtime Upgrade Compatibility | Complete runtime upgrade compatibility and validation across Polkadot mainnet and its system parachains (AssetHub, BridgeHub, People, Coretime, Collectives) for multiple Q3 upgrades. • Polkadot Upgrade: 1006001 / 1006002 • AssetHub-Polkadot: 1006000 • BridgeHub-Polkadot: 1006001 • People-Polkadot: 1006001 • Coretime-Polkadot: 1006001 • Collectives-Polkadot: 1006001 | 3h | - | 8h | - | 2h |
| 7 | Event Date Misalignment Fix | Fix incorrect or misaligned date/time fields across event records in multiple networks to ensure historical event timelines are accurate. | 1h | - | - | - | - |
| 8 | Event ↔ Extrinsic Bidirectional Navigation Fix | Fix navigation issues between event detail pages and corresponding extrinsic detail pages to restore reliable bidirectional linking. | 1h | - | 1h | 3h | - |
| 9 | Event Search Feedback Logic Fix | Improve event search feedback logic under edge cases and invalid inputs to enhance usability. | 1h | 1h | 2h | 2h | - |
| 10 | Child Bounty Statistics & Overview | Add Child Bounty counts and aggregated overview in bounty-related lists to help governance participants assess fund distribution structures. | 1.5h | 1.5h | 4h | 3h | - |
| 11 | Child Bounty Distribution & Claim Status Display | Implement detailed tracking and visualization of Child Bounty distribution and claim events for improved transparency of governance fund flows. | 1h | 1h | 4h | 4h | - |
| 12 | Multi-Entity Governance Timeline Enhancement | Enhance referendum timelines to interlink Treasury, Preimage, XCM and other module events within a unified view. | 1h | 0.5h | 4h | 2h | - |
| 13 | Referendum ↔ Treasury Spend Mapping Fix | Fix incorrect or missing mappings between referenda and Treasury Spends across multiple cases to ensure consistency and auditability of governance data. | 1.5h | - | 4h | 3h | - |
| 14 | Democracy Unlock Block Calculation Optimization | Optimize unlock block calculation logic for Democracy referenda, ensuring correct unlock height display across all supported networks. | 1h | - | 2h | 2h | - |
| 15 | Remove Unsupported Gov V1 Entry Points | Identify networks like Polkadot that no longer support Gov V1 and remove related UI entry points to avoid user confusion. | 0.5h | - | - | 1h | - |
| 16 | Preimage Status Change Timeline | Add a status-change timeline for the Preimage lifecycle to improve traceability from submission to execution. | 1h | 0.5h | 3h | 2h | - |
| 17 | Treasury Spend Cycle Display | Add cycle and period information to Treasury Spend items to help users understand spending cadence. | 1h | - | 2h | 2h | - |
| 18 | ConvictionVoting poll_index Link Support | Add navigation links for poll_index in ConvictionVoting items to directly open corresponding Subscan pages. | 1h | - | 2h | 2h | - |
| 19 | XCM Asset Flow Upgrade | Add filtering and upgrade outdated XCM wheel visualizations to the new “XCM Asset Flow Chart” across multiple pages to significantly improve readability and UX. | 1h | 2h | 2h | 4h | - |
| 20 | XCM Asset Flow Dashboard Load Optimization | Optimize data fetching and batch loading for XCM Asset Flow dashboards to reduce latency and jitter in multi-network scenarios. | 1h | - | 3h | 4h | - |
| 21 | XCM Execute Event Completion & Support | Complete missing XCM execute events across multiple parachains and unify processing logic to improve execution log integrity. | 1.5h | - | 8h | - | - |
| 22 | XCM Process Navigation & Linking Fix | Fix multiple navigation issues in the XCM Process view (links to event details, extrinsics, etc.) to ensure end-to-end cross-chain traceability. | 2h | - | 2h | 5h | - |
| 23 | XCM Data Dashboard Enhancement | Expand XCM data charts and optimize refresh/aggregation logic to support multi-network cross-chain traffic analytics. | 1h | 1h | 3h | 2h | - |
| 24 | XCM Token Search Result Fix | Fix issues where XCM tokens fail to appear in global and per-network searches, improving asset discoverability. | 1h | - | 2h | 2h | - |
| 25 | XCM Instruction Execution Optimization | Optimize execution flow for xcm Instruction calls that trigger extrinsic calls on the destination chain. | 1h | - | 3h | 1h | - |
| 26 | polkadotXcm ProcessXcmError Support | Fully support parsing and displaying ProcessXcmError from polkadotXcm to improve observability during cross-chain routing failures. | 1h | - | 4h | - | - |
| 27 | s2e_transfer Chart Load Optimization | Optimize backend aggregation and frontend rendering for cm_s2e transfer charts to significantly reduce initial and refresh load times. | 1h | - | 1h | 3h | - |
| 28 | Average Block Time Chart Fix | Fix average block time charts affected by abnormal or missing samples to restore accurate performance indicators. | 1h | - | 3h | 2h | - |
| 29 | refTime Performance Chart Support | Add and optimize refTime performance charts for relevant networks to monitor resource usage and execution efficiency. | 1h | 1h | 10h | 2h | - |
| 30 | Block List Statistics Dashboard | Add a high-performance statistics dashboard to block lists, providing a cross-network overview of block production patterns and chain activity. | 1h | 1h | 3h | 3h | - |
| 31 | Failed Extrinsic Error Type Parsing Enhancement | Add standardized error type parsing and display for failed extrinsics to improve troubleshooting for developers and users. | 1h | - | 2h | 1h | - |
| 32 | Historical ParaID Mapping Fix | Rebuild mapping between historical and current ParaIDs to ensure continuity of parachain timelines across upgrades and slot changes. | 1h | - | 3h | - | - |
| 33 | Snapshot Data Audit & Repair | Systematically audit and repair account and token snapshot data across multiple networks, addressing missing, outdated, or incorrect snapshots to restore reliable historical asset views. | 1h | - | 5h | - | 1h |
| 34 | Asset Precision & Missing Balance Fix | Fix missing asset precision or balance data caused by parsing issues or outdated metadata to ensure correct asset value calculations and display. | 1h | - | 2h | - | - |
| 35 | Polkadot/Kusama Account & Holder Count Recovery | Restore missing holder and total account count data for Polkadot and Kusama from 2025/04/04–04/08, recovering critical historical metrics. | 1h | - | 3h | - | - |
| 36 | Trace Full-Load Research & Optimization | Research and optimize full-load and pagination strategies for large-scale Trace lists to maintain stable querying and rendering performance. | 2h | - | 7h | 3h | - |
| 37 | Large Event Block Handling Strategy | Design and implement an extensible handling pipeline for blocks containing over 100,000 events to ensure stable indexing and querying under extreme load. | 1h | - | 4h | 2h | 1h |
| 38 | Pagination Guidance & UI/UX Enhancements | Standardize pagination tips and visual guidance to reduce friction in large-data lists and improve usability. | 1.5h | 1.5h | - | 4h | - |
| 39 | Metadata API Filter Performance Optimization | Optimize filter implementations for metadata-related APIs to reduce response latency under complex module combination queries. | 1h | - | 1h | 1h | - |
| 40 | Large Extrinsic Parameter Handling | Optimize parsing and rendering logic for extrinsics with extremely large parameters to prevent UI freezes and improve readability. | 1h | - | 2h | 4h | - |
| 41 | Large Next.js Page Processing Optimization | Adjust server-side rendering and slicing strategies for pages exceeding 128 KB to prevent rendering failures or content truncation. | 1h | 1h | - | 4h | - |
| 42 | Block Sync Memory Usage Optimization | Reduce memory usage during block synchronization to improve stability for large networks like Polkadot during long-running sync processes. | 1h | - | 4h | - | - |
| 43 | External Proposals Support | Fully support external proposals in governance pages, enabling users to trace external origins of referenda. | 1h | - | 3h | 2h | - |
| 44 | Portfolio Animation Regression Fix | Fix animation regression issues in the Portfolio module to restore interaction experience. | 0.5h | - | - | 1h | - |
| 45 | Mobile UI Optimization for Data Dashboards | Optimize layout and loading strategy of data dashboards on mobile devices to avoid rendering lag and layout issues. | 1h | 2h | - | 4h | - |
| 46 | Account Token “View All” Pagination / Sorting / Stats | Implement pagination, sorting, and total statistics for the Account Token “View All” list to improve usability for large/token-rich accounts. | 1h | 0.5h | 3h | 5h | - |
Our Compensation Rates and Total Costs:
With a total of 359 hours worked, the calculated cost based on the above rates amounts to $26,530.
In the Q4, Subscan focused on comprehensive optimization and improvement of the Polkadot ecosystem, having already completed the basic development work for the AssetHub migration in the Q3. This phase transitioned from foundational infrastructure setup to deep compatibility adaptation, ensuring that critical modules—including Staking, Governance, and Vesting—remained fully auditable and accessible across the migration boundary.
Key technical achievements included the delivery of historical data backfilling to bridge migration gaps, the implementation of cross-chain validator linking to maintain traceability between AssetHub and the Relay Chain, and the hardening of runtime upgrade monitoring for the entire system parachain suite. In parallel, Subscan executed a major UX/UI overhaul, refactoring core explorers pages (Account, Block, and Dashboard) and aligning the visual identity with the latest Polkadot brand refresh. This dual focus on data integrity and user experience ensures a seamless transition for the community while providing the high-fidelity analytical tools required for the "Asynchronous Backing" era.
Q4 Summary of Work (Highlights):
| Task | Name | Description | PM/Test | Designer | Backend | Front-end | DevOps |
| 1 | Polkadot AssetHub Migration — Staking Compatibility | Achieve full staking compatibility after migration: align APIs, adjust indexing pipelines, and validate UI behaviors to ensure the staking page remains continuously available and auditable. | 2h | – | 5h | 3h | 2h |
| 2 | Polkadot AssetHub Migration — Staking Backfill + User Guidance | Deliver staking historical backfill and migration guidance: fill historical gaps at migration boundaries, and add user-friendly notices (e.g., “Migration Completed / Historical Boundary”) to reduce misunderstanding. | 3h | 1h | 10h | 6h | 3h |
| 3 | Polkadot AssetHub Migration — Vesting Compatibility | Complete vesting module compatibility: fix schedule/event/state indexing and display to ensure vesting data remains queryable and verifiable after migration. | 1.5h | – | 4h | 2h | 1.5h |
| 4 | Polkadot AssetHub Migration — Governance Compatibility | Ensure governance features remain usable after migration: support referenda/bounty decoding, cross-module linking, and governance page compatibility adaptations. | 2h | – | 6h | 4h | 2h |
| 5 | Polkadot AssetHub Migration — Governance Historical Repair | Merge governance historical repairs with navigation hints: fix referenda/bounty timelines and event association consistency, and add migration guidance / redirection hints to keep audit trails clear. | 3h | 1h | 10h | 6h | 3h |
| 6 | Polkadot Relaychain Staking — Remove “Staking” Slice | Update the relaychain homepage token distribution chart by removing the staking slice, avoiding misleading structure changes after migration. | 0.5h | 0.5h | 1h | 2h | – |
| 7 | Polkadot Relaychain Staking — Inflation Rate Entry | Improve the inflation rate display logic: hide it when the data is no longer maintained or may be misleading, ensuring metric credibility. | 0.5h | – | 1h | 2h | – |
| 8 | Polkadot Relaychain Staking — Dashboard Logic Optimization | Add a dashboard hiding strategy and a “Stopped Updating” notice to prevent users from misinterpreting historical data as real-time. | 1h | 0.5h | 1h | 4h | – |
| 9 | Validator Page Optimization — Block Producer Display | Optimize validator block production display and navigation: link AssetHub validators with relaychain block producers to improve ownership consistency and traceability. | 1h | – | 4h | 3h | – |
| 10 | Validator Page Optimization — Progress Bar Improvements | Fix epoch/era progress calculation and display consistency to reduce UI discrepancies and false alerts on staking/validator pages. | 1h | – | 2h | 2h | – |
| 11 | Runtime Upgrade Monitoring & Alert Hardening | Strengthened runtime upgrade monitoring and alerting workflows for Polkadot relaychain & public parachains to ensure timely compatibility patching. | 1.5h | – | 4h | – | 4h |
| 12 | AssetHub Migration — Reusable Backend/Frontend Checklist | Produced a structured migration change summary and reusable checklist (indexing + UX validation), enabling safer future migrations. | 2h | – | 3h | 2h | 1h |
| 13 | AssetHub Migration — Data Collision Risk Assessment | Investigated low-probability data collision risks between relaychain index ranges and AssetHub datasets, and implemented safeguards to prevent data corruption. | 1.5h | – | 5h | – | 2h |
| 14 | Relaychain → AssetHub Redirects & Migration Notes Fix | Corrected navigation links so relaychain staking/governance entry points consistently direct users to AssetHub pages after migration. | 1h | – | 1h | 4h | – |
| 15 | Multi-Spend Referenda Timeline Support | Enhanced referenda timeline rendering to support one referendum distributing to multiple recipients, improving treasury distribution clarity. | 1.5h | – | 4h | 4h | – |
| 16 | Extrinsic/Event Alert Parameter Cloning | Added one-click cloning for alert parameters, enabling faster reuse of monitoring rules and improving operational efficiency. | 1h | – | 1h | 3h | – |
| 17 | Polkadot API Latency Profiling & Optimization | Profiled and optimized Polkadot-family high-traffic endpoints to improve explorer responsiveness under peak request volume. | 1h | – | 8h | 2h | 2h |
| 18 | System Parachain Indexer Resilience Improvements | Improved indexer recovery and retry mechanisms for system parachains to mitigate transient decode failures during runtime upgrades. | 1h | – | 7h | 2h | 2h |
| 19 | Governance Timeline Rendering Optimization | Reduced governance timeline query overhead and improved rendering performance for long governance histories. | 1h | – | 5h | 3h | 1h |
| 20 | XCM Transfer Filtering Improvement | Added relaychain dimension support to XCM transfer/message filtering, improving investigative workflows. | 1h | – | 4h | 3h | – |
| 21 | XCM Export — Multi-Asset Value Display | Enhanced XCM export output so “value” includes explicit multi-asset breakdowns (e.g., 100 DOT + 1 DED), improving accuracy. | 1h | – | 3h | 3h | – |
| 22 | Transfers Tab — Add Currencies Tracking | Added currencies tracking to transfers view to support multi-asset accounting and improve token-level discoverability. | 1h | – | 4h | 4h | – |
| 23 | Treasury UI — Missing Menu Entry Fix | Fixed missing governance/treasury menu entries that blocked correct navigation across Polkadot-family networks. | 0.5h | – | 1h | 2h | – |
| 24 | Governance — “Completed Referenda” Status Filter | Implemented status filtering for completed referenda lists, enabling more efficient governance review and analysis workflows. | 1h | 0.5h | 2h | 3h | – |
| 25 | Governance Tooltips — Terminology + Clarity | Added governance tooltips covering key terminology and calculation logic to improve transparency and user comprehension. | 1h | 1h | 2h | 4h | – |
| 26 | AssetHub Migration History Review & Summarization | Reviewed and summarized AssetHub migration changes to consolidate a reusable playbook for future compatibility upgrades. | 2h | – | 3h | 1h | – |
| 27 | Proxy Data Verification (AssetHub / Polkadot Family) | Verified proxy-related data consistency and repaired mismatched indexing cases to ensure reliable proxy status visibility. | 1h | – | 4h | 2h | – |
| 28 | Snapshot Script Optimization (Nomination Pool) | Optimized nomination pool RPC snapshot scripts to reduce runtime and node load while improving reliability. | 1h | – | 4h | – | 3h |
| 29 | Event Detail Deep-Link by Timeline Event ID | Enabled deep linking from governance/timeline event IDs to event detail pages, improving investigation speed and traceability. | 0.5h | – | 2h | 3h | – |
| 30 | Average Block Time Precision Improvement | Increased average block time metric precision to three decimals to improve analytical quality for performance monitoring. | 0.5h | – | 1h | 2h | – |
| 31 | Error Description Completion (Global) | Filled missing error descriptions and unified error UX surfaces to improve debugging clarity and consistency. | 1h | – | 2h | 4h | – |
| 32 | Block Utilization Metric Display | Added block utilization metrics to block detail pages to surface throughput/congestion conditions. | 1h | – | 4h | 3h | – |
| 33 | Hover Tooltip Show/Hide Logic Optimization | Improved tooltip display timing and interaction handling to reduce flicker across high-frequency UI components. | 1h | – | 1h | 3h | – |
| 34 | Navigation Restructure & Cleanup | Restructured navigation layout and removed deprecated entries to improve information architecture. | 1h | 1h | 1h | 4h | – |
| 35 | Notification Entry Multi-Action Integration | Integrated notification entry points into core explorer workflows, improving feature discoverability. | 1h | 1h | 1h | 2h | – |
| 36 | Runtime Upgrade Compatibility (End-to-end) | Delivered end-to-end runtime upgrade validation and compatibility coverage for Polkadot and system parachains (AssetHub, BridgeHub, People, Coretime, Collectives), ensuring stable indexing/decoding across the ecosystem. Coverage included: Polkadot (1007001 / 2000000 / 2000001); AssetHub (2000000 / 2000001 / 2000003); BridgeHub (1007001 / 2000000 / 2000003); People (1007001 / 2000000); Coretime (1007001 / 2000000); Collectives (1007001 / 2000000). | 6h | – | 20h | – | 8h |
| 37 | UX Upgrade — Navigation Bar Optimization | Refactored the navigation bar based on UX bounty review, fixing overlong menus and unclear categorization. | 1.5h | 8h | – | 12h | – |
| 38 | UI Branding — Polkadot Brand Banner Update | Updated relaychain and public parachain banner designs to align with the latest Polkadot black-dominant brand identity. | 0.5h | 6h | – | 3h | – |
| 39 | Dark Mode Global Optimization | Delivered global dark mode improvements with dedicated tuning for the Polkadot black-based theme to ensure visual quality. | 1h | 6h | 1h | 8h | – |
| 40 | Homepage Dashboard UX Upgrade | Rebuilt and polished the homepage dashboard UX to improve usability and reduce legacy layout issues. | 2h | 8h | 2h | 15h | – |
| 41 | Block List/Detail Pages UX Upgrade | Upgraded block list and detail pages with improved layout and interaction quality, addressing legacy UX debt. | 2h | 6h | 2h | 12h | – |
| 42 | Account List/Detail Pages UX Upgrade | Upgraded account pages with improved identity and balance presentation, enhancing clarity and audit-friendliness. | 2h | 8h | 2h | 15h | – |
Our Compensation Rates and Total Costs:
With a total of 487 hours worked, the calculated cost based on the above rates amounts to $35,987
Polkadot Relay Chain currently exceeds 4 TB of indexed data. This is primarily the result of long-term historical accumulation and the high density of chain activity. The key technical factors driving the large storage footprint include:
1. Long network lifespan and full historical retention
Polkadot is one of the earliest and longest-running networks in the Polkadot ecosystem.
Its extended operational history results in a significantly larger volume of blocks, extrinsics, events, and state transitions.
Subscan preserves complete historical data without pruning, ensuring full auditability and long-term access for developers, explorers, governance tools, and research.
2. Increasing data complexity over time
As runtime modules, governance logic, asset operations, and state transition models have evolved, the structure and richness of on-chain events have grown substantially.
This results in more complex data schemas and heavier indexing requirements for historical blocks.
3. High density of XCM-related activity
Polkadot carries some of the most experimental and active XCM traffic in the entire ecosystem.
The large number of cross-chain messages and event records generates:
This XCM-heavy traffic is a major contributor to the relay chain’s significantly larger storage footprint compared to individual parachains.
(Already operational on testnet and gradually rolling out across the Polkadot and Polkadot ecosystems, with quantifiable cost-reduction results to be reflected in billing beginning Q1 2026.)
To mitigate long-term storage growth and reduce operational costs—particularly for the Polkadot relay chain—we are executing several structural optimization initiatives. These include efforts to reduce reliance on GCP and lower total cost of ownership.
We are segmenting frequently accessed data into high-performance storage tiers while moving older blocks and events into cost-efficient archival layers.
This significantly reduces the cost of maintaining multi-terabyte historical datasets.
Given that XCM events represent a major portion of Polkadot’s data weight, we are optimizing:
These adjustments reduce long-term index growth without affecting query accuracy.
To optimize long-term infrastructure costs, we are:
These changes directly address one of the largest cost drivers in the current operational model.
Subscan’s goal is to deliver high-quality infrastructure services with stable performance, predictable budgeting, and cost-efficient pricing, while also offering additional discounts for prepaid commitments.
As our ongoing optimization continues, Subscan expects to introduce more favorable and more predictable pricing in Q1 2026, including:
BASIC PLAN
ADVANCED PLAN
CUSTOM PLAN
2026 Estimated Annual Cost (Updated Pricing + Testnet Annual Discount)
| Network / Service | Plan | Monthly Fee (USD) | Annual Billing Discount | Annual Fee (USD) |
| Polkadot | Custom | 10,000 | 10% | 108,000 |
| Polkadot Trace Service (Optional) | Custom | 4,000 | 10% | 43,200 |
| AssetHub (Polkadot) | Advanced (Up to 1 TB/month) | 1,699 | 10% | 18,349.2 |
| AssetHub (Polkadot) Trace Service (Optional)(This is a new feature and has not yet been officially implemented.) | Custom | 2,000 | 10% | 21,600 |
| Coretime (Polkadot) | Basic (Up to 500 GB/month) | 799 | 10% | 8,629.2 |
| Collectives (Polkadot) | Basic (Up to 500 GB/month) | 799 | 10% | 8,629.2 |
| BridgeHub (Polkadot) | Basic (Up to 500 GB/month) | 799 | 10% | 8,629.2 |
| People (Polkadot) | Basic (Up to 500 GB/month) | 799 | 10% | 8,629.2 |
Based on the current scope and configuration, the estimated Total Annual Fee (USD) for 2026 is: 225,666.
Please note that this amount is provided for 2026 cost forecasting purposes only, and is intended to support an evaluation of the long-term sustainability of the service. We welcome further discussion on the most suitable payment structure and scope adjustments, including:
Subscan will prepare the 2026 service proposal based on the community’s feedback and preferred direction.
The total requested amount for all 6 networks, including all maintenance, operational overhead, and mandatory compatibility work, is USD 202,416.
Conclusion
Subscan remains a foundational pillar of the Polkadot ecosystem—providing the high-fidelity block indexing, XCM observability, and governance transparency required by developers, auditors, and millions of users worldwide.
The 2025 development cycle marked a period of intense technical transformation for Polkadot. By ensuring seamless compatibility through the AssetHub migration and multiple breaking runtime upgrades, Subscan has preserved the continuity of the historical record and the stability of downstream applications.
Our Commitment to the Ecosystem We recognize the current challenges facing the broader market and the Polkadot ecosystem. While Subscan’s operational costs are already highly competitive, we are committed to standing with the community during these demanding times through two key initiatives:
We remain dedicated to:
We appreciate the Treasury’s continued trust and support. We will continue to evolve alongside Polkadot, providing a high-performance, cost-efficient, and transparent data layer for the entire communi
This Referendum is canceled. Please (continue to) vote Nay.
A new version incorporating the feedback received here is up for vote: New Proposal
Voters have become increasingly cautious, making it harder for projects to gain approval for their proposals. Our project introduces a clawback mechanism to significantly reduce risks to the Polkadot Treasury. By implementing this safeguard, we aim to lower financial exposure and provide voters with peace of mind to confidently approve funding for impactful projects.
With our tool, a group of decentralized treasury guardians is incentivized to oversee scheduled payouts and intervene when necessary to protect the Treasury.
Key features of our proposal:
We are passionate about leading the charge to de-risk the Treasury, enhance its efficiency, and better align the interests of token holders and proposers. We eagerly look forward to collaborating with the Polkadot community and new + existing ecosystem teams to achieve these goals.
Read our full proposal here.
Rank #
Login to see your rank