# Getting Started

### What do I need to start using RAILGUN?

Using RAILGUN is simple, even for those new to DeFi and blockchains. You will need:

* Network base tokens for the chain you wish to use (ETH for Ethereum & Arbitrum, MATIC for Polygon, and BNB for BNB Chain).
* Assets held in a self-custodial EVM wallet (popular options include [Frame](https://frame.sh), [Rabby](https://rabby.io), and [MetaMask](https://metamask.io))

After this, you will need to select a frontend from the list of independent providers at <https://railgun.org/wallets>, there is no single or official frontend for RAILGUN and all providers are built by independent community members and partners.

Once you've selected a frontend, you can generate a 0zk private address to which you can [shield ](/wiki/learn/shielding-tokens.md)tokens.&#x20;


---

# 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.railgun.org/wiki/learn/getting-started.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.
