# Wallet Support

## Our Wallet Guides

The next pages offer guides to using non-custodial and exchange wallets to interact with the Serum and Solana ecosystems.&#x20;

Users are recommended to check out the guides offered by third-party wallet creators and to conduct thorough research before making a transaction.

{% hint style="warning" %}
Do your own research before making a financially significant decision! Contact an admin if you are unsure about a step.
{% endhint %}

## **SPL Token Standard**

Serum and Solana ecosystem tokens are accessible through both non-custodial wallets and a number of centralized exchanges.&#x20;

Tokens that trade on Serum are governed by Solana's [SPL token standard](https://spl.solana.com/token), which allows them to take advantage of fast speeds and low transaction costs.&#x20;

The Solana Program Library (SPL) token standard is a collection of on-chain programs maintained by the Solana team. SPL tokens can be minted on Solana, just as ERC-20 tokens can be minted on Ethereum, and are designed for DeFi applications.

## Exchanges

### [FTX](https://ftx.com/) <a href="#ftxhttpsftxcom" id="ftxhttpsftxcom"></a>

* SOL
* SPL Tokens
* ERC20 <> SPL tokens conversion

{% embed url="<https://ftx.com>" %}

### [Binance](https://binance.com/) <a href="#binancehttpsbinancecom" id="binancehttpsbinancecom"></a>

* SOL
* SRM **(ERC20 only)**

{% embed url="<https://binance.com>" %}

### [AscendEX](https://ascendex.com) <a href="#bitmaxhttpsbitmaxio" id="bitmaxhttpsbitmaxio"></a>

* SOL
* SRM **(ERC20 only)**

{% embed url="<https://ascendex.com>" %}

### [FTX US](https://ftx.us/) <a href="#ftx-ushttpsftxus" id="ftx-ushttpsftxus"></a>

* SOL

{% embed url="<https://ftx.us>" %}


---

# 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/wallet-support.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.
