# How to Choose & Set up a Wallet

Flora Devnet supports both Cosmos-SDK and EVM-compatible interactions.

#### **For Cosmos-Native Features ⚛️:**

* **When you need it**: Interacting with core chain features like staking, governance, or sending the native Flora token.
* **Your wallet**: Keplr. This is the standard wallet built specifically for Cosmos chains.

#### For Ethereum-Style DApps 🦊:

* **When you need it**: Interacting with Decentralized Applications (DApps) or trading tokens using the familiar Ethereum Virtual Machine (EVM) standard.
* **Your walle**t: MetaMask. If you've used Ethereum or chains like Polygon or BSC, you'll feel right at home with this popular wallet

### Setting up a Keplr Wallet **⚛️** <a href="#keplr-wallet" id="keplr-wallet"></a>

1. Install the Keplr Wallet web browser extension: <https://www.keplr.app/get>
2. Create a new wallet or import an existing Cosmos wallet.&#x20;
3. Securely back up your seed phrase offline.&#x20;

> **Note:** Sprout will automatically add the Flora Devnet network for you.\
> At this time, Keplr does not support manual network additions.

### Setting up a MetaMask Wallet 🦊 <a href="#metamask" id="metamask"></a>

1. Install the MetaMask wallet web browser extension: <https://metamask.io/download>
2. Create or import a wallet and back up your seed phrase

> **Note:** Sprout will automatically add the Flora Devnet network for you.

3. To add the Flora Devnet network manually:&#x20;

* **Network name**: Flora Devnet (EVM)
* **RPC URL**: <http://rpc.flora.network>
* **Chain ID**: 766999
* **Currency symbol**: dFLORA
* **Explorer URL**: explorer.flora.network


---

# 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://flora-labs.gitbook.io/flora-labs/sprout-the-community-sidekick/getting-started/flora-guides/how-to-choose-and-set-up-a-wallet.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.
