# Wallet Management

## Creating Additional Accounts

You can create multiple accounts within the same wallet, all derived from your original seed phrase.

### Creating a New Account

1. Open the side menu
2. Tap on your current account name (e.g., "Account 1")
3. In the dropdown, tap "Create account"
4. Enter your PIN code when prompted
5. Enter a name for your new account
6. Tap "Import" to create the account

### Switching Between Accounts

1. Open the side menu
2. Tap on your current account name
3. Select the account you want to switch to from the dropdown
4. The app will refresh and load the selected account

### Account Features

* Each account has its own address and token balances
* All accounts share the same seed phrase and PIN
* You can create as many accounts as needed
* Account names can be customized for easy identification

## Managing Your Portfolio

### Viewing Your Balance

* Your total portfolio value is shown at the top of the home screen
* Individual token balances are listed below
* Tap any token to see more details and transaction history

### Adding Custom Tokens

1. Go to the side menu
2. Tap "Add Custom Token"
3. Enter the token contract address
4. The token details should auto-fill
5. Tap "Import" to include it in your wallet

## Switching Networks

Betero Wallet supports multiple blockchain networks. You can switch between them based on your needs.

### Available Networks

* Ethereum (ETH)
* Binance Smart Chain (BSC)
* Polygon (MATIC)
* Arbitrum
* Optimism
* Cronos
* Base

### How to Switch Networks

1. Look for the network toggle button in the top bar (usually shows current network)
2. Tap the network button
3. Select your desired network from the list
4. The app will switch networks and refresh your token balances

### Important Notes

* Each network has its own tokens and balances
* Transaction fees are paid in the native token of each network
* Some tokens exist on multiple networks but are separate assets
* Always verify you're on the correct network before sending transactions


---

# 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.betero.io/betero-wallet-app/wallet-management.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.
