# AI Interaction Portal Functionality

### Participation in Strategies

* Hold a minimum number of unlocked tokens.
* Non-holders can only observe.

### Commands

* Send Message \[Default]
* Set Wallet
* Set Unlock Date
* Lock Tokens
* Unlock Tokens
* Claim Rewards
* Claim Airdrop
* Proposal
* Vote

### Example Growth Strategy: Gaming

* Daily Prize Pool: The Agent establishes a daily prize pool from its endowment.
* Promotion: The prize pool and hash value are promoted on social media (e.g., X/Twitter) through a provably fair game.
* Provably Fair: The hash mechanism ensures fairness and transparency.
* Participants:
  * Pay a fee to participate, increasing the Agent's funding.
  * Guess the number that will result in the hash value.
  * Can pay for hints.
* Winner:
  * The person who guesses the correct number triggers the release of the seed and cipher.
  * Wins the day's prize pool.


---

# 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://docs.pumptogether.xyz/pump-launcher/agentic-ai-social-media-agent/ai-interaction-portal-functionality.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.
