SIP-288: 1inch Direct Integration

Author
StatusImplemented
TypeGovernance
NetworkEthereum
ImplementorTBD
ReleaseTBD
ProposalLoading status...
Created2022-11-03

Simple Summary

This SIP proposes adding 1inch exchange 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 allow the 1inch contracts to trade at the overridden parameters mentioned below, where the CRV <> SNX Atomics <> CRV path is guaranteed by 1inch's path finding algorithms.

Specification

The following parameters would be specified on the 1inch exchange contracts 0xf021f084477242fe6835c67234b4345de4db19e1, 0xef6fa3307af6ab6ddcc4826c4945041dd5c18d4b, 0x53222470CdcfB8081C0E3a50fd106f0D69e63F20 and 0x3B17056cc4439c61ceA41Fe1c9f517Af75A978F7:

{'currencyKey': 'sUSD',
 'dexPriceAggregator': '0x9645C7de2DBe8AAda01868cAa393cB7e5253268c' (uses 30 bp uni pool),
 'atomicMaxVolumePerBlock': 3m$,
 'atomicExchangeFeeRate': 0}

{'currencyKey': 'sETH',
 'dexPriceAggregator': '0x9645C7de2DBe8AAda01868cAa393cB7e5253268c' (uses 30 bp uni pool),
 'atomicMaxVolumePerBlock': 3m$,
 'atomicVolatilityUpdateThreshold': 10,
 'atomicExchangeFeeRate': 35 bp}

{'currencyKey': 'sBTC',
 'dexPriceAggregator': '0x9645C7de2DBe8AAda01868cAa393cB7e5253268c' (uses 30 bp uni pool),
 'atomicMaxVolumePerBlock': 3m$,
 'atomicVolatilityUpdateThreshold': 10,
 'atomicExchangeFeeRate': 35 bp}

Copyright and related rights waived via CC0.