# Fuku’s Onchain Agent

### Introduction

Fuku’s Onchain Agent is a **Telegram-based trading and portfolio management tool** designed to:

1. **Remove friction** from using external websites and complex DeFi dashboards.
2. **Help users gain an edge** through automated on-chain Solana services.
3. **Provide access** to a proprietary trading algorithm for perpetual futures on Hyperliquid.

By combining **natural language processing (NLP)** with straightforward commands to an LLM, the agent lets you execute virtually any on-chain transaction without leaving Telegram. Simply describe what you want to do, and the agent will handle the rest.


---

# 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://fukuai.gitbook.io/fuku/readme.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.
