# Ethereum

***

### Launch Types

All three launch strategies are available on Ethereum:

* **Block 0** — every wallet executes in the deployment block for synchronized entry
* **Organic** — buys are spread across multiple blocks for a more natural entry pattern
* **Manual** — full control over execution timing and per-wallet behavior

***

### Launch Configuration

Configure your token's economic parameters from the Launch Settings panel.

<div align="left"><figure><img src="/files/h9ZTlhxr1iT7CEjl5i21" alt="" width="563"><figcaption></figcaption></figure></div>

#### Initial Liquidity

Set the amount of ETH paired with your token at deploy. The figure is enforced at the smart-contract level and cannot be topped up after launch.

<div align="left"><figure><img src="/files/87hDY0yV9UJwb7BnlGft" alt="" width="375"><figcaption></figcaption></figure></div>

#### Trading Fees

<div align="left"><figure><img src="/files/W7U9bnRqqWP53e0Wr3Bi" alt="" width="375"><figcaption></figcaption></figure></div>

Apply a buy and sell tax on every trade. Two modes are available:

* **Constant** — same fee for buy and sell, applied indefinitely
* **Dynamic** — initial fees decay to final fees over a custom transition duration (`HR:MIN:SEC`)

A **Treasury address** receives all collected fees. Pick any address — it doesn't have to be the deployer wallet.

#### Anti-Whale Limits

<div align="left"><figure><img src="/files/KV40Ue6EZte4sEtQGEuN" alt="" width="375"><figcaption></figcaption></figure></div>

Optional caps to throttle accumulation in the early lifecycle of the token:

* **Max per Wallet** — % of total supply a single wallet can hold
* **Max per Transaction** — % of supply per buy or sell
* **Limits Duration** — auto-removal after a custom duration (`HR:MIN:SEC`)

#### Whitelist

<div align="left"><figure><img src="/files/9J9XWNVifUoe02fdvQQi" alt="" width="375"><figcaption></figcaption></figure></div>

Specific addresses can be exempted from fees and Anti-Whale Limits. The list is **sealed at deploy** — no addresses can be added or removed afterward.

***

### Wallets

EVM wallets work natively on Ethereum — generate, import, and assign them to launches the same way as on Solana. Filter by chain in My Wallets to focus on Ethereum balances and volume.

See [Wallets](/~/revisions/2qwJkl4ZoLP4fWXTiqaH/wallets/overview.md) for the full documentation.

***

### Live Actions

Once live, each token supports:

* **Buy / Sell / Send / Burn** across all bundled wallets
* **LP Burn & Remove** — Ethereum-exclusive controls for burning or pulling liquidity post-launch

***

### What's Coming

**Auto-Sell**, **Auto-Buy**, **Volume Bot**, **Cleanup**, and the rest of the Solana toolkit are rolling out progressively. Track updates in the Changelog.

> *Beta status means feature gaps and rapid iteration. Reach out via Telegram if you hit anything unexpected.*


---

# 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.proxima.tools/~/revisions/2qwJkl4ZoLP4fWXTiqaH/evm-chains/ethereum.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.
