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

# Introduction

Welcome to the official documentation for the GRAFIX Capital platform.

This guide provides detailed information on using the platform, understanding the underlying automated DeFi yield strategies (CLMM on Solana using USDC), security protocols, and technical mechanics. It is intended for both end-users seeking to utilize the platform and potential partners looking for integration details.

**Navigate using the sidebar to find key sections:**

* **User Guide**
  * **Getting Started:** Covers onboarding, wallet connection, and initial setup.
  * **Performance Dashboard:** Details how to view and interpret your position and yield metrics.
  * **Managing Funds:** Explains the process for depositing and withdrawing USDC.
  * **Error Troubleshooting:** Provides guidance on common issues and how to resolve them.
* **Quick Links**
  * **Features:** Overview of platform capabilities.
  * **Security & Privacy:** Details on security measures and data handling.
  * **How It Works:** Deeper dive into the strategy mechanics.
  * **FAQ:** Answers to frequently asked questions.
* **Resources**
  * **Support:** How to get help and contact us.
  * **Documentation:** You are here! Detailed guides and references.
  * **Terms of Service:** Legal terms governing platform use.
  * **Privacy Policy:** How we handle your data.
* **Connect**
  * **Substack:** Read our newsletter and updates.
  * **X / Twitter:** Follow and share feedback.
  * **Telegram:** Join our community channel.
  * **Email:** Contact support directly.


---

# 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://grafix.gitbook.io/documentation/introduction.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.
