|
| 1 | +const features: FeatureList[] = [ |
| 2 | + { |
| 3 | + title: 'Collateral Auctions UI', |
| 4 | + url: 'https://auctions.makerdao.network/collateral', |
| 5 | + items: [ |
| 6 | + { |
| 7 | + text: `The tool shows explanatory texts on different Maker Protocol related topics (e.g. |
| 8 | + What is the Maker Protocol, What are collateral auctions, Why a user should participate, |
| 9 | + What’s the catch of participation)`, |
| 10 | + }, |
| 11 | + { |
| 12 | + text: `The tool enables the user to see detailed metrics of collateral auctions`, |
| 13 | + items: [ |
| 14 | + { |
| 15 | + text: `Basic auction information is fetched from the blockchain via the Infura API and |
| 16 | + displayed in a structured way in the UI`, |
| 17 | + }, |
| 18 | + { |
| 19 | + text: `For the following metrics computations are being made from the tool based on the fetched input parameters`, |
| 20 | + items: [ |
| 21 | + { |
| 22 | + text: `Time till auction ends`, |
| 23 | + }, |
| 24 | + { |
| 25 | + text: `Current auction price per collateral in DAI`, |
| 26 | + }, |
| 27 | + { |
| 28 | + text: `Time till the next price drop`, |
| 29 | + }, |
| 30 | + { |
| 31 | + text: `Estimated time till profitability`, |
| 32 | + }, |
| 33 | + { |
| 34 | + text: `Current price on Uniswap per collateral in DAI`, |
| 35 | + items: [ |
| 36 | + { |
| 37 | + text: `The price on Uniswap per collateral is determined via the Uniswap v2 SDK / Uniswap v3 SDK`, |
| 38 | + }, |
| 39 | + ], |
| 40 | + }, |
| 41 | + { |
| 42 | + text: `Market difference between auction price and price on uniswap`, |
| 43 | + }, |
| 44 | + { |
| 45 | + text: `Auction price total`, |
| 46 | + }, |
| 47 | + { |
| 48 | + text: `Auction End (datetime)`, |
| 49 | + }, |
| 50 | + { |
| 51 | + text: `Potential profit in DAI`, |
| 52 | + }, |
| 53 | + { |
| 54 | + text: `Indicator on transaction fees (in ETH and DAI)`, |
| 55 | + }, |
| 56 | + { |
| 57 | + text: `Transaction outcome in DAI`, |
| 58 | + }, |
| 59 | + ], |
| 60 | + }, |
| 61 | + ], |
| 62 | + }, |
| 63 | + { |
| 64 | + text: `The tool provides a graphical user interface (GUI) to interact with smart contracts. |
| 65 | + However, all transactions are controlled through the user’s wallet. This is why the user is |
| 66 | + required to connect with a wallet in the first place. The user explicitly has to confirm each |
| 67 | + transaction that is prepared via the tool from within the wallet. Final execution happens |
| 68 | + from within the wallet and incurs transaction fees. The tool itself cannot be used to execute |
| 69 | + transactions. The tool enables the user to engage in the following blockchain based actions:`, |
| 70 | + items: [ |
| 71 | + { |
| 72 | + text: `Prepare the restart of an expired auction`, |
| 73 | + }, |
| 74 | + { |
| 75 | + text: `Prepare authorisation of DaiJoin contract`, |
| 76 | + items: [ |
| 77 | + { |
| 78 | + text: `This is an authorisation step needs to be executed before being able to participate in auctions`, |
| 79 | + }, |
| 80 | + { |
| 81 | + text: `It needs to be done once per wallet`, |
| 82 | + }, |
| 83 | + ], |
| 84 | + }, |
| 85 | + { |
| 86 | + text: `Prepare authorisation of Clipper contract`, |
| 87 | + items: [ |
| 88 | + { |
| 89 | + text: `This is an authorisation step needs to be executed before being able to participate in auctions`, |
| 90 | + }, |
| 91 | + { |
| 92 | + text: `It needs to be done once per wallet for each collateral type`, |
| 93 | + }, |
| 94 | + ], |
| 95 | + }, |
| 96 | + { |
| 97 | + text: `Prepare participation in an auction via flash lending functionality`, |
| 98 | + items: [ |
| 99 | + { |
| 100 | + text: `Note that the underlying mechanics of the flash lending are not provided by the tool |
| 101 | + but facilitated through a smart contract not controlled by us (ie. exchange-callee contract)`, |
| 102 | + }, |
| 103 | + { |
| 104 | + text: `High level explainer on flash lending: The auctioned collateral is swapped for DAI |
| 105 | + using a decentralized exchange, DAI is returned to the auction to cover the debt and spread |
| 106 | + in DAI is collected as a profit - all in one transaction. The transaction fees are the only |
| 107 | + capital requirement for the execution`, |
| 108 | + }, |
| 109 | + ], |
| 110 | + }, |
| 111 | + { |
| 112 | + text: `Specify an outcome wallet other than the one connected to UI (ie. other than the one |
| 113 | + executing the transaction)`, |
| 114 | + }, |
| 115 | + ], |
| 116 | + }, |
| 117 | + { |
| 118 | + text: `After successful auction participation through the user’s wallet, the tool provides a |
| 119 | + link to the respective transaction on etherscan`, |
| 120 | + }, |
| 121 | + ], |
| 122 | + }, |
| 123 | + { |
| 124 | + title: `Unified auctions portal`, |
| 125 | + url: 'https://auctions.makerdao.network', |
| 126 | + items: [ |
| 127 | + { |
| 128 | + text: `The tool provides an overview on different services related to the three core auction |
| 129 | + types (collateral auctions, surplus auctions, debt auctions) provided by the Maker protocol`, |
| 130 | + }, |
| 131 | + { |
| 132 | + text: `The tool redirects the user to indicated services or github repos of indicated services`, |
| 133 | + }, |
| 134 | + ], |
| 135 | + }, |
| 136 | + { |
| 137 | + title: `Collateral auctions - dashboard page`, |
| 138 | + url: `https://auctions.makerdao.network/dashboard`, |
| 139 | + items: [ |
| 140 | + { |
| 141 | + text: `The tools shows a list of supported collateral types with auction related parameters`, |
| 142 | + items: [ |
| 143 | + { |
| 144 | + text: `Uniswap price`, |
| 145 | + }, |
| 146 | + { |
| 147 | + text: `step parameter`, |
| 148 | + }, |
| 149 | + { |
| 150 | + text: `cut parameter`, |
| 151 | + }, |
| 152 | + { |
| 153 | + text: `Token icon`, |
| 154 | + }, |
| 155 | + { |
| 156 | + text: `Link to token contract on etherscan`, |
| 157 | + }, |
| 158 | + ], |
| 159 | + }, |
| 160 | + ], |
| 161 | + }, |
| 162 | + { |
| 163 | + title: `Twitter Bot`, |
| 164 | + url: `https://twitter.com/MakerDAO_SAS`, |
| 165 | + items: [ |
| 166 | + { |
| 167 | + text: `The bot informs via a tweet about each new started collateral auction`, |
| 168 | + items: [ |
| 169 | + { |
| 170 | + text: `The message indicates the amount of collateral that is auctioned off`, |
| 171 | + }, |
| 172 | + { |
| 173 | + text: `The message includes a link to the respective auction in the tool (ie. |
| 174 | + Collateral Auction UI)`, |
| 175 | + }, |
| 176 | + ], |
| 177 | + }, |
| 178 | + ], |
| 179 | + }, |
| 180 | + { |
| 181 | + title: 'Auction Keeper', |
| 182 | + url: undefined, |
| 183 | + items: [ |
| 184 | + { |
| 185 | + text: `The auction keeper is an open source tool provided by us for download`, |
| 186 | + }, |
| 187 | + { |
| 188 | + text: `The keeper is not operated by us for or on behalf of the user`, |
| 189 | + }, |
| 190 | + { |
| 191 | + text: `A user is able to download the code and run it themself`, |
| 192 | + items: [ |
| 193 | + { |
| 194 | + text: `When a user runs the keeper it will read and write data via an RPC endpoint of the user`, |
| 195 | + }, |
| 196 | + { |
| 197 | + text: `The code requires access to the private keys of a user`, |
| 198 | + }, |
| 199 | + ], |
| 200 | + }, |
| 201 | + ], |
| 202 | + }, |
| 203 | +]; |
| 204 | + |
| 205 | +export default features; |
0 commit comments