# How to Swap

> Exchange one asset for another from your wallet.

import { HowToSwapSteps } from "../../../components/docs/swap-step-demo";
import { SwapAnimation } from "../../../components/docs/swap-animation";

## What Is a Swap

A swap exchanges one asset in your wallet for another. Giwater checks the available pools and chooses a path for the amount you enter.

You need a wallet connected to GIWA Sepolia and enough test ETH to cover the network fee. The route, the price, and the fee are all worked out for you once you enter an amount.

<SwapAnimation />

## How to Swap

Five steps, from connecting your wallet to confirming the trade.

<HowToSwapSteps />

Quotes, price tolerance, wallet requests, and what happens when a swap fails are answered in the [FAQ](/docs/pages/faq#swaps).
