# Future of Geode

## Improved User Experience

### Better Maintainers

{% content-ref url="/pages/23SLLbZ6cSo6j3lnlVJi" %}
[Better Maintainers (WIP)](/key-concepts/future-of-geode/better-maintainers-wip.md)
{% endcontent-ref %}

* LinearDistributionMaintainer - WIP
* ProfitableDistributionMaintainer - WIP

More is possible, create your own Maintainer:

{% content-ref url="/pages/pr7YAwNKRplvqovwxwxF" %}
[Maintainers](/key-concepts/permissionless-configurable-staking-pools/maintainers.md)
{% endcontent-ref %}

### More Interfaces

* ERC20Interface
* ERC20PermitInterface
* Erc20RebasingInterface - WIP
* Erc20RebasingPermitInterface - WIP

More is possible, create your own Interface:

{% content-ref url="/pages/NMzvFXpWn6oyM78TmdkQ" %}
[Current Interfaces](/key-concepts/permissionless-configurable-staking-pools/current-interfaces.md)
{% endcontent-ref %}

## Improved Financial Optimizations

* Synthetic Liquidity

{% content-ref url="/pages/dbkn4i9j3YIpqSsYDBc7" %}
[Synthetic Liquidity (WIP)](/key-concepts/future-of-geode/synthetic-liquidity-wip.md)
{% endcontent-ref %}

* Dynamic Withdrawals

{% content-ref url="/pages/zE53gGgMS4FfwVrNpLo9" %}
[Dynamic Withdrawals (WIP)](/key-concepts/future-of-geode/dynamic-withdrawals-wip.md)
{% endcontent-ref %}

## Further Decentralization

Currently, there are many components that adds trust component to the Staking Library:

* Centralized Governance
* Senate is a Multisig
* Permissioned Operators
* Centralized Oracle

We have a roadmap to decentralize every component further.

* Supporting EIP-4788

{% content-ref url="/pages/yDeevPHEdlyhrOnbrgHq" %}
[Supporting EIP-4788 (DRAFT)](/key-concepts/future-of-geode/further-decentralization/supporting-eip-4788-draft.md)
{% endcontent-ref %}

* Quadratic Weighted Senate.

{% content-ref url="/pages/BuwGF9OGVcDub71pHNXi" %}
[Quadratic Weighted Senate (DRAFT)](/key-concepts/future-of-geode/further-decentralization/quadratic-weighted-senate-draft.md)
{% endcontent-ref %}

* Decentralized Oracle

{% content-ref url="/pages/QesDoYLZJiiA13Dcj6HX" %}
[Decentralized Telescope (DRAFT)](/key-concepts/future-of-geode/further-decentralization/decentralized-telescope-draft.md)
{% endcontent-ref %}

* Decentralized Operators

{% content-ref url="/pages/NeVBKqnUYvM9kfWUypUN" %}
[Degen Operators (DRAFT)](/key-concepts/future-of-geode/further-decentralization/degen-operators-draft.md)
{% endcontent-ref %}

### Chain Sync for Avalanche Infrastructure


---

# Agent Instructions: 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:

```
GET https://docs.geode.fi/key-concepts/future-of-geode.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
