# How it works?

### How Token Creation Works

Creating a token on DeAura is fast, gas-efficient, and capital-free , with instant liquidity and zero ownership. Here’s how it works.

#### Quick Overview

To launch a token:

1. Go to [**deaura.io**](https://deaura.io)
2. Navigate to the **“Launch Token”** section
3. Connect your wallet
4. Fill in your token details
5. Choose how much liquidity (in USD) you want
6. Confirm and launch

That’s it. Your token is now live, tradable on Orca and any Jupiter-integrated frontend.

### Token Customization

When launching your token, you can define:

* **Token Name** (e.g., MyToken)
* **Ticker** (e.g., MTKN)
* **Total Supply** (e.g., 1,000,000)
* **Initial Liquidity (in $USD)** – e.g., $10,000 of liquidity
* **Logo (optional)** – to display in trading terminals

These parameters are all set before launch and deployed on-chain.

#### ⚙️ What Happens on the backend?

When you launch:

* A new **SPL Token (2022)** is created on Solana
* The **entire token supply is pre-minted**
* A **liquidity pool is created on Orca**
* 100% of the tokens are placed into this pool, paired with the liquidity you specified
* The LP tokens are **immediately burned** to guarantee no one controls the liquidity

> This means **nobody owns the token** at the time of launch, and **nobody can rug** the pool.

#### &#x20;Who Controls the Token?

No one.

* There’s no owner or admin wallet
* The token is a **pure fair launch,** no pre-mint allocations, no developer wallet, no presale
* You cannot pause, blacklist, or modify the token once it’s launched

> Future versions may allow **optional LP fee sharing**, but for now, the launch is fully trustless.

#### &#x20;Advanced Notes

* **Token Standard:** SPL Token 2022
* **Token Ownership:** Burned/renounced at launch
* **Supply Distribution:** 100% in the pool&#x20;
* **Smart Logic:** No transfer taxes or reflection mechanisms
* **Anti-bot Protections:** Not implemented yet (trading is open instantly)

&#x20;           → Future feature: **token creator must buy first** before others can trade

* **Fees:** Only standard Solana gas fees (approx. 0.15 SOL)

#### Why This Matters

Most token launches involve central control, liquidity risks, or capital barriers. DeAura eliminates all three:

* You don’t need capital to back liquidity
* You can’t rug or be rugged
* You launch with real market access from the start, on **Orca, Jupiter, and DeAura’s terminal**


---

# 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://deaura.gitbook.io/deaura-docs/launch-a-token/how-it-works.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.
