BRL1 on Polygon

Overview

BRL1 is a Polygon-compatible stablecoin that follows the ERC-20 standard, maintaining a 1:1 peg to the Brazilian Real.

Using the ERC-20 standard for issuing the BRL1 stablecoin smart contract enhances its trustworthiness and compatibility across multiple wallets and protocols, promoting liquidity and interoperability. The standard's well-established codebase strengthens security, while its predefined functions simplify development.

Smart Contracts and Architecture

The BRL1 stablecoin uses a proxy upgrade pattern, separating the token's logic and data into distinct contracts. This approach enables seamless updates while preserving security.

Key contracts for developers seeking to use the BRL1 token:

  • ERC-20 Implementation Contract: Contains the core business logic for the BRL1 token, and it is the initial contract deployed on the Polygon blockchain.
  • Proxy Contract: Serves as an interface to the implementation contract. It holds the address of the implementation contract, delegating calls to it without containing business logic.

Developers should use the Proxy Contract Address for all interactions with the BRL1 stablecoin.

Networks

BRL1 is deployed on two distinct networks:

1. Polygon Mainnet

The Mainnet, short for main network, is the primary and live blockchain where transactions hold real-world value. It is production-ready and incurs transaction fees.

Mainnet Details:

2. Polygon Amoy Testnet

The Testnet, short for test network, mirrors Mainnet functionality but without real-world value, providing a safe and cost-free environment for experimentation, development, and testing.

Testnet Details:

Key Benefits of BRL1 on Polygon

  • Scalability: Polygon's layer-2 solution provides high throughput and reduced transaction costs.
  • Interoperability: The ERC-20 standard enables seamless integration with a wide range of DeFi applications and services.
  • Upgradability: The proxy upgrade pattern guarantees future improvements without disrupting existing users.
  • Developer-Friendly: The dedicated testnet deployment facilitates safe testing and iteration.