The per-tier pricing strategy configured by DAO deployers is customizable, but the representative claim to those tiers are fixed.
DAOs in OWP are operated by holders of MembershipERC1155
s, which is split into multiple per-token tiers:
Each
tokenId
corresponds to a tier.
Notice that the totalSupply
is computed as a function of the tokenId
, the smaller the tokenId
, the larger the relative increase in totalSupply
- this is because each token corresponds to a proportional claim to shares (and subsequently the profit share):
This behaviour, where a token possesses a fixed claim to the DAO funds inversely proportional to 2 ** tokenId
, is common across all collections.
This means there is an intrinsic underlying exchange rate for all
tokenId
s.
However, this implicit pricing mechanism is not respected when creating tiered tokens:
Here, the creator can opt to specify any price per tier, meaning that even rational pricing systems are liable to unfair value extraction if they do not respect the power-of-two law:
Therefore any pricing distribution which does not exhibit at least exhibit power of two growth will be liable to value extraction.
Inefficiencies in pricing structure can be exploited to gain an unfair market share.
Manual Review
When creating a new DAO, omit the price
field and instead use a token price multiplier:
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.