memoscan
← all memos

Memo 0xa88014a5…e680ec on Ethereum

# Initialize cUSDTv3 on Arbitrum ## Proposal summary FranklinDAO team with advice support from WOOF Software team proposes deployment of Compound III to the Arbitrum network. This proposal takes the governance steps recommended and necessary to initialize a Compound III USDT market on Arbitrum; upon execution, cUSDTv3 will be ready for use. Simulations have confirmed the market’s readiness, as much as possible, using the [Comet scenario suite](https://github.com/compound-finance/comet/tree/main/scenario). The new parameters include setting the risk parameters based off of the [recommendations from Gauntlet](https://www.comp.xyz/t/launch-usdt-market-on-compound-v3-arbitrum/5004/2). Further detailed information can be found on the corresponding [proposal pull request](https://github.com/compound-finance/comet/pull/864), [deploy market GitHub action run](https://github.com/woof-software/comet/actions/runs/9595156999) and [forum discussion](https://www.comp.xyz/t/launch-usdt-market-on-compound-v3-arbitrum/5004). ## Proposal Actions The first proposal action sets the Comet configuration and deploys a new Comet implementation on Arbitrum. This sends the encoded `setFactory`, `setConfiguration`, `deployAndUpgradeTo` calls across the bridge to the governance receiver on Arbitrum. It also calls `setRewardConfig` on the Arbitrum rewards contract, to establish Artitrum’s bridged version of COMP as the reward token for the deployment and set the initial supply speed to be 12 COMP/day and borrow speed to be 10 COMP/day. The second action reduces Compound’s [cUSDT](https://etherscan.io/address/0xf650c3d88d12db855b8bf7d11be6c55a4e07dcc9) reserves and transfers it to Timelock, in order to seed the market reserves for the cUSDTv3 Comet. The third action approves 0 USDT from Timelock to [ArbitrumL1CustomGateway](https://etherscan.io/address/0xcEe284F754E854890e311e3280b767F80797180d) to reset potential previous approves. The fourth action approves 50K USDT to [ArbitrumL1CustomGateway](https://etherscan.io/address/0xcEe284F754E854890e311e3280b767F80797180d) to take Timelock's USDT on Mainnet, in order to seed the market reserves through the [ArbitrumL1GatewayRouter](https://etherscan.io/address/0x72Ce9c846789fdB6fC1f34aC4AD25Dd9ef7031ef). The fifth action bridges USDT from mainnet via ‘outboundTransfer’ function on ArbitrumL1GatewayRouter’s contract and sends it to Comet on Arbitrum. The sixth action updates the ENS TXT record `v3-official-markets` on `v3-additional-grants.compound-community-licenses.eth`, updating the official markets JSON to include the new Arbitrum cUSDTv3 market.