# Deployment

### 🚀 Deployment on the Platform

The platform is designed to make deploying a **strategy-powered token and NFT integration** simple, secure, and verifiable.\
By ensuring that only **official collection founders** can initiate deployments, the system preserves authenticity while giving projects full control over their tokenomics.

#### 🪙 Deployment Requirements

1. **Verified Collection Ownership:**
   * Deployment can only be initiated by the **official wallet** associated with the NFT collection.
   * This ensures that only legitimate founders have the ability to launch tokens linked to their collections.
2. **Ownership Verification Methods:**
   * **Primary Method:** Connect the official **collection wallet** to the platform during setup.
   * **Alternative Method:** If the main wallet is not accessible, ownership can be verified through a **small SOL transaction** from a wallet under the founder’s control, proving authority over the collection.

#### ⚙️ Deployment Process

1. **Project Onboarding:**
   * Founders log in using a Solana-compatible wallet (e.g., Phantom, Solflare).
   * <mark style="color:purple;">The platform automatically detects the connected wallet’s association with the NFT collection.</mark>
2. **Token Creation or Linking:**
   * Founders can **create a new SST-powered token** or **link an existing token** to leverage buy & burn mechanics.
   * If linking an existing token, the protocol will allocate part of the trading volume for market buys and burns of that token.
3. **Parameter Configuration:**
   * Founders set up key economic parameters including:
     * **Base token tax** (e.g., 5–15%).
     * **Dynamic tax ranges** (for different market conditions).
     * **Dynamic multiplier** for NFT relistings.
     * **Dynamic burn rate** for deflationary pressure.
     * **Time-lock parameters** (if using restricted purchase windows).
4. **Marketplace Integration:**
   * The deployed contract automatically integrates with the preferred marketplace.
   * All trades, burns, and fees occur on-chain in real time.

#### 🔗 Post-Deployment Management

* Founders retain access to a **management dashboard**, allowing them to:
  * Adjust dynamic parameters (% Distribution, multiplier, burn rate).
  * Monitor trading volume, burns, and buybacks in real time.
  * Update linked token configurations as the project evolves.
* Community members can view **on-chain analytics dashboards** to track:
  * Burns
  * NFT buy/sell activities
  * Giveaway pool contents
  * Platform fees and liquidity health

#### 🌟 Benefits of the Deployment Framework

* **Authenticity:**\
  Only verified founders can deploy, eliminating counterfeit launches.
* **Flexibility:**\
  Founders can adjust strategies post-deployment without redeploying contracts.
* **Transparency:**\
  All configurations, trades, and burns are recorded on-chain.
* **Speed:**\
  Deployment is fast and seamless thanks to Solana’s high-performance network.


---

# 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/deployment.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.
