> For the complete documentation index, see [llms.txt](https://docs.slerf.tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.slerf.tools/en/raydium-section/swap-solana.md).

# Solana Swap Guide

{% hint style="success" %} <mark style="color:green;">Solana Transactions | Exclusive Algorithm Optimization | Jito Tips | Fast, Secure, No Delays</mark>

Make your transactions and transfers faster and more secure, avoiding Solana network congestion and Raydium delays. Combining Raydium Swap with exclusive optimization algorithms, it supports optimized fees and Jito tips.
{% endhint %}

### **How to Use the Solana Swap Tool**

1. Connect Your Wallet
2. Wait for Existing Token Information to Load
3. Select the Token to Trade
4. Enter the Amount of Token to Trade and Get the Best Price
5. Select Jito MEV Tips
6. Confirm the Swap, Send to the Blockchain, and Wait for the Transaction to Complete

### Preparation:

* A computer or a smartphone
* Solana Wallet (Phantom Wallet installation tutorial)
* Tokens to trade
* Some SOL to pay for on-chain GAS fees

### Specific steps:

1. **Connect your wallet.**

SlerfTools Solana Swap: <https://slerf.tools/en-us/swap/solana>

Enter the SlerfTools Swap page, and you can switch the language in the upper right corner.

<figure><img src="/files/PA5Dzs19KSB6CzlVQSew" alt=""><figcaption></figcaption></figure>

2. **Wait for existing token information to load.**

   After connecting your wallet, it will automatically retrieve the tokens held in the current wallet for quick selection for trading.

<figure><img src="/files/HzyKk1EhpYedPRsQVCNO" alt=""><figcaption></figcaption></figure>

3. **Select or search for the token you want to trade.**

<figure><img src="/files/IQhW29tky614LXRPpkyi" alt=""><figcaption></figcaption></figure>

4. **Enter the quantity of tokens you want to trade and get the best price.**

<figure><img src="/files/xzVZtStd5c9C499jzKTv" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/4zffJhTl48duCANpuIED" alt=""><figcaption></figcaption></figure>

5. **Select the Jito EVM tip.**

   <mark style="color:orange;">The Jito tip can be simply understood as a "bribe" fee that users choose to pay to miners to increase the priority of the transaction. The higher the fee, the faster the transaction gets on the chain.</mark>

&#x20;If the chain is not congested or the transaction is not urgent, you can choose a Jito tip of 0 and no payment is required.

<figure><img src="/files/efGFMEXDLHzB4kI3AQjv" alt=""><figcaption></figcaption></figure>

6. Confirm the swap, send it to the chain, and wait for the transaction to complete.

<figure><img src="/files/ZeeLzSKsY3YhpgCL0qUU" alt=""><figcaption></figcaption></figure>


---

# 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://docs.slerf.tools/en/raydium-section/swap-solana.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.
