# Introduction to LumoKit

<figure><img src="/files/x9s6AKvVU3xcPNlcQeUp" alt=""><figcaption></figcaption></figure>

LumoKit is a lightweight AI Toolkit Framework built by Lumo Labs, providing a comprehensive suite of on-chain actions and research capabilities specifically designed for the Solana blockchain ecosystem. \
\
The framework enables developers and users to interact with blockchain data, perform token identifications, manage wallet portfolios, and execute various blockchain operations through an intuitive API interface.

At its core, LumoKit serves as a bridge between artificial intelligence capabilities and blockchain functionality, allowing for seamless integration of AI-powered features into blockchain applications. This toolkit simplifies complex blockchain interactions by providing pre-built tools that handle common tasks while maintaining the flexibility needed for customization.

***

## Try out LumoKit

{% embed url="<https://lumokit.ai>" %}

***

### LumoKit Core Repository

{% embed url="<https://github.com/Lumo-Labs-AI/lumokit>" %}

### Front-end Repository

{% embed url="<https://github.com/Lumo-Labs-AI/lumokit-frontend>" %}

### Key Features

* **Blockchain Data Access**: Query and analyze on-chain data from the Solana ecosystem
* **Wallet Management**: View detailed portfolio information including token balances and values
* **Token Information**: Identify tokens by name or ticker and retrieve contract addresses
* **Extensible Tool System**: Add custom tools to extend functionality for specific use cases
* **FastAPI Backend**: Robust API architecture with comprehensive error handling
* **Cross-Origin Support**: Configured for secure cross-domain requests


---

# 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://www.lumolabs.ai/lumokit-solana-ai-toolkit-framwork/introduction.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.
