> For the complete documentation index, see [llms.txt](https://arbswap-site.gitbook.io/arbswap-site/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://arbswap-site.gitbook.io/arbswap-site/your-first-swap-on-arbswap-a-careful-step-by-step.md).

# Your First Swap on ArbSwap: A Careful Step-by-Step

<figure><img src="/files/5Q2KG3rZc7M5ctvYqjre" alt=""><figcaption></figcaption></figure>

ArbSwap can feel easy at first glance, but your first trade on [ArbSwap](https://arbswap.live/) is still a real on-chain transaction with real money at risk. The win is simple: make one careful swap, understand what every prompt means, and avoid the common beginner mistakes that turn a small trade into an expensive lesson.

ArbSwap is a decentralized exchange and AMM built on Arbitrum, with expansion beyond one chain over time. It is not an aggregator. You use it to swap tokens, provide liquidity to pools, and use farming features where available.

### What You'll Need

Have these ready before you start:

* A non-custodial wallet, such as MetaMask.
* The Arbitrum network added to your wallet.
* A little ETH on Arbitrum for gas fees.
* The token you want to swap from.
* The token you want to receive.

If your funds are on another network, you may need to bridge to Arbitrum first. Bridging moves assets between chains. Swapping trades one token for another on the same network. Do not treat those as the same action.

### Step 1: Connect Your Wallet

Open ArbSwap and connect your wallet. The first wallet prompt usually gives the site permission to view your public address. It does not move funds by itself.

Still, check the address. Many people use more than one wallet, and connecting the wrong one creates confusion later.

### Step 2: Switch to Arbitrum

Make sure your wallet is using Arbitrum. If the app asks to switch networks, read the prompt and confirm only if it is the network you intended to use.

You also need ETH on Arbitrum to pay gas. Gas is the fee for submitting the transaction. Even on an L2, it is still a cost.

### Step 3: Choose the Token You Want to Sell

Select the token you already hold. This is the asset you are swapping from.

Be careful with token names and symbols. Fake tokens can copy both. If you are searching by contract address, make sure the address is correct before selecting it. Your first swap should be boring: a small amount and no guessing.

### Step 4: Choose the Token You Want to Receive

Next, choose the token you want to receive. This creates the trading pair for the swap.

ArbSwap uses liquidity pools rather than a traditional order book. A pool holds two tokens supplied by liquidity providers. The AMM calculates the swap price from the pool's balances, so trade size and available liquidity matter.

That is why the screen may show price impact, expected output, and minimum received. Read those numbers. If the expected output looks wrong, do not assume the interface is fine. Check the network, token, and amount again.

### Step 5: Enter a Small First Amount

For a first swap, use a small amount. You are learning the workflow, not trying to optimize yield or make a perfect trade.

After you enter the amount, ArbSwap estimates what you will receive. That estimate can move because pool prices change. If you typed 100 when you meant 10, the transaction will not know it was a typo. Slow down here.

### Step 6: Review Slippage and Price Impact

Slippage is the gap between the quoted price and the price your transaction actually gets. A tight slippage setting may fail if the market moves. A loose setting may allow a worse fill than you wanted.

Price impact shows how much your own trade may move the pool price. High price impact is a warning, especially for a beginner. It often means the pool is small compared with your trade size.

### Step 7: Approve the Token

If this is your first time swapping that token, your wallet may ask you to approve it. Approval lets the DEX contract spend that token for the swap.

Approval is not the swap itself. It is a permission. Read the wallet prompt, check the token, and only approve what makes sense. Some wallets allow custom approval limits; smaller limits can reduce exposure.

### Step 8: Confirm the Swap on ArbSwap

When the details look right, complete the swap on [ArbSwap](https://arbswap.live/) and confirm it in your wallet.

Before the final click, check:

* Your wallet is on Arbitrum.
* The selling token is correct.
* The receiving token is correct.
* The amount is intentional.
* The slippage setting is acceptable.
* The gas fee is reasonable.
* The minimum received is not surprising.

After confirmation, wait. Do not submit the same swap repeatedly.

### Step 9: Check the Result

Once the transaction confirms, check your wallet. If the new token does not appear, you may need to add or display it manually in the wallet interface.

If the received amount is slightly different from the earlier estimate, that can be normal because of slippage. If it is very different, review the transaction and token selection before making another move.

### What About Liquidity Pools and Farming?

ArbSwap also lets users provide liquidity. In a liquidity pool, you usually deposit both sides of a trading pair and receive LP tokens that represent your share of the pool. Liquidity providers can earn fees from swaps in that pool.

Some pools may connect to farming or staking-style features for yield. Treat that as a separate decision from a basic swap. LP positions can face impermanent loss when token prices move against each other. Fees and yield may help, but they are not guaranteed to offset losses.

### Common Mistakes That Cost Beginners Money

The biggest mistake is using the wrong network. If you want to trade on Arbitrum, your wallet and funds need to be on Arbitrum.

Another mistake is accepting high slippage without understanding it. High slippage can make a trade execute, but at a price you may regret.

Fake tokens are another real risk. Names and tickers are not enough. Verify the asset before swapping.

Finally, do not treat farming as risk-free income. Yield changes, token prices move, smart contracts carry risk, and impermanent loss can matter.

### Make the First Swap Deliberate

Your first ArbSwap swap should teach you the pattern: connect the wallet, use Arbitrum, choose the pair, review slippage, approve the token, confirm the swap, and check the result.

Start small, read every wallet prompt, and do not rush the approval step. When you are ready, use [ArbSwap](https://arbswap.live/) as the next step and keep the checklist close while you trade.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://arbswap-site.gitbook.io/arbswap-site/your-first-swap-on-arbswap-a-careful-step-by-step.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
