# Getting BPros

In this tutorial we will show you how to get BitPro tokens.

The BitPro, as you may already know, is an *ERC20* token.(If you didn't, and you don't know what is exactly an *ERC20* token [here](https://github.com/ethereum/ercs/blob/master/ERCS/erc-20.m) is a full explanation of it). ​ This means that most wallets like Nifty and MetaMask can handle them if you tell them to ([MetaMask tutorial on how to do it](https://metamask.zendesk.com/hc/en-us/articles/360015489031-How-to-View-Your-Tokens), Nifty is very similar to it so you should follow that link too if you are using the latter). ​ That BitPro is an *ERC20* Token also means that any user that has already some tokens can trade them to you in exchange for a service or for another token. ​ But in some circumstances you may not find such a user. In those cases, you may be happy to know that you can create them(or mint them, as it is usually said) using the Smart Contracts. ​


---

# 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.moneyonchain.com/main-rbtc-contract/integration-with-moc-platform/getting-bpros.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.
