# Case Study: Solexys

Solexys is a real-time, AI-powered trading agent built entirely on top of LYS Labs' infrastructure. It is a statement of what is possible using LYS Labs enriched data.

Where LYS Labs delivers structured, institutional-grade blockchain data via APIs, Solexys uses that same data layer to create a user-friendly product for on-chain retail users - degens, researchers, and power traders. Think of it as a frontend research agent designed to explore and interact with the blockchain at speed.

{% hint style="info" %}
If you're curious what can be built using LYS data, give Solexys a spin:

* 🌐 [**solexys.ai**](https://solexys.ai) - Main product site
* 📘 [**docs.solexys.ai**](https://docs.solexys.ai) - Technical documentation
  {% endhint %}

## What is Solexys?

* Solexys serves as a proof-of-concept for what can be built using LYS Labs data:
  * Built on top of LYS real-time pipelines (14ms Solana latency)
  * Powered by decoders and aggregation engines developed by LYS Labs
  * Enriched by knowledge graphs and RAG-ready contextual layers
  * Delivered to users through an intuitive, human-facing UI

{% hint style="info" %}
If you're an infra team, bot builder, or trading firm - Solexys is not your tool. But it shows what kind of product *you* could build using the same data primitives provided by LYS Labs.
{% endhint %}

## How it uses LYS Labs data

Solexys interacts directly with the following components of the LYS Labs stack:

```
✓ Scrapers            → Raw Solana block ingestion
✓ Decoders            → Real-time instruction parsing (swaps, transfers, LP adds)
✓ Aggregators         → Volume spikes, ATH tracking, rug detection
✓ Knowledge Graph     → OG-RAG powered context delivery
✓ Real-Time APIs      → Streams of enriched token activity
✓ Historical APIs     → Token price, volume, wallet PnL backtesting
```

{% hint style="info" %}
These same primitives are available through the LYS Sandbox, allowing you to build your own systems, bots, or products on top of the data layer.
{% endhint %}

### How to think about it

| Platform     | Audience                     | Purpose                                      |
| ------------ | ---------------------------- | -------------------------------------------- |
| **LYS Labs** | Quants, traders, infra teams | Deliver high-speed, AI-ready blockchain data |
| **Solexys**  | Retail, degens               | Interact with that data via a research agent |


---

# 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.lyslabs.ai/case-study-solexys.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.
