Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace TWAP with something statistical #59

Open
metaproph3t opened this issue Mar 8, 2024 · 0 comments
Open

Replace TWAP with something statistical #59

metaproph3t opened this issue Mar 8, 2024 · 0 comments
Labels
design Requires thought on how best to solve enhancement New feature or request help wanted Extra attention is needed

Comments

@metaproph3t
Copy link
Member

Today, autocrat finalizes proposals if the pass TWAP is x% higher than the fail TWAP, where x is currently 5 for MetaDAO. This is non-optimal for large market caps because it imposes a huge bar to proposal passing. For example, if META's market cap is $100MM, a proposal would need to create $5MM of value to pass.

It would be better to use a statistical algorithm so that autocrat was instead making the decision like "I'll accept this proposal if there's a 99.5% chance (P = 0.005) that the market deems it vaue-accretive."

@metaproph3t metaproph3t converted this from a draft issue Mar 8, 2024
@metaproph3t metaproph3t added enhancement New feature or request help wanted Extra attention is needed design Requires thought on how best to solve labels Mar 8, 2024
@metaproph3t metaproph3t moved this to Todo in Futarchy Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design Requires thought on how best to solve enhancement New feature or request help wanted Extra attention is needed
Projects
No open projects
Status: Todo
Development

No branches or pull requests

1 participant