> 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/platform-overview/markdown.md).

# 1.2 Coresky Architecture

Coresky is built on a modular and decentralized architecture optimized for scalability and user engagement. The platform is composed of the following core components:

#### 1. Meme Creation Module

* Enables users to deploy meme tokens instantly via a no-code interface.
* All tokens follow a standardized smart contract framework to ensure safety and compatibility.

#### 2. Voting & Discovery System

* Community members vote on their favorite meme projects using earned Coresky Points.
* High-ranking projects gain visibility and qualify for the Meme Key stage and further incubation.

#### 3. Meme Key Marketplace

* Users can buy/sell "Meme Keys" that represent access shards to the most-voted memes.
* Keys are priced via a bonding curve, allowing speculation and engagement with top-tier memes.
* Trading Meme Keys increases user rewards and boosts $CSKY incentive eligibility.

#### 4. Incubation & Launchpad Engine

* Projects that meet specific criteria (TVL, Key holders, vote rank) enter the incubation phase.
* These projects receive liquidity provisioning, launchpad exposure, and Coresky ecosystem support.

#### 5. $CSKY Token Integration

* $CSKY is used as a governance token, reward medium, and utility token across the platform.
* Users can earn $CSKY by voting, trading Meme Keys, or participating in campaigns and events.

#### 6. On-chain Transparency

* All actions (votes, key trades, token launches) are recorded on-chain.
* Users can verify data and interact directly via integrated wallets and explorers.

Together, these modules make Coresky a holistic, user-first platform for both casual creators and seasoned crypto enthusiasts to participate in the memecoin economy—from zero to virality.


---

# 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/platform-overview/markdown.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.
