The Radian token (RAD) is an ERC-20 token to be used within a composable ecosystem of EVM compatible smart contracts.
This repo contains the codebase for the official currently deployed Radian (RAD) v1 token. The Radian (RAD) token immutable smart contract address is deployed on the Ethereum Mainnet here:
0xbD62cf828e26ebaEa48fbE8DcCb38dFBdA7B5284
All tokens are currently unlocked, the lock functionality has never been used, and there are no current plans to lock tokens. There could be a need for the future Radian protocol to lock tokens for crypto-economic reasons as part of a potential transition into a broader ecosystem of Radian protocol smart contracts.
Prior to the release to mainnet, all addresses allowed to transact RAD must be added to
a pre-approved list that allows them to transfer tokens. The token's smart contract
was initially built this way for compliance reasons.
When enabled, the list can be updated in real-time on-chain with both whitelist and blacklist capabilities in a smart contract deployed on the Ethereum blockchain.
Now that the token is officially released to Ethereum Mainnet the pre-approved list functionality
has been turned off and disabled.
Future protocol updates could include extending this ability with conditional routing logic
in the transfer controller as part of a potential v2 token swap and transition into a broader ecosystem of Radian
protocol smart contracts.