# Getting Started

### 🔑 **Connect Wallet**

Use MetaMask or any Web3 wallet compatible with your selected network (e.g. Sepolia or Mainnet).

### 🚀 Deploying a Token via Website

Follow these simple steps to deploy your token effortlessly:

1. **Select a Token Name and Symbol** — Choose your unique token identity.
2. **Set Your Referral Address (Optional)** — Add a referrer to benefit from Warp’s referral program.
3. **Define Anti-Whale Settings** — Configure the max bag limit to protect your token from large buys by whales or snipers.
4. **Click Deploy** — Warp handles the rest by deploying your token and creating a Uniswap V3 pool instantly — **without requiring ETH liquidity**.

#### 🏭 Warp Factory Deployment Process&#x20;

Tokens are deployed in a **gas-efficient** manner through the Warp Factory using professional custom code, resulting in predictable, deterministic contract addresses prefixed with **0x420**.

### 🤖 Deploy via Telegram Bot

Alternatively, you can deploy your token directly through the **Warp Deploys Telegram bot**. This convenient method provides a user-friendly, interactive interface that guides you step-by-step through the token creation process — making deployment accessible anytime, anywhere via Telegram.


---

# 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://developers.warp.finance/get-started/getting-started.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.
