# Overview

BitBadges offers an L1 delegated proof-of-stake blockchain built with [Cosmos SDK](https://docs.cosmos.network/main). The blockchain is able to attain instant transaction finality using Tendermint and supports both Cosmos-based 'bb' prefixed bech32 addresses with Cosmos signatures, as well as Ethereum-compatible addresses (0x-prefixed) with EVM signatures through precompile contracts.

The source code can be found at <https://github.com/bitbadges/bitbadgeschain>.

BitBadges defines its official metadata, IBC connections, and more in the Cosmos chain registry at <https://github.com/cosmos/chain-registry>.

Other Links

[https://explorer.bitbadges.io](https://explorer.bitbadges.io/)

**Cosmos SDK Endpoints:**

* <https://rpc.bitbadges.io> - Tendermint RPC
* <https://lcd.bitbadges.io> - REST/LCD API

**EVM JSON-RPC Endpoints:**

* <https://evm-rpc.bitbadges.io> - Ethereum-compatible JSON-RPC

For detailed information about EVM RPC endpoints, see [EVM RPC Endpoints](/for-developers/bitbadges-blockchain/evm-rpc-endpoints.md).


---

# 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.bitbadges.io/for-developers/bitbadges-blockchain/overview.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.
