# Contract Error Code

| Error Code | Error Description                                 |
| ---------- | ------------------------------------------------- |
| LC1        | Draw is already initiated                         |
| LC2        | Draw is not yet initiated                         |
| LC3        | Current draw is still active                      |
| LC4        | Process top 10 1k referral bonus                  |
| LC5        | 10k draw winner is not yet selected               |
| LC6        | Maximum draw reached                              |
| LC7        | User exists already                               |
| LC8        | Draw is not active                                |
| LC9        | Draw amount is not matching                       |
| LC10       | Maximum participants reached in the current draw  |
| LC11       | Premium withdrawal is not yet enabled             |
| LC12       | Already made the withdrawal request               |
| LC13       | Not a premium user                                |
| LC14       | Not a free user                                   |
| LC15       | Fee amount is not matching                        |
| LC16       | Can't claim more than unclaimed token             |
| LC17       | Claim expired                                     |
| LC18       | Can't claim more than unclaimed amount            |
| LC19       | User haven't made the request yet                 |
| LC20       | Maximum claim reached                             |
| LC21       | Exceeding the maximum token limit                 |
| LC22       | Max draw participants is not reached              |
| LC23       | 10k draw is not ready                             |
| LC24       | Previous draw winner process is still in progress |
| LC25       | 100k draw is not ready                            |
| LC26       | Not yet ready to process the top10 referral bonus |


---

# 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://yearntogethers-organization.gitbook.io/doc/security/contract-error-code.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.
