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:
- Network Name: Polygon Mainnet
- Token Standard: ERC-20
- Decimal Precision: 6
- Fiat Token Implementation Address: 0xf7c3aceabab5b505effeab0603e11f2ed54020ac
- Proxy Contract Address: 0x5C067C80C00eCd2345b05E83A3e758eF799C40B5
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:
- Network Name: Polygon Amoy Testnet
- Token Standard: ERC-20
- Decimal Precision: 6
- Fiat Token Implementation Address: 0xB448111EE9Acf24AD9F06D7726ddbFe0c29f1b22
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.
Updated 4 days ago
