# 🛣️ Roadmap

Some of the cool stuff looking to be added to the site (no promises!). If you have additional ideas, tag @hexgeta with your ideas in the public [Telegram](https://t.me/MaximusDAO).

## Pages

### New pages

* ~~Pooled vs solo stakes compare page~~
* ~~Historic ended stakes page~~
* ~~Gas page~~
* ~~Calendar page~~
* ~~Eth vs PLS gas page~~
* ~~Leagues page~~
* ~~Buy page~~
* ~~Docs~~
  * ~~Details on each page~~
* Projections

### Table Statistics

* ~~Supply burned~~
* ~~Calc: APY $~~
* ~~Finalise Hedron multiplier for Maxi~~
* Liquidity stats
* T-share days (still something to think about here)
* Make ETH token holder count dynamic - blocked
* Add Team earnings stats from each token
* Diamond Hands holder stats

### Discounts

n/a

### Arbs

* Time-Series arbs for each pair

### APY

* APY chart which is accurate on x-axis
* APY for minters that sell today
* 2nd chart shows APY with APY % decline
  * Apy/t-share rate loss projections in sheets
  * Create charts

### Leagues

* ~~COM leagues~~
* Make tables for t-share leagues comparing stake pools vs solo in separate tables for each token
* Sort rate limiting issue on pulling pToken holders with PulseChain API
  * Holder counts for wrapped eTokens on Pulsechain - blocked
  * Weekly Δ Change in Holder count for each token - blocked

### Gas

n/a

### Projection Charts

Similar to current discount charts, but just going all the way out to redemption.

Notes:

* ~~Get models from Crispy:~~
  * ~~payout~~
  * ~~t-share rate~~
* Project out:
  * daily payout col
  * t-share rate
* Create Backing column

## Data Quality

* Check the exact daily payout used for stake day 1
* Double check staked days so far isn't off by 1
* Double check current liquidity pairs are the most liquid for daily price tracking
* Change the daily payout figure used for projections from today to a rolling 90-day average to avoid random spikes in projected APY & other projected metrics just because of a random high payout day.

## Backend

* Improve the stability of site:
  * Dexscreener price fetch sometimes hangs
  * Import ranges sometimes don't refresh

## UI/UX

* ~~Add sticky headers for easier comparison~~
* Light/Dark Mode (charts.js stuff)
* <mark style="color:red;">Fix how PLS charts appear on mobile</mark>❗
* Fix discount chart shade to be colored
* Improve hover on charts

## Pool Party

<https://lookintoparty.com/>

### Data/Sheets

* 1 cell calcs ready for main metrics
  * ~~Cost/t-share~~
  * ~~APY HEX~~
  * APY $
    * ~~HEX calc~~
    * HDRN calc
    * COM calc
* Price tracking
  * ~~script is ready~~
  * needs to be scheduled to start


---

# 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.lookintomaxi.com/roadmap.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.
