P3 Design Note — Fee Attribution, Curated Staking, and Value Distribution. #73
robertocarlous
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
P3 Tokenomics Notes — Alignment with the a16z Tokenomics Framework
Following up on the a16z tokenomics piece Abraham shared and the discussion thread, I compared the proposed framework against our current P3 tokenomics design.
✅ Where DIN Already Aligns
Two-Step Fee Model
The two-step fee model described in the article maps closely to what
DinFeeRouteralready implements.Protocol fees are routed in a single execution across configurable buckets:
This mirrors the article's separation between fee capture and programmable fee distribution.
Value Distribution
DIN is already aligned with the direction the article recommends.
Instead of distributing protocol revenue directly to token holders, fees flow to:
Both are stakeholder-accountable destinations rather than passive holder rewards.
Structurally, this is much closer to Aave's Safety Module (where stakers assume risk and earn rewards) than to a dividend model. It would be worth making this explicit in the public design docs instead of leaving it implicit.
The Gap: Curated Staking & Fee Traceability
The most interesting gap the article highlights is traceability and curation.
Today:
A curated staking model would instead allow validators to stake toward individual models (or model owners) via
DINModelRegistryrather than one network-wide pool.Benefits
Existing Building Blocks
Most of the infrastructure already exists:
DINModelRegistryalready maintains per-model metadata.DinValidatorStakealready includesmodelMinStakeBoundsstorage introduced during the P3 staking work.The remaining work is primarily wiring these components together and enforcing model-level staking.
❌ What Doesn't Translate
The DNS certificate registry discussed in the article is primarily designed for consumer-facing applications, where discovery and frontend authenticity are important.
That doesn't map particularly well to DIN.
Our primary participants are:
—not end users browsing a marketplace.
The registry pattern itself is probably not applicable, but the broader ideas around fee attribution, traceability, and incentive alignment are highly relevant.
📌 Suggested Next Steps
modelMinStakeBounds.Overall, I think we're already aligned with the core economic direction of the article. The main opportunity isn't changing the fee model—it's improving attribution, curated staking, and making those incentive flows observable.
@abrahamnash @umermjd11 @Santiagocetran
All reactions