# Runbot Templates NFT Management

The AI Agent handles trading pool allocations specifically for NFT-related trading bot strategies, leveraging algorithmic methods powered by [Runbot.io](http://runbot.io).

**Key Features:**

* **Initial Allocation:**\
  The owner sets NFT-specific allocations during creation. For example:

  * 10% of funds to NFT Strategy 1
  * 20% of funds to NFT Strategy 2
  * 20% of funds to NFT Strategy 3

* **Dynamic Adjustments:**\
  While live, the AI Agent analyzes global markets and recent strategy backtests and performances to suggest reallocations. For instance:
  * Reducing NFT Strategy 1 to 5% due to declining performance.
  * Increasing NFT Strategy 3 to 35% following strong live results.
  * Adjusting spot treasury management funds to provide additional liquidity for NFTs.

**Example in Practice:**\
If NFT Strategy 2 demonstrates a 15% higher ROI over a quarter, the agent may propose increasing its allocation from 20% to 30% while reducing NFT Strategy 1 to optimize returns.


---

# 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://whitepaper.runaigent.fun/ai-agent-capabilities/runbot-templates-nft-management.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.
