> For the complete documentation index, see [llms.txt](https://docs.geode.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geode.fi/key-concepts/future-of-geode/further-decentralization/quadratic-weighted-senate-draft.md).

# Quadratic Weighted Senate (DRAFT)

#### Senates are elected every year, they secure the underlying code. Senate elections are one of the most important events that will happen in the Geode's future.

Currently, every Planet has 1 vote in these elections and Comets doesn't have any.&#x20;

#### This doesn't seem fair.

We propose the implementation of weighted Senate Elections that uses the amount of staked tokens to give linear voting power to a Staking Pool's Maintainer.

We also propose to include a specific amount for Governance Fees that will be fixed within the period of the elected Senate.

#### Thus, we will be able to achieve 4 improvements:

1. Comets will now have a say in the Senate Elections
2. Planets can be made permissionless.
3. IDs can be used for market making.
4. Governance Fees can be negotiable.

#### This proposal also allows Senate-less implementations to be possible in the future.

"Senate" logic is still not decentralized enough.

Since we can achieve Permissionless Planets, now there are only 2 functionalities that will be secured by the Senate:

* Contract upgrades
* Node Operator Onboarding

both of these are not frequent events and can be handled directly by the Maintainer votes.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.geode.fi/key-concepts/future-of-geode/further-decentralization/quadratic-weighted-senate-draft.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
