> For the complete documentation index, see [llms.txt](https://singsing.gitbook.io/singsing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://singsing.gitbook.io/singsing/platform/deprecated/sing-and-earn-deprecated/ai-challenge.md).

# AI Challenge

SingSing app features an exciting game mode called the "AI Challenge," which is available exclusively to SingSing NFT Microphone owners. To participate, users need to spend SingSing tokens as an entry fee, and if they win against the AI, they receive triple and higher the entry fee as a reward. The entry fee is based on the number of SingSing tokens spent, with higher amounts offering bigger rewards:

| Entry Fee | Reward |
| --------- | ------ |
| 3         | 9      |
| 10        | 30     |
| 20        | 60     |
| 100       | 500    |

In the AI Challenge mode, users will not lose any Microphone durability or energy.

#### Gameplay

* The AI will set a higher score than the highest score of "Sing and Earn" mode recordings from the previous day on each song.
* Users need to sing and get a score equal to or greater than the AI Challenge score.
* The AI Challenge score will increase if the user wins on the first or second turn.

In summary, the AI Challenge mode in SingSing is an exciting way for SingSing NFT Microphone owners to test their skills against the SingSing app's AI. With the potential for big rewards and no durability or energy loss, the AI Challenge is a fun and engaging way for users to enjoy the SingSing app.


---

# 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://singsing.gitbook.io/singsing/platform/deprecated/sing-and-earn-deprecated/ai-challenge.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.
