# Point System

The AI Agent LaunchPad Points System is entirely built on smart contracts, making it a fully decentralized points system.&#x20;

It rewards users who interact with AI LaunchPad in any way.&#x20;

We provide rewards for the following actions:

1. AI Agent Create -> Token Creator
2. Buy/Sell Token -> User and Token Creator and Inviter
3. Hit Bonding Curve -> Token Creator
4. Invite -> Inviter and Invitees
5. Reply -> Replier


---

# 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.unifat.xyz/product-introduction/ai-agent-launchpad/point-system.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.
