> For the complete documentation index, see [llms.txt](https://coresky-1.gitbook.io/coresky-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://coresky-1.gitbook.io/coresky-docs/2.2-for-users.md).

# 2.2 For Users

If you're a user looking to explore and engage with the meme ecosystem:

#### Explore & Vote

* Visit the **"Vote"** tab to view meme projects in competition.
* Use your **Coresky Points** to vote for memes you like. More points = stronger voting power.
* Voting earns you chances to receive **airdrop rewards** based on final rankings.

#### Trade Meme Keys

* Access the **"Trade"** section to discover and buy Meme Keys of top-voted memes.
* Meme Keys use an automatic bonding curve pricing, so early entry often means lower cost.
* Trading Meme Keys boosts your Coresky Points for future airdrop eligibility.

#### Participate in Events

* Look out for limited-time trading contests, Meme Key collection campaigns, and ecosystem-wide quests.

#### Accumulate $CSKY

* All your actions (voting, trading, referrals) help accumulate **Coresky Points**, convertible into $CSKY after TGE.


---

# 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://coresky-1.gitbook.io/coresky-docs/2.2-for-users.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.
