# Overview

The Something Cool (SC) platform is built on Solana and provides a unique token issuance and trading experience. It leverages a two-phase approach:

1. **Token Issuance via Bonding Curve (SC Bonding Curve)**
2. **Trading on the DEX (CoolDEX)**

## Key Features

* Customizable fee structures for tokens
* Community incentives through burning, holder rewards, and LP rewards

## Platform Flow

1. Token creators launch a token through SC Bonding Curve with specified parameters
2. Users can buy and sell tokens on the bonding curve during the initial phase
3. Once the token reaches the migration threshold, it can be migrated to the CoolDEX
4. After migration, trading continues on the CoolDEX with the specified fee structure

## Benefits

* **For Token Creators**: Easy token launch process with customizable parameters
* **For Traders**: Simple token acquisition through bonding curve and DEX trading
* **For Holders**: Potential rewards from community contribution tokens
* **For Liquidity Providers**: Incentives for providing liquidity in pools

## Platform Security

The SC platform is designed with security in mind:

* Contract ownership and admin functions have strict access controls
* Migration process is secure and requires proper finalization
* Fee distribution is executed transparently and according to predefined parameters
* Contract have been audited.


---

# 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://docs.something.cool/platform-architecture/overview.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.
