{"componentChunkName":"component---src-pages-sips-sip-markdown-remark-frontmatter-sip-tsx","path":"/sips/sip-292/","result":{"data":{"markdownRemark":{"fileAbsolutePath":"/vercel/path0/content/sips/sip-292.md","frontmatter":{"sip":292,"sccp":null,"title":"Fixed Forex Integration","network":"Ethereum","author":"Kaleb  (@kaleb-keny)","type":"Governance","proposal":null,"implementor":null,"release":null,"created":"2022-12-09T00:00:00.000Z","updated":null,"status":"Rejected"},"html":"<h2 id=\"simple-summary\" style=\"position:relative;\"><a href=\"#simple-summary\" aria-label=\"simple summary permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Simple Summary</h2>\n<!--\"If you can't explain it simply, you don't understand it well enough.\" Simply describe the outcome the proposed changes intends to achieve. This should be non-technical and accessible to a casual community member.-->\n<p>This SIP proposes adding Fixed Forex contracts to the Direct Integration Manager.</p>\n<h2 id=\"abstract\" style=\"position:relative;\"><a href=\"#abstract\" aria-label=\"abstract permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Abstract</h2>\n<!--A short (~200 word) description of the proposed change, the abstract should clearly describe the proposed change. This is what *will* be done if the SIP is implemented, not *why* it should be done or *how* it will be done. If the SIP proposes deploying a new contract, write, \"we propose to deploy a new contract that will do x\".-->\n<p>As outlined in <a href=\"https://sips.synthetix.io/sips/sip-267/\">SIP-267</a>, 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 Fixed Forex contracts to trade at the overridden parameters.\nTwo integrations have been requested by the fixed forex team:</p>\n<p>A) Convex Farming use case:</p>\n<ol>\n<li>User deposits WETH, DAI, USDT or USDC</li>\n<li>WETH or the stable of choice is swapped to sUSD on Curve</li>\n<li>sUSD is swapped to sEUR or sGBP or sJPY or sCHF or sAUD or sKRW with atomic swaps</li>\n<li>sEUR or sGBP or sJPY or sCHF or sAUD or sKRW  is deposited into a Curve pool that holds ib Tokens</li>\n<li>the Curve LP is deposited into Convex</li>\n</ol>\n<p>B) Forex Trading use case:</p>\n<ol>\n<li>User can swap any forex stable synth to any other forex stable synth</li>\n</ol>\n<h2 id=\"specification\" style=\"position:relative;\"><a href=\"#specification\" aria-label=\"specification permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Specification</h2>\n<p>The following parameters would be specified on the Fixed Forex contracts pertaining to convex farming, under <a href=\"http://etherscan.io/address/0x0000000000000000000000000000000000000000\">address</a> :</p>\n<pre><code>{'currencyKey': 'sEUR',\n 'atomicExchangeFeeRate': 5 bp}\n\n{'currencyKey': 'sGBP',\n 'atomicExchangeFeeRate': 5 bp}\n\n{'currencyKey': 'sJPY',\n 'atomicExchangeFeeRate': 5 bp}\n\n{'currencyKey': 'sCHF',\n 'atomicExchangeFeeRate': 5 bp}\n\n{'currencyKey': 'sAUD',\n 'atomicExchangeFeeRate': 5 bp}\n\n{'currencyKey': 'sKRW',\n 'atomicExchangeFeeRate': 5 bp}\n</code></pre>\n<p>The following parameters would be specified on the Fixed Forex contracts, pertaining to forex stables trading, under <a href=\"http://etherscan.io/address/0x0000000000000000000000000000000000000000\">address</a> :</p>\n<pre><code>{'currencyKey': 'sEUR',\n 'atomicExchangeFeeRate': 10 bp}\n\n{'currencyKey': 'sGBP',\n 'atomicExchangeFeeRate': 10 bp}\n\n{'currencyKey': 'sJPY',\n 'atomicExchangeFeeRate': 10 bp}\n\n{'currencyKey': 'sCHF',\n 'atomicExchangeFeeRate': 10 bp}\n\n{'currencyKey': 'sAUD',\n 'atomicExchangeFeeRate': 10 bp}\n\n{'currencyKey': 'sKRW',\n 'atomicExchangeFeeRate': 10 bp}\n</code></pre>\n<h2 id=\"copyright\" style=\"position:relative;\"><a href=\"#copyright\" aria-label=\"copyright permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Copyright</h2>\n<p>Copyright and related rights waived via <a href=\"https://creativecommons.org/publicdomain/zero/1.0/\">CC0</a>.</p>"}},"pageContext":{"id":"4fe1d685-ba2f-510d-a83f-d3a5497b0dab","frontmatter__sip":292,"__params":{"frontmatter__sip":"292"}}},"staticQueryHashes":[]}