# 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](https://docs.bitbadges.io/for-developers/bitbadges-blockchain/evm-rpc-endpoints).
