> For the complete documentation index, see [llms.txt](https://docs.earnpark.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.earnpark.com/token-whitepaper/park-token-utility/exclusive-opportunities.md).

# Exclusive Opportunities

#### High-Demand Strategies

Managing $10M—$100M in assets offers different challenges than managing $1B. Currently, each strategy on the platform has a predefined capacity (Hard Cap), determined by the strategy’s logic and market liquidity depth. As liquidity grows, capacity constraints will prevent all users from participating in every strategy.

#### AI Agents

EarnPark’s AI Agents are cutting-edge tools exclusively available to PARK token holders. It empowers users with AI-driven analytics, personalized strategies, and real-time insights to elevate their investment experience.

#### Key Potential Features of AI Agents:

* Personalized investment portfolios tailored to user goals, deposit size, and risk level;
* Dynamic strategy adjustments to adapt to changing market conditions;
* Advanced on-chain analytics to uncover hidden trends and opportunities;
* Social media sentiment tracking for identifying emerging market trends;
* Predictive forecasting using historical data to optimize future strategies;
* High-yield index strategies focused on specific ecosystems like Solana;
* Short-term dynamic strategies optimized for high-frequency, responsive gains;
* Premium insights and reports are delivered weekly, monthly, and quarterly;
* Strategy Maker Bot for custom trading strategies: An AI-powered chatbot that allows users to create and execute custom trading strategies by describing them in simple terms. The bot translates these descriptions into executable code, enabling seamless deployment on EarnPark's infrastructure or integration with the user's accounts on supported trading platforms. This tool democratizes algorithmic trading, empowering users without coding skills to design and test strategies.

{% hint style="info" %}
The detailed implementation of this system is yet to be defined (TBD).
{% endhint %}


---

# 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://docs.earnpark.com/token-whitepaper/park-token-utility/exclusive-opportunities.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.
