You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no indexing of pool prices, swap volumes, or historical trade data. Frontends have no reliable source for price charts, volume metrics, or pool APR calculations.
Expected Behavior
An indexing layer that tracks per-pool: current price, 24h volume, historical price series, total value locked.
Possible Solutions
Dedicated indexer service (e.g. extend cyberindex with pool event parsing)
cyber-maker bot as data collector (collects trade data as side effect of market making)
Current Behavior
There is no indexing of pool prices, swap volumes, or historical trade data. Frontends have no reliable source for price charts, volume metrics, or pool APR calculations.
Expected Behavior
An indexing layer that tracks per-pool: current price, 24h volume, historical price series, total value locked.
Possible Solutions
Impact
Blocks: value tab (/sigma), nebula market cap display, APR calculations (cyb #1313), informed trading decisions.
Related: cyberia-to/cyb#1313, cybercongress/cw-cyber#39