|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width,initial-scale=1"> |
6 | | - <meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="3.6.0.782313449241"> |
| 6 | + <meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="3.6.0.784967927027"> |
7 | 7 |
|
8 | 8 | <!-- See retype.com --> |
9 | 9 | <meta name="generator" content="Retype 3.6.0"> |
10 | 10 |
|
11 | 11 | <!-- Primary Meta Tags --> |
12 | 12 | <title>Automatic Harvest</title> |
13 | 13 | <meta name="title" content="Automatic Harvest"> |
14 | | - <meta name="description" content="Auto-Harvest automatically harvests your positions up to once per day, with the minimum earnings currently set to the equivalent of $50."> |
| 14 | + <meta name="description" content="Auto-Harvest automatically harvests your positions, currently each time the rewards are above the equivalent of $50."> |
15 | 15 |
|
16 | 16 | <!-- Canonical --> |
17 | 17 | <link rel="canonical" href="https://docs.vfat.io/automation/harvest/"> |
|
20 | 20 | <meta property="og:type" content="website"> |
21 | 21 | <meta property="og:url" content="https://docs.vfat.io/automation/harvest/"> |
22 | 22 | <meta property="og:title" content="Automatic Harvest"> |
23 | | - <meta property="og:description" content="Auto-Harvest automatically harvests your positions up to once per day, with the minimum earnings currently set to the equivalent of $50."> |
24 | | - <meta property="og:image" content="https://docs.vfat.io/img/automation/settings.png"> |
| 23 | + <meta property="og:description" content="Auto-Harvest automatically harvests your positions, currently each time the rewards are above the equivalent of $50."> |
| 24 | + <meta property="og:image" content="https://docs.vfat.io/img/automation/harvest-new-position.png"> |
25 | 25 |
|
26 | 26 | <!-- Twitter --> |
27 | 27 | <meta property="twitter:card" content="summary_large_image"> |
28 | 28 | <meta property="twitter:url" content="https://docs.vfat.io/automation/harvest/"> |
29 | 29 | <meta property="twitter:title" content="Automatic Harvest"> |
30 | | - <meta property="twitter:description" content="Auto-Harvest automatically harvests your positions up to once per day, with the minimum earnings currently set to the equivalent of $50."> |
31 | | - <meta property="twitter:image" content="https://docs.vfat.io/img/automation/settings.png"> |
| 30 | + <meta property="twitter:description" content="Auto-Harvest automatically harvests your positions, currently each time the rewards are above the equivalent of $50."> |
| 31 | + <meta property="twitter:image" content="https://docs.vfat.io/img/automation/harvest-new-position.png"> |
32 | 32 |
|
33 | 33 | <script data-cfasync="false">(function () { var el = document.documentElement, m = localStorage.getItem("doc_theme"), wm = window.matchMedia; if (m === "dark" || (!m && wm && wm("(prefers-color-scheme: dark)").matches)) { el.classList.add("dark") } else { el.classList.remove("dark") } })();</script> |
34 | 34 |
|
35 | | - <link href="../../resources/css/retype.css?v=3.6.0.782313449241" rel="stylesheet"> |
| 35 | + <link href="../../resources/css/retype.css?v=3.6.0.784967927027" rel="stylesheet"> |
36 | 36 |
|
37 | | - <script data-cfasync="false" src="../../resources/js/config.js?v=3.6.0.782313449241" data-turbo-eval="false" defer></script> |
| 37 | + <script data-cfasync="false" src="../../resources/js/config.js?v=3.6.0.784967927027" data-turbo-eval="false" defer></script> |
38 | 38 | <script data-cfasync="false" src="../../resources/js/retype.js?v=3.6.0" data-turbo-eval="false" defer></script> |
39 | | - <script id="lunr-js" data-cfasync="false" src="../../resources/js/lunr.js?v=3.6.0.782313449241" data-turbo-eval="false" defer></script> |
| 39 | + <script id="lunr-js" data-cfasync="false" src="../../resources/js/lunr.js?v=3.6.0.784967927027" data-turbo-eval="false" defer></script> |
40 | 40 | </head> |
41 | 41 | <body> |
42 | 42 | <div id="docs-app" class="relative text-base antialiased text-gray-700 bg-white font-body dark:bg-dark-850 dark:text-dark-300"> |
@@ -175,29 +175,35 @@ <h1> |
175 | 175 | <span>Automatic Harvest</span> |
176 | 176 | </h1> |
177 | 177 | </doc-anchor-target> |
178 | | -<p>Auto-Harvest automatically harvests your positions up to once per day, with the minimum earnings currently set to the equivalent of $50.</p> |
| 178 | +<p>Auto-Harvest automatically harvests your positions, currently each time the rewards are above the equivalent of $50.</p> |
179 | 179 | <p>There is a 1.2% auto-harvest fee on rewards, part of which is used to pay for gas costs (no further user input needed).</p> |
180 | 180 | <p>The setting can be enabled in two places:</p> |
181 | | -<p>Firstly in the general settings (gear icon on the top right).</p> |
| 181 | +<p>Firstly when opening a new position.</p> |
182 | 182 | <p><figure class="content-center"> |
183 | | - <img src="../../img/automation/settings.png" alt="Settings"> |
184 | | - <figcaption class="caption">Settings</figcaption> |
| 183 | + <img src="../../img/automation/harvest-new-position.png" alt="New Position"> |
| 184 | + <figcaption class="caption">New Position</figcaption> |
185 | 185 | </figure> |
186 | 186 | </p> |
187 | 187 | <p>Secondly in the Harvest tab of any active position.</p> |
188 | 188 | <p><figure class="content-center"> |
189 | | - <img src="../../img/automation/harvest.png" alt="Harvest"> |
190 | | - <figcaption class="caption">Harvest</figcaption> |
| 189 | + <img src="../../img/automation/harvest-tab.png" alt="Harvest Tab"> |
| 190 | + <figcaption class="caption">Harvest Tab</figcaption> |
191 | 191 | </figure> |
192 | 192 | </p> |
193 | | -<p>It is enabled once per chain and applies to all positions on that chain.</p> |
| 193 | +<p>You also have the option of converting the rewards to a token of your choice.</p> |
| 194 | +<p><figure class="content-center"> |
| 195 | + <img src="../../img/automation/harvest-convert-rewards.png" alt="Convert Rewards"> |
| 196 | + <figcaption class="caption">Convert Rewards</figcaption> |
| 197 | +</figure> |
| 198 | +</p> |
| 199 | +<p>It is enabled individually for each position.</p> |
194 | 200 | <p>The general setting of Automation needs to be enabled as well, so this requires two transactions:</p> |
195 | 201 | <ol type="a"> |
196 | 202 | <li>Enable Automation</li> |
197 | 203 | <li>Enable Auto-Harvest</li> |
198 | 204 | </ol> |
199 | 205 | <p>These can then be disabled in the general settings.</p> |
200 | | -<p>Auto-Harvest and Auto-Compound are mutually exclusive, only one per chain can be enabled.</p> |
| 206 | +<p>Auto-Harvest and Auto-Compound are mutually exclusive, only one per each position can be enabled.</p> |
201 | 207 |
|
202 | 208 |
|
203 | 209 | <!-- Required only on API pages --> |
|
0 commit comments