# Page

### 🤔How does it work?

### 1. Technical Overview – SOLANA STRATEGY TOKEN (SST)

The **Solana Strategy Token (SST)** is an **on-chain protocol layer** designed to link NFT collections with dynamic tokenomics.\
It leverages Solana’s high throughput and low latency to manage real-time token taxes, NFT market conditions, and automated volume-based actions.

#### Architecture

* **SST Smart Contract Suite**
  * **Token Factory:**\
    Only *verified* NFT collection founders can deploy a new SST-powered token contract.\
    Verification ensures that only original teams can activate SST, preventing fake or spam projects.
  * **Volume Router:**\
    A portion of trading volume (configurable by the founder) can be diverted automatically to purchase and **burn a linked token**.\
    This allows SST to complement existing project tokens by adding **deflationary pressure**.
  * **Tax Controller:**\
    Adjustable in real-time by the founder:
    * Starting buy/sell tax (e.g. higher at launch, lower as liquidity matures)
    * Variable tax ranges to respond to market conditions
    * Listing price multiplier logic to encourage premium NFT listings
  * **Time-Lock Engine:**\
    Enforces configurable purchase windows (e.g., only allowing NFT purchases every *n* minutes), introducing **scheduled scarcity mechanics**.
* **NFT Marketplace Integration**
  * SST functions as a middleware layer between the project’s NFT marketplace (or a compatible aggregator) and token liquidity pools.
  * NFT trades executed via the marketplace can trigger SST tax events, volume allocations, and burn routines.
* **Liquidity & AMM Compatibility**
  * SST tokens remain SPL-20 compliant and can be pooled on any Solana DEX (e.g., Orca, Raydium).
  * Founders can incentivise liquidity providers via standard reward programs.

***

#### Data Flow

1. User buys or sells an NFT → triggers SST smart contract.
2. Contract calculates applicable tax / fee → redistributes as programmed.
3. If a linked token is configured → portion of collected fees routes to DEX to market-buy and burn the linked token.
4. Marketplace updates user balances and NFT ownership.
5. Optional time-lock enforces strategic delay before next eligible purchase.

***

### 2. User-Friendly Explanation – How SST Works for You

**For NFT Founders:**\
You can launch your own token **without starting from scratch**.\
SST gives you tools to:

* Link your token to an existing ecosystem token.
* Automate buy-backs and burns to boost token scarcity.
* Control buy/sell taxes and adjust them over time.
* Add game-like scarcity by restricting NFT purchase windows.

**For NFT Holders:**\
SST-powered projects create **stronger token value loops**:

* Part of every trade can support the project’s existing token (via buy-and-burn).
* Dynamic taxes can reward long-term holders and discourage quick flips.
* Limited-time NFT purchase windows create excitement and strategic timing.

**For Token Investors:**\
Projects can use SST to create **real trading demand** for their token, not just hype.\
As trading volume grows, the buy-and-burn mechanism reduces circulating supply, supporting price stability and deflationary pressure.


---

# 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://wp.gotmlabz.io/token-launcher/page.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.
