> For the complete documentation index, see [llms.txt](https://solyx.gitbook.io/solyx-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://solyx.gitbook.io/solyx-docs/roadmap/roadmap-and-future-plans.md).

# Roadmap & Future Plans

Solyx is evolving from a simple visibility layer into a full behavioral intelligence system for Solana.\
Here’s the roadmap guiding that direction:

## Phase 0 - Foundation

* Website and whitepaper launched
* Narrative and direction established around behavioral trust
* First UI previews released (dashboard, scoring, network view)
* Early access opened briefly for initial feedback

***

## Phase 1 - Core infrastructure

* Closed early access to shift fully toward system development
* Building the full indexing pipeline for wallet activity
* Refining core scoring logic and signal processing
* Enhancing clustering, attribution, and relationship detection
* Integrating data providers (e.g., Arkham) for stronger identity mapping
* Hardening backend and UI for public release

***

## Phase 2 - Intelligence layer

* Dynamic behavioral tagging
* Weighted network graph with entity context
* Expanded heuristics for trading, risk, and movement patterns
* Scoring API for protocols and partners
* Improved attribution, liquidity-routing signals, and deeper behavioral inputs
* ?

***

## Phase 3 - Public release

* Public Solyx dashboard
* Wallet explorer with full scoring and tagging
* User access opened in structured phases
* Hardened infrastructure and scaling support
* Early integrations with Solana protocols

***

## Phase 4 - Ecosystem infrastructure

* On-chain trust score oracle
* Governance tools for reviewing scoring logic
* Developer APIs and SDK
* Behavioral reputation standards for Solana ecosystem partners

Solyx starts as a visibility layer, but it ends up as coordination infrastructure.


---

# 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://solyx.gitbook.io/solyx-docs/roadmap/roadmap-and-future-plans.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.
