# Guides

- [Wallet Support](https://docs.projectserum.com/guides/wallet-support.md): An overview of how to interact with your connected wallet.
- [Wallets](https://docs.projectserum.com/guides/wallet-support/wallet-support-serum-academy.md): This guide offers a comprehensive list of all known non-custodial wallets with SPL support.
- [Exchanges](https://docs.projectserum.com/guides/wallet-support/exchanges.md): This guide offers a comprehensive list of exchanges that support storage and transfer of Solana and Serum ecosystem tokens.
- [Using Sollet (sollet.io)](https://docs.projectserum.com/guides/wallet-support/sol-wallet-serum-academy.md): Setting up your sollet.io wallet to interact with Serum applications.
- [Creating SOL Wallet](https://docs.projectserum.com/guides/wallet-support/sol-wallet-serum-academy/creating-sol-wallet.md): This guide explains how to create your sollet.io wallet.
- [Depositing Funds](https://docs.projectserum.com/guides/wallet-support/sol-wallet-serum-academy/depositing-funds.md): This guide explains how to deposit funds on your sollet.io wallet to interact with Serum and ecosystem.
- [Managing your Wallet](https://docs.projectserum.com/guides/wallet-support/sol-wallet-serum-academy/managing-your-wallet.md): This guide explains how to manage your sollet.io wallet.
- [Using Sollet with Ledger Nano S](https://docs.projectserum.com/guides/wallet-support/sol-wallet-serum-academy/using-sollet-with-ledger-nano-s.md): This guide explains how to set up and manage your sollet.io wallet with a Ledger hardware wallet.
- [Converting ERC20 to SPL tokens](https://docs.projectserum.com/guides/wallet-support/sol-wallet-serum-academy/converting-erc20-to-spl-tokens.md): This guide offers an overview on how to convert between ERC20 to SPL tokens. sollet.io allows you to convert ERC20 to SPL and vice versa using MetaMask.
- [Trade on Serum DEX](https://docs.projectserum.com/guides/trade-on-serum-dex.md): This multi-page guide to trading on Serum offers an overview of how to interact with Serum native exchange User Interfaces and the connected wallet.
- [Connect your Wallet](https://docs.projectserum.com/guides/trade-on-serum-dex/connect-your-wallet-serum-academy.md): How to connect your wallet to Serum native exchanges.
- [Connect with Sollet](https://docs.projectserum.com/guides/trade-on-serum-dex/connect-your-wallet-serum-academy/connect-with-sollet.md): How to connect your sollet.io wallet to Serum native exchanges.
- [Connect Ledger Nano S with Sollet](https://docs.projectserum.com/guides/trade-on-serum-dex/connect-your-wallet-serum-academy/connect-ledger-nano-s-with-sollet.md): How to set up and manage your sollet.io wallet with a Ledger hardware wallet on Serum native exchanges.
- [Trade](https://docs.projectserum.com/guides/trade-on-serum-dex/trade-serum-academy.md): How to trade on Serum native exchanges.
- [Trade on Bonfida](https://docs.projectserum.com/guides/trade-on-serum-dex/trade-serum-academy/trade-on-bonfida.md): Step by step of your first trade on a Serum DEX
- [Avoiding Scams](https://docs.projectserum.com/guides/trade-on-serum-dex/avoiding-scams.md): This is a guide on avoiding scams, which are commonplace in the crypto space.
- [Wormhole Token Bridge](https://docs.projectserum.com/guides/wormhole-token-bridge.md): Step by step guide to bridge tokens from other networks to Solana.
- [Using Symmetry Swap](https://docs.projectserum.com/guides/step-by-step-how-to-use-symmetry-swap.md)
- [Providing Liquidity to Pools](https://docs.projectserum.com/guides/providing-liquidity-to-pools.md)
- [Staking](https://docs.projectserum.com/guides/about-staking.md)
- [Multisig](https://docs.projectserum.com/guides/multisig.md): This guide offers an overview of the multisig program.
- [Governance](https://docs.projectserum.com/guides/governance.md)
- [How to Vote](https://docs.projectserum.com/guides/governance/how-to-vote.md)
- [How to Create a Proposal](https://docs.projectserum.com/guides/governance/how-to-create-a-proposal.md)


---

# 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.projectserum.com/guides.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.
