SIP-296: Otex/Cowswap Cross Asset Swaps
Author | |
---|---|
Status | Draft |
Type | Governance |
Network | Ethereum |
Implementor | TBD |
Release | TBD |
Simple Summary
This SIP proposes adding the Otex cowswap solver contracts to the Direct Integration Manager.
Abstract
As outlined in SIP-267, every new Direct Integration needs to be specified in a sip along with the parameters proposed for that integration. Therefore this sip proposes to allows otex to trade at the overridden parameters mentioned below, where the CRV <> SNX Atomics <> CRV path is guaranteed by otex's on-chain contracts.
Specification
The following parameters would be specified on the otex contracts:
ADDRESS_HERE
{'currencyKey': 'sUSD',
'dexPriceAggregator': '0x228bCc970003Ca7588337604AFD9Fc5d92bF1C8B',
'atomicMaxVolumePerBlock': 5m$,
'atomicExchangeFeeRate': 0}
{'currencyKey': 'sETH',
'dexPriceAggregator': '0x228bCc970003Ca7588337604AFD9Fc5d92bF1C8B',
'atomicMaxVolumePerBlock': 5m$,
'atomicVolatilityUpdateThreshold': 10,
'atomicExchangeFeeRate': 5 bp}
{'currencyKey': 'sBTC',
'dexPriceAggregator': '0x228bCc970003Ca7588337604AFD9Fc5d92bF1C8B',
'atomicMaxVolumePerBlock': 5m$,
'atomicVolatilityUpdateThreshold': 10,
'atomicExchangeFeeRate': 5 bp}
Copyright
Copyright and related rights waived via CC0.