Proposal: Dynamic Allocation Pool (DAP)

Disclaimer: This document presents a proposal outlining possible adjustments to Polkadot’s economics and staking system. It is a work in progress intended for discussion and outlines a possible future. Nothing described here is final or guaranteed to be implemented, and parts (or even the entire concept) may change.

Note: Due to limitations of the renderer here, I was forced to substitute formulas with screenshots. The source document, which does not have this limitation, can be found here: Dynamic Allocation Pool - HackMD.

Update: Please check out this Github repo that contain R-scripts used in this proposal. I’d be happy for people to replicate / double-check my results.

Overview

This proposal introduces a Dynamic Allocation Pool (DAP) as an intermediary fund between the issuance mechanism and the protocol’s expenses. This “buffer pool” would enable more dynamic allocation of resources in response to the protocol’s evolving needs. In addition, we suggest several complementary adjustments to the protocol. The design builds on recent discussions within the Polkadot community and insights publicly shared by Gavin Wood, bringing these ideas together into a coherent framework. Importantly, the DAP is bound by the issuance schedule set by the Wish-for-Change and the implied hard cap on the total supply of DOT.

The Dynamic Allocation Pool will perform periodic payments in accordance with some specified parameters that themselves are adjustable by some governing body (OpenGov and/or a small committee, to be discussed later). Its mandate is to manage the pool’s funds and provide funding for crucial components of the protocol. These decisions should be made in close collaboration with stakeholders—validators, nominators, and Treasury beneficiaries. The goal is to be flexible but also maintain stability. All changes outlined in this document have a few key objectives:

  • Flexible resource utilization: the DAP enables Polkadot to manage its issuance dynamically, potentially building savings and drawing from reserves when needed. The resulting strategic reserve could be used to strengthen the confidence in the DOT-native stablecoin. It also allows to shift outflows for different funding targets as conditions evolve.
  • Improved capital efficiency: Some ecosystem participants, such as validators and Treasury beneficiaries, face real-world expenses that must be covered in fiat currency. The introduction of the DAP could enable a flexible portion of the issuance to be converted into a DOT-native stablecoin, thereby improving overall capital efficiency.
  • Towards sustainability: Allocating the protocol’s revenues to the DAP allows us to transition, over time, toward a more sustainable model where expenses are covered from protocol income rather than newly minted issuance.

This system is flexible enough to integrate new mechanisms in the future, e.g., Proof-of-Personhood (PoP). Note, that we treat the DOT-native stablecoin as a separate mechanism, which the DAP can leverage to mint the required stables. Details on the implementation of the stablecoin are outside the scope of this proposal.

In addition to introducing the DAP, we recommend a collection of complementing changes to existing protocol components. Most crucially, we’ll suggest adjustments to the validator payout scheme to ensure that Polkadot remains economically resilient under a constraint issuance scheme. Specifically, we’ll propose an incentive scheme that adheres to the requirements of the ELVES protocol. A high-level summary of the changes are:

  • Staking System

    • Effectively separate budgets for validators and nominators.
    • Validator rewards = (fixed) stablecoin ops payment + (flexible) DOT incentive payment.
    • Nominators: no slashing; unbonding at end of active era (≤ 1 day).
    • Validators: unbonding queue scaling unbonding between 2 and 28 days.
  • Protocol Revenue

    • All protocol revenues flow into the DAP instead of getting burned.
  • Treasury

    • Remove Treasury burns; fund in both DOT and stablecoin to balance capital efficiency and incentive alignment.

The schematic below illustrates the proposed setup:

Design

Below, we’ll discuss further details and implications of this design.

New mechanics

Dynamic Allocation Pool

The DAP is essentially a buffer pool funded by the newly minted tokens from the issuance as well as protocol revenues (coretime revenue and transaction fees on the Relay Chain and its system parachains). The outflows of the pool are controlled by some simple algorithm that itself exposes the relevant parameters to the governing body. Whether it is an actual account on-chain or just a conceptual and mental account depends on the optimal implementation.

Allocation Algorithm

The algorithm has simple logic and takes certain parameters to automate the outflows of the Dynamic Allocation Pool to its various funding destinations. More specifically, it will likely accept a DOT-denominated budget per funding destination and either pays out the DOT directly or via the stable minting process. If not stated otherwise, payout rules remain unchanged (e.g., nominators are rewarded based on their stake, validators based on era-points etc.).

Importantly, the algorithm must ensure that the outflows cannot exceed inflows (and potential savings), as it does not have the power to mint additional DOT beyond those acquired by the issuance and revenues. Whether all of the above-mentioned logic lives within said algorithm or is better distributed to the respective pallets is an engineering decision.

Note, that depending on the implementation of the DOT-native stable, the algorithm would benefit from additional logic to handle specific risks, such as liquidations.

Governing Body

The outflows of the DAP are effectively determined by a small number of parameters, which are adjustable. These parameters determine how the available budget is used for …

  • … converting DOT into the DOT-native stable to fund Treasury and operational costs of validators.
  • … the validator incentives to sustain Polkadot’s economic resilience.
  • … nominator incentives for staking.
  • … building up a strategic reserve for future expenses.

This effectively allows the governing body to steer the interest rates for nominator staking, the security budget for economic resilience and the Treasury resources. It further allows to create savings in the form of a strategic reserve to smooth the “consumption” across time with regard to the declining issuance.

Structure

The governance of such parameters could either rest with a small, specialized committee or with OpenGov directly. While a committee of experts would allow for quick, informed decisions, it would also concentrate significant power in a few individuals and expose them to social and political pressures. Conversely, OpenGov distributes responsibility broadly, making decisions more resilient but also slower. Given the fact that stability is preferable here and the fact that the involved stakes are very high, the best solution would be to place the decision-making power in OpenGov through a dedicated track with an approval/support curve that favors the status-quo. To complement this, a small advisory board of qualified individuals could provide recommendations and hold limited powers, such as the ability to veto or whitelisting referenda, ensuring that expertise informs decisions without replacing broad legitimacy.

Strategic Reserve

The strategic reserve is a central component of the proposed design and serves two key purposes. First, it provides a mechanism for consumption smoothing (see Appendix), allowing the protocol to accumulate savings during periods of higher issuance and draw from them as issuance declines. Second, it could act as a stability safeguard for the DOT-native stablecoin by helping to mitigate liquidation risk. Specifically, the reserve can be configured to automatically serve as collateral of last resort for the vault that issues the stablecoin, thereby reducing exposure to coordinated liquidation attacks and improving the system’s overall resilience. Note, that building a strategic reserve to secure the DOT-native stable might be in contradiction with the goal to draw from these resources in the future to increase spending. This trade-off can be evaluated in the future based on the respective needs of the protocol and the situation around the DOT-native stablecoin.

Adjustments to existing mechanics

Validators

Key Changes:

  • Validators effectively receive three kinds of compensation:
    • a (fixed) payment in a DOT‑backed stablecoin.
    • a variable DOT compensation from the nominator budget (equal to how it is currently).
    • a variable DOT incentive payment.
  • Minimum self-stake: 10’000 DOT.
  • Extra DOT incentives for self-stake are vested over a year.
  • Validators can unbond via an alteration of the unbonding queue.
  • Self-stake can be placed trustlessly by a whitelisted account.

Validators form the backbone of Polkadot’s consensus system; the network can function only if the validator set remains both reliable and secure. Consequently, we can separate the expenses of the protocol for validators into two components:

  • Operation: hosting, infrastructure, personnel expenses, and living expenses. These are naturally expressed in fiat and require liquidity because they recur monthly.
    Security: the economic resilience of Polkadot depends on the capital validators stake. Locking that capital, however, creates opportunity costs, which must be compensated.

From the protocol’s perspective, it is reasonable to assume that validators need to liquidate part of their earnings to cover their ongoing real-world costs. But, we also want to provide incentives to keep DOT to align incentives, which ultimately improves the network’s security.

We obtain this goal by paying validators in two components: a fixed DOT-backed stable payment and an incentive based payment.

Operation

Validators receive a fixed payment in a DOT‑backed stablecoin, which they can quickly liquidate for fiat currency to cover operational expenses. Determining the exact amount is a task for the governing body, to be carried out in close collaboration with stakeholders. For simplicity, we assume a uniform payment per validator, though alternative methods could be explored. This payment is tied to the era points that are currently being calculated, making sure the protocol only pays for work actually being done by the validators. In expectation, if all validators are high-performance and live, this should (over a short time) result in a uniform distribution of payouts with little variance.

Resilience

The second payment is an interest‑based incentive on the capital locked in DOT. This component is crucial because it aligns the validators with the interests of the network which directly contributes to the network’s economic resilience of Polkadot. Validators with significant stake that remains slashable have skin-in-the-game and an interest to keep the Polkadot network alive and healthy. Therefore, the goal is to design an environment where we can dynamically set the incentives for validators to allocate stake on their own in a way that optimizes the security the network gets while minimizing the costs.

An important mechanism here is that, under Proof-of-Stake, the resilience of the network is determined by the weakest 1/3N+1 of validators. To maximize the resilience we draw from stake, a uniform distribution of stake across validators is desired. But, in addition to a minimum requirement, we would like to incentivize validators to keep (or potentially acquire new) DOT. To find an optimal level of security per validator, we can draw from research being done on the ELVES protocol. It concludes that we should be aiming for an average economic resilience per validator of ~90’000 DOT (we’ll investigate this further in Appendix A below).

Going forward, we employ two mechanisms:

  • Minimum Self‑Stake: a protocol‑enforced floor that sets a minimum required stake to become active.
  • Incentive for more stake: a reward curve that increases payouts for larger DOT holdings while delivering diminishing marginal returns. This incentivizes accruing sufficient self-stake and keeping the DOT rewarded by the protocol.

Incentive for self-stake

An open market design for accumulation of self-stake is strictly preferable to exogenously setting (potentially high) minimum self-stake requirements. The first benefit is that it does not alienate less-funded validators, but rather giving them time and incentives to accrue more skin-in-the-game via the reward mechanism and/or off-chain agreements with external stakeholders. The second major benefit is that the opportunity costs of the capital is determined on the open market, since it is nearly impossible to properly adjust rewards and specific self-stake minima.

Therefore, we propose an incentive system that leads to validators competing for to increase their skin-in-the-game and show their commitment to the network. Remember, that the ideal scenario would be a uniform distribution of stake and rewards, because that maximizes the resilience of the crucial lowest 1/3N+1 validators. With that in mind, we propose a formula that combines the goals of having validators accrue more DOT, while steering the distribution of stake towards a uniform distribution.

The following piece-wise function captures these goals:

By setting values for T, C and k, and a desirable APY, the governing body can extrapolate the budget necessary and realize that outcome. The algorithm then takes these parameters and distributes the daily budget (Bday) according to the weighting function. We’ll provide a closer analysis on the payout function in the Appendix. It is important to note, that the overall budget for this system is fixed, but is just differently distributed based on the actual realization of self-stake of validators.

Note: We need to be aware of the fact that self-nominating (potentially through non-linkable accounts) constitutes a viable outside option for all validators when they consider self-staking. To make this a non-issue, we continue to pay validator’s self-stake additionally just as nominators. This means, whatever the variable nominator APY is, self-staking is always strictly better. This assumes that the risk of slashing is perceived as very low and that DOT liquidity can be accessed rather quickly. These assumptions are reasonable as slashes only happen if validators run malicious software, where they have the authority over. Additionally, we plan to implement the unbonding queue adjusted to work for validators’ self-stake.

Nominators

Key changes:

  • Paid from a dedicated budget separate from validators.
  • Removal of slashing
  • Reduce locking period to the end of the active era (max 1 day).

Nominators continue to provide the important input to the election algorithm to determine the active set of validators. For doing so, they’ll receive an interest rate on their DOT in staking. Furthermore, nominator slashing is removed entirely. The unbonding period is fixed to the active era (max 1 day), i.e., can be withdrawn as soon as the stake is not backing an active validator.

Treasury

Key Changes:

  • Removal of Treasury burn.
  • (Potentially) Inflow both in DOT & DOT-native stable.

Many of the beneficiaries of the Treasury have immediate real-world costs and therefore require fiat liquidity. This part will be covered by designating a significant portion of the inflow in the DOT-native stable. Yet, the protocol has an interest to align their Treasury beneficiaries with their own goals. This makes it desirable to still receive a significant share of the inflow in DOT, which could be handed out as vested DOTs. The exact ratio will be determined by the committee in close collaboration with the rest of the community.

As an addition change, there is no reason to burn Treasury funds anymore, because the inflow can periodically be adjusted by the DAP. This alleviates the issues introduced by the fixed issuance schedule, which does not account for burned DOTs.

This fosters a strong culture of budgeting, where the community should prepare a budget with planned expenses for e.g., operations, research, and ecosystem incentives throughout the next period, requesting the funds from the Dynamic Allocation Pool.

Protocol Revenues

Key Changes:

  • Coretime revenue and transaction fees (Relay Chain and its system chains) are sent to the DAP.

The long-term goal should be that the protocol becomes sustainable and successfully funds its operations (i.e., outflows from the DAP) with the necessary inflows from revenue sources.

Additional Notes

Timing and Transition

  • The timing to deliver this proposal hinges on how quickly the community obtains consensus on it and the technical challenges that this update entails. Preliminary checks with engineers deeply familiar with the protocol reveal that all of the requested features are technically feasible. A potentially good time to launch this is in conjunction with the transitioning to the new issuance mechanism. This is, however, quite ambitious from the timing perspective. Also, while the DAP benefits from accessing the DOT-native stablecoin, it treats it as a separate component and therefore is not dependent on its launch.

Challenges: Social

  • The mechanism must strike a balance between flexibility and stability, ensuring that stakeholders can reliably plan their participation in the ecosystem.
  • Stakeholders need confidence that outcomes will not be excessively volatile. While adaptability to new circumstances is essential, changes should not appear arbitrary or occur too frequently.

Challenges: Technical & Economic

  • Integrating a DOT-backed stablecoin into the mechanism creates significant technical and economic challenges. Since the Dynamic Allocation Pool budget is ultimately denominated in DOT, price volatility can complicate planning for meeting fiat-denominated obligations (which could, in turn, cause issues to meet DOT-denominated obligations).
  • Depending on the stable-coin implementation, the algorithm would ideally have automated ways to handle liquidation risks in times of excessive volatility.

Ways forward

This proposal outlines a broad vision with several interconnected elements. Reaching consensus on every aspect with everyone involved may be challenging, but there are multiple paths forward. One approach could be to present a comprehensive WFC that includes all details. Alternatively, the community could first vote on the overarching vision through a WFC, leaving specific parameters to be refined later through one or more complementary RFCs.

Appendix A

Building a Budget

The new issuance model sets the protocol income on a deterministic path that allows us to plan ahead. When planning the individual budgets, there are some insights that we can use to plan the budget. Most importantly, we can calibrate the economic resilience of the protocol based on the theory derived by our ELVES protocol. Furthermore, we can make considerations about how much we want to allocate to a strategic reserve to have liquid DOT to either stabilize the DOT-native stable coin and defer consumption for when issuance further decreases in the future.

In the following paragraphs, we develop an example budget for the first year.

Part I: Validator incentives

As previously described, validator incentives are separated into operational costs that are paid in the DOT-native stable and the costs that the protocol needs to pay to ensure the economic resilience of its validator set.

Operational costs

For operational costs, we assume a fixed payment of $2000 per node. As the stablecoin is DOT-backed, we need to make an assumption about the price of DOT and the collateralization ratio. For now, we assume 3$/DOT and a ratio of 150%. With 600 validators, that would mean we pay out $14.4M per year and we’d need to allocate $7.2M DOT.

Economic Resilience

In this section, we calibrate the validator incentives to the requirements of the ELVES protocol, combining it with research done on the economic resilience.

In the study, we show that ELVES achieves economic resilience as long as 1/ ε > N/ν + 1, where ε is a security parameter which we set to ε = 20001^{-1}, and ν is the total fraction of stake that is deposited in total across all validators having equal stake. For N=600, we need validators to deposit more than 3% of the total DOT market cap. As that is a function of issuance and price, and price affects both the individual validator resilience and the market cap equally, this problem simplifies to making sure that value equal to 3% of the total issuance is held uniformly by the validators. Considering that the total supply is ~1.68b DOT in March 2026, factoring in some overhead, we are aiming for an economic resilience of ~90k DOT per validator. Importantly, this not necessarily only includes the self-stake, but also the expected future rewards (discounted at 15%) from continuously validating the network.

As noted above, the new incentive system for validators already aims for a uniform distribution around some optimal stake target T, which would mean that DOT incentives are paid where they matter the most. We can analyze the impact of a stylized configuration.

We propose the following configuration to adhere to the requirements imposed by research on ELVES: T=30000, C=100000, k=0.5 with a target APY of 30% at T.

While the real outcome is dependent on the actual self-stake distribution across validators, we can look at the case where validators respond to the strong incentives and stake around (or in fact exactly) T. The stake and discounted future income would then translate into 96k DOT resilience per validator.

The total cost for this configuration would be 5’400’000 DOT. Note, that this only incorporates quantifiable measures such as self-stake and future income. There are other factors that increase this metric, albeit hard to measure, pushing the security beyond the required level, ensuring that Polkadot remains resilient in an adversarial environment.

Sidenote: The current configuration offers enough incentives for validators to stake beyond T. In fact, if all validators stake up to C, their individual APY would still be 9%.

Result: We need to dedicate 12.6M DOT for operational costs (plus overcollateralization) and costs for resilience.

Part II: Strategic Reserve

The new issuance model enacted in March 2026 sets Polkadot on a trajectory of gradually declining issuance every two years until the total supply approaches its cap of 2.1 billion DOT. In practical terms, this means that the protocol’s income (newly minted DOT) available to pay for network expenses will decline over time.

To maintain a sustainable level of spending, it may be useful to build a strategic reserve, a buffer to smoothing consumption and holding liquid DOTs potentially to secure the DOT-backed stable coin against extreme price volatility.

In economics, consumption smoothing refers to the idea of saving during periods of high income to sustain spending when income falls. The objective is to avoid sharp fluctuations in available resources and ensure a stable level of funding for protocol operations and growth.

Traditionally, models of consumption smoothing assume that savings can earn an interest rate, enabling savers to transfer resources efficiently across time. However, for Polkadot’s issuance schedule this assumption is not realistic, since DOT saved today cannot generate more DOT in the future. Thus, we adopt a simplified assumption compared to the usual procedure:

1 DOT saved today equals 1 DOT available for future spending.

Under this assumption, the optimal policy is conceptually straightforward: if one were completely patient (valuing all periods equally), one would simply spend the average yearly income over the remaining horizon. This would lead to a perfectly smooth spending schedule and zero reserves at the end of the period.

However, from a strategic standpoint, such a flat allocation is not ideal. Early investments in ecosystem growth, tooling, and adoption may yield long-term benefits that far outweigh deferred spending. Hence, we introduce a notion of time preference, where spending today is considered more valuable than spending later. This is captured through a discount factor (β between (0,1)) that determines how much less we value future resources compared to present ones. A lower β tilts spending toward the present, while a higher β results in smoother consumption and larger reserves for later years.

Model Mechanics

With these parameters, the planning problem can be expressed as:

where u(C) represents the utility of spending (assumed logarithmic).
Since (r = 0), the only intertemporal trade-off comes from the discount factor β:
if β = 1, spending is uniform; if β < 1, spending declines gradually over time. X usually denotes the current savings but are assumed to be 0 in our setting.

This framework allows Polkadot to formalize a strategic reserve policy that balances the need for early investments with long-term sustainability under a fixed total issuance cap.

Model Parameters

Symbol Description Our Value Interpretation
T Time horizon (years) 30 Horizon to incorporate
Y_t Income in year t Computed from issuance rule DOT available for expenses each year
r Real interest rate 0 No return on reserves (1 DOT today = 1 DOT tomorrow)
β Discount factor 0.91 Front-loaded consumption: optimal path is declining by 9% per year
C_t Spending (consumption) in year t Computed optimally Annual protocol expenditure

With CRRA (u(c_t) = ln(c_t)) and r=0, we can compute the initial optimal consumption C_0 = 40056081. Further, the optimal consumption at time t can be calculated by C_t = C_0 * 0.91^t.

Result: Following this consumption/saving path, the protocol should dedicate 15’505’081 DOT to the strategic reserve.

Part III: Treasury & Nominator Incentives

Treasury: The Treasury would receive 8’352’158 DOT under the new issuance scheme, which we keep for the first-year budget. We probably want to separate the payment into a DOT and DOT-backed stable payment, which is left out for simplicity now. The exact ratio requires more dialogue with stakeholders.

Nominators: Nominator staking transitions to a much more fluid and flexible endeavor. The unbonding time is shortened to execute at the end of an era, locking the stake in the case of Polkadot to maximally a day. In turn and in the light of a much lower issuance, the APY is reduced. Nominators have a high degree of flexibility to react to the budget, and therefore we can use it as last degree of freedom to fill the budget.

Result: First-Year Budget

With the transition to the new economic model, Polkadot’s issuance is lowered by 53.6%, resulting in a yearly inflow of 55’561’162 DOT for the two years thereafter. In this chapter, we’ll piece together the previously determined budgets and use the requirements on economic resilience and on the strategic reserve as anchors.

The total budget per year is 55’561’162 DOT

  • Validators
    • Economic resilience budget: 5’400’000 DOT
    • Operational costs budget: 7’200’000 DOT
      • 4’800’000 DOT at 3 USD/DOT + 2’400’000 DOT overcollateralization.
  • Strategic Reserve
    • 15’505’081 DOT
  • Treasury
    • Yearly Budget: 8’352’158 DOT
  • Nominators:
    • Yearly Budget: 19’103’923 DOT

Appendix B

Analysis of Validator’s Payout Function

Level analysis

Marginal incentives

The underlying goal is achieved: We want to provide high incentives to accrue DOT until T and beyond that, there are still incentives to keep accruing more DOT until C.

20 Likes

Thanks for this well-thought-out proposal :clap: !

From a validator’s perspective, I welcome the transition to a more stable base income to cover recurring costs in combination with an ecosystem affinity incentive (in the form of rewarding self-stake).

Currently, there is a disconnect between the volatile DOT (and KSM) market prices and real-world, mostly stable operational costs. Having a more dependable formula and stable income would make it easier to plan long-term investments and lessen the need for timing considerations when deciding whether to sell DOT to cover the costs of validator operation.

If the model were to switch to stablecoin income only, I feel like this would lessen the connection with the ecosystem. Running a validator, to me, is more than simply hosting some hardware for a set price (though I am aware that, in some sense, this service is a commodity).

So, while overall the exact parameters need to be discussed, this proposal seems like a great step in the right direction.

3 Likes

What’s brilliant is the Vault. Its minting stables with DOT as collateral instead DOT being sold to convert to stables.

1 Like

Bravo Jonas for putting all these pieces together. Looking coherent so far to me!

On the relationship betweet Treasury & Vault:

Perhaps treasury could also have privilege to acquire stablecoins by depositing DOT in the vault? Right now it looks like the only way Treasury could accumulate “USDOT” is to sell assets for it on the open market.

On the authority over the DAP Algorithm:

There are merits to both Committee & OpenGov control. I wish we could have both! What if a Committee had limited powers - like they could adjust the algorithm completely but it would revert after 14 or 28 days to its previous setting.

On that note, is the Strategic Reserve automated to back the vault when needed or would it be a Committee task? Would it also be automated in the other direction where DOT flows back to the reserve when collateral is over-sufficient?

Thanks for this work so far!

1 Like

Following Jonas’ proposal, I summarized the model and key risks for community discussion.

-–

How DAP Works

- Issuance + revenues flow into a central Allocation Pool.

- An algorithm (under OpenGov) distributes funds to Validators, Nominators, Treasury, and a Strategic Reserve.

- About 20% may pass through a Vault to mint a DOT-backed stablecoin for fiat-linked expenses.

- The rest (~80%) remains native DOT.

-–

My Observations

Benefits

- Improves capital efficiency.

- Creates predictable validator income.

- Supports long-term sustainability under capped issuance.

Key Concerns and Mitigations

  • Stablecoin reflexivity

    • The DOT-backed stablecoin depends on the same asset (DOT) that secures the network.
    • A sharp DOT price drop could weaken collateral ratios and destabilize the stablecoin.
    • Mitigation: keep high over-collateralization (≥150%), build a strong strategic reserve, and introduce circuit breakers to pause minting during extreme volatility.
  • Parameter tuning

    • The DAP’s outflows rely on adjustable variables (validator APY, Treasury ratio, reserve share, etc.).
    • If changed too frequently or politically influenced, it could create volatility or uncertainty in rewards.
    • Mitigation: use a slow-moving OpenGov track with default “status-quo wins” logic to avoid abrupt shifts.
  • Revenue lag

    • As issuance declines, the model assumes that Coretime and transaction fees will eventually fund operations.
    • If real revenues grow slower than expected, Polkadot may face short-term funding gaps.
    • Mitigation: roll out DAP in phases, starting with DOT-only flows and reserve accumulation before enabling full stablecoin operations.

Curious what others think about these trade-offs and how we can best align this with the March 2026 issuance change.

1 Like

Hey Jay,

Thanks for the comments, these are very valid, so let me address them one-by-one:

Perhaps treasury could also have privilege to acquire stablecoins by depositing DOT in the vault? Right now it looks like the only way Treasury could accumulate “USDOT” is to sell assets for it on the open market.

My vision for the process would be that the Treasury is being funded both in the stablecoin and in DOT from the DAP itself. That would mean the Treasury does not need to “deposit DOT into the vault” to mint the stablecoin, because it could simply request the stablecoin from the DAP itself. Also, that would mean that the Treasury does not need to sell assets for “USDOT” on the open market.

There are merits to both Committee & OpenGov control. I wish we could have both! What if a Committee had limited powers - like they could adjust the algorithm completely but it would revert after 14 or 28 days to its previous setting.

In a sense, I am proposing both. A proposal would originate from anybody setting up a proposal on the respective OpenGov track (potentially a dedicated track) and a normal election begins. I am, however, also suggesting a committee with limited power of influence that could whitelist or veto proposal that are up for vote. Given the high stakes involved in this, I think this is the better direction. On your idea: I think the damage that could be done within 14 or 28 days (even within 1 day for that matter) would be too large.

On that note, is the Strategic Reserve automated to back the vault when needed or would it be a Committee task? Would it also be automated in the other direction where DOT flows back to the reserve when collateral is over-sufficient?

That is open for discussion and certainly depends on the implementation and bootstrapping campaign of the stablecoin in question. For now, I think having the Strategic Reserve to automatically back up the DAP’s vault is one idea. I’d assume that the flow should be bi-directional once the health rate recovers, but again, these questions depend on the actual implementation of the stablecoin.

1 Like

I want to put forward an idea that came up in a staking discussion last week with @seadanda, @sigurpol , and @kianenigma : Since we have a hard cap on total issuance, why not just issue the full amount into the DAP (a.k.a. Issuance Buffer)?

The argument to do this is based on a few things:

First, the funds in the DAP have utility in the network, namely (as pointed out by @D0tSama ) they can be used as collateral for stablecoin issuance. This idea of “future revenue as collateral” has precedent. For example, when you lease an apartment or take out a mortgage, usually the counterparty will ask for proof of income (e.g. an employment contract). They are allowing you access to a resource (a home) based on presumed future income.

That brings me to the second point, risk. In the prior example, there is risk that the renter/buyer will default (e.g. they lose their job and by extension the “collateral”). But this hard cap of issuance is literally guaranteed by the protocol itself. As in, there is zero risk that the protocol does not issue the future DOT up to the hard cap.

So, if you have a zero-risk guarantee of future income, and you have utility for that income now, it seems rather ascetic to voluntarily eschew that utility.

Implementation-wise, instead of programming the per-era issuance and then dividing it up among stakers, the Treasury, and the DAP, the DAP would hold the remainder of “future” issuance and there would be a per-era budget that would be debited in order to pay stakers and go into the Treasury.

In Bitcoin terms, this would be like minting the remaining supply (21 million less the current supply) into some buffer account, and then rather than miners including a coinbase transaction to create new BTC they would include a transfer from the buffer to themselves in each block that they mine.

That is to say, the actual circulating issuance would still be in accordance with the hard cap that was approved, but the future funds would be available to the protocol itself. Bitcoin as a network doesn’t have a means by which to utilize sovereign funds, but Polkadot does.

4 Likes

Nice thanks.

Re: Treasury stables:

Imagine a situation where in June 2026 the algorithm determines treasury should receive 50/50 stables and DOT.

Now it is June 2027 and Opengov voters would like to acquire more USDOT. They should be able to interact with the vault directly? Or should they go to open market and trade for it?

Re: Council:

Ya I love that idea of whitelisted refs with final vote to OpenGov much better.

Thanks man!

Perspective on Full Issuance into the DAP (Issuance Buffer)

This is a fascinating idea… minting the entire remaining issuance up to the hard cap directly into the DAP rather than trickling it out each era.

Here are some potential pros and cons from an economic and governance standpoint:

-–

Pros

- Unlocks immediate utility for the protocol

The future issuance becomes usable capital that can back the DOT-stablecoin, fund the Strategic Reserve, or smooth spending long-term without touching new inflation.

- “Future revenue as collateral”

Since future issuance is guaranteed by protocol logic, the DAP could safely collateralize those assets today — a strong base for the Vault and for liquidity instruments.

- Zero default risk

Unlike human promises of future income, the hard-cap issuance is deterministic; the protocol cannot “lose its job.” It’s mathematically guaranteed.

- Improved fiscal visibility

Treasury and OpenGov can plan decades ahead because the full resource pool is on-chain and auditable.

- Stronger stablecoin foundation

The DAP buffer could lock a portion of the funds to mint DOT-backed stables at high over-collateralization, giving validators and Treasury predictable liquidity.

-–

Cons / Risks

- Optics of inflation

Seeing the full unissued supply minted at once may look inflationary or dilutive, even if those tokens are locked and non-circulating.

- Governance temptation

A visible account holding hundreds of millions of DOT could attract premature spending proposals. This is scary.

- Accounting & technical complexity
Implementation must ensure perfect tracking of the time-based debit schedule to avoid accidental overspending or double-counting.

- Economic reflexivity

If DAP assets are used as stablecoin collateral, DOT price shocks could ripple through both the reserve and validator funding.

- Ecosystem communication

Block explorers, CEX listings, and analysts must distinguish between total minted vs. circulating supply to avoid confusion in public metrics.

-–

OVerall

Front-loading issuance into the DAP would not change total supply, but it would turn the network’s future issuance into productive capital today.

It’s a powerful idea… provided that transparency, guardrails will need to be hardcoded, and communication are handled carefully.

1 Like

For sure the hardest part of this is the optics and communication. For analysts, CEXs, etc., you’d probably be surprised at how much of it is done manually anyway. As in, they often ask about how much large holders have and their lockup terms when they calculate some “circulating supply”. That magic “circulating supply” number that sites like Coin Market Cap show you are not pulled from chain data, but rather are often the result of some interpretation by the people running those services. Things like “fully diluted valuation” take into account future issuance and stated hard caps, so those are manually entered as well.

I would actually argue that this implementation simplifies a lot of this accounting. The total issuance of the system would never change, it would always be the hard cap. And the circulating supply would be the hard cap minus the funds in the DAP and the Treasury.

That said, there would definitely be a few parties caught off guard when they see such an insta-mint, and having a lot of resources and communication about it would be important to doing it successfully.

1 Like

How does this DOT-backed stablecoin work in terms of the GENIUS act passed in the US, which requires USD stablecoins to be backed by US treasuries or cash equivalents? I am not a lawyer but I am not sure I would be legally able to accept a non-compliant stablecoin as payment since I am based in the US. That could be a significant challenge for any US-based validators under this plan.

1 Like

We went from 5k per month per validator to 2k already :laughing: . Well, make sure to double check those operation costs specially if the plan is still the specialized JAM with ipv6 and all the bells and whistles plus geo distribution, residential internet connections won’t cut it given the current specs unfortunately. Also not counting any inflation and increasing costs, here is a massive red flag that hopefully gets reconsidered.

1 Like

Thanks Jonas for putting together the research and all the supporting numbers.

From a validator perspective, I generally agree with the direction and appreciate how this proposal finally recognizes operational infra expenses as a dedicated component of validator compensation.

Beside fixed stablecoin part to cover predictable infra costs, the suggested Model 2: Hard Pressure + Policies (10% minimum commission, 10000 minimum self-stake) feels fair and adds an extra layer of security to maintain operations and reinvest in infrastructure, while still keeping things balanced for nominators.

No thoughts on the stablecoin part yet, I will wait to see more of the technical background before forming an opinion on that.

With nominator DOTs becoming fully liquid, any consideration on how this might affect existing liquid staking derivative tokens like vDOT?

Hi @jonas and thank you!

It is almost a relief to see all of these ideas that have been discussed independently over the last few months tied together into this proposal. I found the flow chart especially useful to understand the big picture.

Regarding the details, I do have a few questions:

Regarding the 2nd kind of validator compensation: I don’t think I understand what you mean by “equal to how it is currently”. Does this mean like today that staking rewards being paid every era proportional to the stake of the node? And if so, this would be based on which APY the one to be set for nominators as described further below?

Are you referring here to both of these respectively?

  • a variable DOT compensation from the nominator budget (equal to how it is currently).

  • a variable DOT incentive payment.

How would you determine a whitelisted account? Does this mean a verified account? KYC? other?

As a validator, I agree that this approach will make validator operations more predictable and agree with fellow validators that this will facilitate payment of infra.

Operational fixed costs here are including more than infra, for example living expenses are also accounted for, I agree with @SAXEMBERG that $2000 per node seems low. Regarding determining the exact amount, this needs to be discussed especially in light of minimum hardware requirements and the expected evolution with JAM, without having more clarity on these aspects I find it hard to know whether this number is realistic.

I fully support validators having skin-in-the-game and true alignment with the network. Like @deigenvektor.io I am convinced that running a node is more than hosting infra. I believe that community participation and true investment in the future of the network, past economic returns, is essential and I look forward to seeing how this can potentially be integrated as well with PoP.

Does this mean that the minimum 10k DOT self-stake is enough to get into the active set? And if so, does this mean that the current ~1.3M DOT stake would no longer be required? Is this meant to happen still under NPoS? or are we anticipating this already under the potential PoP secured model mentioned by Gavin?

What type of agreements? Like “investors”? or what kind of external stakeholders?

The same way the validator variable DOT incentive would be vested over a year?

Thank you again :slight_smile:

On the Role of Purchasing Power and the CRRA Assumption in the DAP Model

Once again, the proposed economic framework appears detached from purchasing power—a foundational component in any tokenomics model. I’d like to re-emphasize this point, as previously discussed in Polkadot’s Economic Resilience and the Role of Inflation.


1. Purchasing Power: The Missing Anchor

The DAP model is built upon deterministic issuance, consumption smoothing, and Constant Relative Risk Aversion (CRRA) assumptions. But it never grounds these flows in the real value of DOT, i.e., its purchasing power.

What constitutes wealth here? The proposal blurs lines without probabilistic weighting. Consider this breakdown:

Wealth Type Description Relation to Purchasing Power DAP Handling
Coretime/Transaction Revenue Protocol income from blockspace and fees Scales with adoption; volatile in fiat terms Inflows to DAP, but not dynamically modeled
Minted DOT Supply Seigniorage from issuance (e.g., 55M DOT/year post-2026) Dilutive if unbacked; erodes value in bear markets Primary funding, smoothed via reserves
Productive Value Security/blockspace utility Emergent from network use; ties to validator ROI Implicit in incentives, but static ( r = 0 ) assumption

Treating “allocation” as “wealth” (with 1:1 equivalence over time) implicitly assumes stable DOT value—yet that assumption itself needs modeling, especially with exogenous shocks (e.g., 50% price drops halving attack costs). Without anchoring to purchasing power, CRRA loses validity for real resilience.

To stress-test: Assign rough probabilities to scenarios—what’s the expected utility under a 30% crash likelihood?

Scenario (Prob.) Purchasing Power Δ Reserve Erosion Risk Mitigation?
Bull (40%) +20% Low Revenue boost
Stagnant (40%) 0% Medium Baseline smoothing
Crash (20%) -50% High Dynamic triggers needed

2. CRRA and Log Utility: Is It Justified?

Under CRRA, the model assumes:

Screenshot 2025-11-10 at 10.30.13 PM

with optimal consumption declining ~9% annually. Yet CRRA presumes a behavioral agent optimizing real utility over time. In this case, there is no “agent”—only a deterministic protocol distributing funds to validators, Treasury, and reserves.

Thus, the log form becomes a formal convenience for tractable solutions—not an economic truth grounded in network behaviors like validator exits or capital flight.

If the goal is resilience or utility, why not consider a convex utility aggregator over dimensions like {security, liquidity, adoption}, derived from actual system metrics? A Bellman equation approach—

Screenshot 2025-11-10 at 10.30.57 PM

—with state variables like staking rate and DOT price could better capture feedback loops over static math.


3. The Discount Factor β ∈ (0,1)

The introduction of a discount factor (e.g., β = 0.91) creates a manual time lever in protocol design, balancing early ecosystem bets with long-term reserves.

In macroeconomics, β reflects human impatience. In Polkadot, it becomes a governance dial—tunable to shift funds across eras, potentially via OpenGov tracks or advisory committees.

This raises centralization risk. Why not derive β from on-chain observables—like staking velocity, validator cost deviation, or adoption metrics? Endogenizing it via dynamic programming would align with actual network signals, avoiding arbitrary tuning.


4. Governance and Allocation Efficiency

If decisions around the incentive shape, β, or stablecoin collateralization remain in the hands of a small advisory committee, how can stakers verify that allocations optimize network utility?

This setup invites governance capture unless it’s anchored in measurable, on-chain metrics such as:

  • Validator cost coverage ratios (e.g., vs. $2k baseline)
  • Treasury execution efficiency
  • DOT purchasing power over time (e.g., fiat-adjusted reserves)

Without transparent dashboards or oracle-derived indicators, efficiency remains speculative. Proposal: Embed KPI oracles for real-time audits?


5. Stablecoin Linkage: Closing the Loop

If DOT-backed stablecoins will be minted by DAP flows (e.g., overcollateralized at 150% for validator and Treasury fiat needs), purchasing power becomes endogenous to protocol solvency.

Key open questions:

  • Who ensures reserve adequacy amid volatility?
  • How are liquidation risks modeled (e.g., collateral buffers, backstops from strategic reserves)?
  • Where is the feedback loop between inflation, volatility, and real obligations?

Leaving the stablecoin outside the optimization loop creates a disconnect between issuance and real-world economic costs—precisely what purchasing power analysis resolves.


:red_question_mark: Key Questions

  1. What justifies treating allocation as “wealth” for applying CRRA (especially with ( r = 0 ))?
  2. Why log utility? Is there a principled rationale, or is it for mathematical simplicity?
  3. Can time preference (β) emerge endogenously from on-chain behavior instead of being fixed?
  4. How can stakers evaluate the efficiency of economic choices made by an unelected committee?
  5. Isn’t purchasing power a required variable in the model’s objective function?
  6. If backed by a stablecoin, how will liquidity and resilience be maintained—e.g., via overcollateralization, reserve buffers, or automated rebalancing?

The DAP is a mathematically elegant construct, but its optimization remains nominal unless grounded in real value. Without integrating purchasing power and liquidity feedbacks, the model risks optimizing abstractions rather than building true economic resilience.

Let’s iterate—@GehrleinJonas, any thoughts on Bellman simulations or Kusama testbeds to further stress-test these dynamics? Community, what’s your take on endogenous β?

Cheers,
Diego (@DiegoTristain)

The stablecoin mechanism would be part of the general Polkadot protocol, not the DAP itself. So, I don’t see a reason why the Treasury could not mint it’s own stablecoins by depositing DOT to the mechanism. In fact, I assume everyone with DOT would be able to mint stables if they wanted to.

But following your example, I’d envision the progress to be like this: There would be some discourse in OpenGov about the required budget for the Treasury for the next say 6 or 12 month. After that period (in your example in June 2027), there could be a new referendum about a new allocation to the Treasury. If voters wanted to have more USDOT, they’d add that in that respective proposal and the DAP executes. The timing and discussions around it would be organized on a social level, where we’d agree how often to adjust the budgets. Of course, there is no rule stopping new proposals to go live anytime. For example, there could be an emergency proposal requesting funds from the strategic reserve to be allocated to the Treasury immediately.

1 Like

The $2k in stables are supported by quite significant DOT incentives on self-stake. That being said, this number is a rough estimate from some initial discussions with a few people that have a good idea about the validator landscape. This proposal is starting a discussion about this publicly and we might end up with a different number.

Hi @florentina57

Good questions, let me go through them

Regarding the 2nd kind of validator compensation: I don’t think I understand what you mean by “equal to how it is currently”. Does this mean like today that staking rewards being paid every era proportional to the stake of the node? And if so, this would be based on which APY the one to be set for nominators as described further below?

What I meant to say is that your self-stake of your own validator just counts as a nomination of yourself and you will be rewarded accordingly from the nominator budget. This is important, because the nominator APY is flexible (based on the staking rate) and making sure that validators are exposed to the same flexibility means that we don’t have to worry about the outside option to self-nominate instead of self-stake.

Are you referring here to both of these respectively?

  • a variable DOT compensation from the nominator budget (equal to how it is currently).
  • a variable DOT incentive payment.

No, as described above, I am only referring to the nomination APY you get on self-stake. A validator would get an additional incentive payment from the security budget.

How would you determine a whitelisted account? Does this mean a verified account? KYC? other?

No, the validator itself could define an account that is allowed to put the self-stake. This would help validators that do not have enough self-stake (10k) yet. There are still things to discuss on the implementation side, but it appears to me that this is a good approach.

Operational fixed costs here are including more than infra, for example living expenses are also accounted for, I agree with @SAXEMBERG that $2000 per node seems low. Regarding determining the exact amount, this needs to be discussed especially in light of minimum hardware requirements and the expected evolution with JAM, without having more clarity on these aspects I find it hard to know whether this number is realistic.

Yes, this will require some more discussions. Importantly, the system can process any number that won’t exceed the inflow.

I fully support validators having skin-in-the-game and true alignment with the network. Like @deigenvektor.io I am convinced that running a node is more than hosting infra. I believe that community participation and true investment in the future of the network, past economic returns, is essential and I look forward to seeing how this can potentially be integrated as well with PoP.

Great, I want our validators to be truly aligned with the network and not only mercenaries. I think our set is overall great and I would like to maintain it that way.

Does this mean that the minimum 10k DOT self-stake is enough to get into the active set? And if so, does this mean that the current ~1.3M DOT stake would no longer be required? Is this meant to happen still under NPoS? or are we anticipating this already under the potential PoP secured model mentioned by Gavin?

The 10k is a requirement for the self-stake. The backing still needs to come from enough nominators through NPoS just as it is now. Gavin mentioned that the backing mechanism could change in the future through PoP and replace the stake-weighted nomination, but that is outside the scope of this proposal. For now, we just use the same election algorithm as before.

What type of agreements? Like “investors”? or what kind of external stakeholders?

The goal of the mechanism that I am proposing is that validators increase their self-stake which is slashable. Therefore, we can expect that the self-stake is either from their own pocket or that they have somebody that trusts them with that capital. Given the incentive structure, validators will be able to earn a significant amount of DOT through the incentives. A validator that has, let’s say, the 10k self-stake might still want to find people that trust them with more DOT, so they can increase the self-stake even further and earn more DOT. This is all an incentive, and not a requirement. The only “hard” requirement is 10k minimum. But if you look at the formula and do some calculations, you’ll see that the rewards for more DOT are quite significant.

The same way the validator variable DOT incentive would be vested over a year?

I’d keep the on-chain rules as minimal as possible. The DOT that the Treasury receives are totally liquid. But I don’t see a good reason why the Treasury should pay out liquid DOT if it has access to the stablecoin. All expenses that need to be met short-term are fiat-denominated and could be covered by the stablecoin. A (vested) DOT payment could be made to align that Treasury beneficiary with the success of the network longterm, on top. But ultimately, this is all decided by the ones doing the proposals that aim to maximize the chance that voters will approve it.

1 Like

For those interested, please check out this Github repo that contains R-scripts to replicate the results from the proposal.

Regarding unbonding queue mentioned here a few times:

I have recently had a look at the PR, and admittedly my estimates of it being “ready” was incorrect. To properly implement this feature and have a high confidence that it is solid, we would need to spend (based on my estimate) at least another month of heavy development (followed by overseeing the deployment and all the logistics of that) by our staking experts, which will only slow down delivering all of the above.

The junction I see is then, assuming we move forward with implementing the above, is as follows:

  1. We investigate if we can break this down into phases, and foremost implement the subset that will make nominators’ APY different than validators, their slashing risk is removed, and their unbonding time is 1 era. This means in ~Q2 next year already, nominator staking will drastically be different and unbonding queue is not needed
  2. If we identify that implementing the above is entangled with the full scope, and it takes e.g. 1 year to fully implement it, then there is a stronger argument to push unbonding queue forward in parallel, as it will serve nominators for a longer period of time.

Personally, I don’t think faster unbonding time for validators is particularly important, and it is in-line with making validators as aligned with the protocol as possible. Needing to wait 28 days without any rewards will make a validators more convicted to remain as a Polkadot validators.

1 Like