> For the complete documentation index, see [llms.txt](https://en.docs.hg.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://en.docs.hg.network/farming/introduction-of-minning/mathwallet-on-binance-smart-chain-app-guide.md).

# MathWallet on Binance Smart Chain APP Guide

Download the MathWallet: [https://www.mathwallet.org](https://www.mathwallet.org/)

Note: For iOS users, please download the TestFlight version.

#### About Binance Smart Chain

Binance Smart Chain is an innovative solution to bring programmability and interoperability to Binance Chain. Binance Smart Chain relies on a system of 21 validators with Proof of Staked Authority (PoSA) consensus that can support short block time and lower fees. The most bonded validator candidates of staking will become validators and produce blocks. The double-sign detection and other slashing logic guarantee security, stability, and chain finality.The Binance Smart Chain also supports EVM-compatible smart contracts and protocols. Cross-chain transfer and other communication are possible due to native support of interoperability. Binance DEX remains a liquid venue of the exchange of assets on both chains. This dual-chain architecture will be ideal for users to take advantage of the fast trading on one side and build their decentralized apps on the other side.The Binance Smart Chain will be:A self-sovereign blockchain: Provides security and safety with elected validators.\
EVM-compatible: Supports all the existing Ethereum tooling along with faster finality and cheaper transaction fees.\
Interoperable: Comes with efficient native dual chain communication; Optimized for scaling high-performance dApps that require fast and smooth user experience.\
Distributed with on-chain governance: Proof of Staked Authority brings in decentralization and community participants.\
As the native token, BNB will serve as both the gas of smart contract execution and tokens for staking.

#### Create wallet address

Switch to Binance Smart Chain wallet and click “**+**” to create/import address

![](http://mathwallet.oss-cn-hangzhou.aliyuncs.com/blog/2020/8%E6%9C%88/BSC_EN/BSC%201.jpg)

Click **Create Wallet**

![](http://mathwallet.oss-cn-hangzhou.aliyuncs.com/blog/2020/8%E6%9C%88/BSC_EN/BSC%202.jpg)

After entering address, click Create wallet, (please store your mnemonic properly)

![](http://mathwallet.oss-cn-hangzhou.aliyuncs.com/blog/2020/8%E6%9C%88/BSC_EN/BSC%203.jpg)

Finish creation

![](http://mathwallet.oss-cn-hangzhou.aliyuncs.com/blog/2020/8%E6%9C%88/BSC_EN/BSC%204.jpg)

#### DApp

![](http://mathwallet.oss-cn-hangzhou.aliyuncs.com/blog/2020/8%E6%9C%88/BSC_EN/BSC%205.jpg)


---

# 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://en.docs.hg.network/farming/introduction-of-minning/mathwallet-on-binance-smart-chain-app-guide.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.
