> For the complete documentation index, see [llms.txt](https://docs.superchain.eco/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.superchain.eco/accounts/editor-3.md).

# SE Perks

Super Accounts use a point system to track your activity. When you perform actions like earning a badge, you earn Superchain Points. Superchain Points help increase your account level. You start at Level 1, and as your points add up, you can level up your Super Account all the way to Level 10

Each level is a milestone that shows how much you’ve participated. The higher your level, the more active and committed you’ve been. Levels increase automatically once you reach the required number of points.  Leveling up unlocks perks, which are rewards for being an active user. These can include exclusive badges, sponsored transactions and weekly raffle tickets.\
\
Here’s a table that outlines each level, the points required, and the perks that come with it:

| Level    | Points Needed | Weekly Raffle Tickets | Weekly Free TXS |
| -------- | ------------- | --------------------- | --------------- |
| Level 1  | 50 SP         | -                     | 2               |
| Level 2  | 150 SP        | 1 Raffle Ticket       | 3               |
| Level 3  | 400 SP        | 2 Raffle Tickets      | 4               |
| Level 4  | 750 SP        | 3 Raffle Tickets      | 5               |
| Level 5  | 1250 SP       | 4 Raffle Tickets      | 6               |
| Level 6  | 2000 SP       | 5 Raffle Tickets      | 7               |
| Level 7  | 3250 SP       | 6 Raffle Tickets      | 8               |
| Level 8  | 5000 SP       | 7 Raffle Ticket       | 9               |
| Level 9  | 7000 SP       | 8 Raffle Tickets      | 10              |
| Level 10 | 10000 SP      | 9 Raffle Tickets      | 10              |


---

# 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:

```
GET https://docs.superchain.eco/accounts/editor-3.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.
