# Welcome to ioPay Docs

#### Product overview

ioPay is a crypto wallet that allows users to store and send crypto assets, including IOTX, ETH, BNB and other crypto assets. Users can explore DApps here ——DeFi, different games, NFTs, marketplaces. IoTeX has greatly enhanced the security and usability of the wallet, ioPay is decentralized wallet for all crypto investors.

[ioPay](https://iopay.me/) is a multi-chain crypto wallet. It supports the following networks by default.&#x20;

1. IoTeX
2. Ethereum
3. BNB Chain (formerly Binance Smart Chain)
4. Polygon
5. Solana
6. Bitcoin

More chains will be added. Vote for the chains you would like ioPay to add here: <https://feedback.iopay.me/>

Users can add their networks by using a MetaMask compatible API:

{% embed url="<https://docs.metamask.io/wallet/reference/json-rpc-api/#unrestricted-methods>" %}

On IoTeX network, both Web3 and Antenna (the native blockchain API) are supported. IoTeX Staking is via Antenna and the other blockchain interactions are via Web3 interface.&#x20;

> To learn more about IoTeX Web3 support, please [read here](https://docs.iotex.io/web3-development).
>
> To learn more about IoTeX Antenna support, please [read here](https://docs.iotex.io/native-development).


---

# 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.iopay.me/welcome-to-iopay-docs.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.
