# Getting Started

| ⚠️ The Flora Devnet is experimental and may be reset at any time to apply upgrades or improve stability. Please be aware that network resets can result in loss of deployed contracts and data. |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

Find the latest information and more details at our GitHub: <https://github.com/flora-labs/flora>

### Devnet Network

Flora Devnet runs on a Cosmos SDK base layer with full EVM compatibility.

| **Network name** | Flora Devnet    |
| ---------------- | --------------- |
| **Chain ID**     | flora\_766999-1 |
| **EVM Chain ID** | 766999          |

### Block Explorer

<https://explorer.flora.network/flora-devnet>

### Native Token

| **Symbol**       | dFLORA                                         |
| ---------------- | ---------------------------------------------- |
| **Denomination** | uflora                                         |
| **Decimals**     | 18                                             |
| **Type**         | Native Cosmos SDK coin with EVM representation |

### Public RPC Endpoints

| **Validator 1** | <http://52.9.17.25:26657> (seed1.testnet.flora.network)      |
| --------------- | ------------------------------------------------------------ |
| **Validator 2** | <http://50.18.34.12:26657> (seed2.testnet.flora.network)     |
| **Validator 3** | <http://204.236.162.240:26657> (seed3.testnet.flora.network) |

### For Local Development

| **RPC**      | <http://localhost:26657> |
| ------------ | ------------------------ |
| **EVM RPC**  | <http://localhost:8545>  |
| **REST API** | <http://localhost:1317>  |

### Faucet

To use Flora Devnet, you’ll need Devnet FLORA.

You can get dFLORA tokens to test with every 24 hours from the faucet following these steps:

1. Join our [Discord](https://discord.flora.network/)
2. Create a [Keplr](/flora-labs/sprout-the-community-sidekick/getting-started/flora-guides/how-to-choose-and-set-up-a-wallet.md#keplr-wallet) and/or [Metamask](/flora-labs/sprout-the-community-sidekick/getting-started/flora-guides/how-to-choose-and-set-up-a-wallet.md#metamask) wallet
3. Connect your wallet to [Sprout](/flora-labs/sprout-the-community-sidekick/sprout.md)
4. In Discord, use the `/flora-faucet` command


---

# 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/for-developers/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.
