diff --git a/B_Config.py.sample b/B_Config.py.sample index 608c3ce..09f9a47 100644 --- a/B_Config.py.sample +++ b/B_Config.py.sample @@ -95,7 +95,7 @@ Send_me_a_report = True # Logs summary of what has happened, if something has ha Notify_Slack = False Notify_Telegram = False Notify_Gmail = False -Email_format = 'TEXT' # Define to receive the report and status update in TEXT or HTML +Email_format = 'HTML' # Define to receive the report and status update in TEXT or HTML Send_me_a_status_update = True # Even if nothing is done by the script, you can receive a status update with your key infos your Anchor / Positions. Status_update_frequency = 24 # In hours. 24 means once per 24h. Status_update_time = '14:00' # Time to send you the status_update based on server time diff --git a/assets/Notifications.py b/assets/Notifications.py index 4725094..8f91186 100644 --- a/assets/Notifications.py +++ b/assets/Notifications.py @@ -152,7 +152,7 @@ def generate_status_report_html(self, format, Anchor_borrow_info, Mirror_positio status_update += f'or if {position["mAsset_symbol"]} would raise by {(position["shorted_mAsset_gain_to_liq"].__float__()*100):.0f}% you would get liquidated.
' status_update += f'
' - status_update += f'Reserve: In order to increase your LTV by 5% on all positions you would need assets valued {Mirror_position_info[len(Mirror_position_info)-1]["reserve_UST"].__float__()/1000000:.0f} UST. Do you have enough?' + status_update += f'Reserve: In order to increase your LTV by 5% on all positions you would need assets valued at {Mirror_position_info[len(Mirror_position_info)-1]["reserve_UST"].__float__()/1000000:.0f} UST. Do you have enough?' return status_update diff --git a/readme.md b/readme.md index 0b8056b..814e4f4 100644 --- a/readme.md +++ b/readme.md @@ -1,9 +1,9 @@ ## Summary -Tired of non-stop worrying whether you will get liquidated when the market moves? You want to get the maximum out of your Degen Delta Neutral Strategy on Mirror? You want to minimize the risk of your rewards token (SPEC, MIR) losing in value, and rather want to sell them? You want to maintain a healthy LTV on your Anchor Borrow and deposit the borrowed UST into Anchor Earn? +Tired of non-stop worrying whether you will get liquidated when the market moves? You want to get the maximum out of your Degen Delta Neutral Strategy on Mirror? You want to minimize the risk of your rewards token (SPEC, MIR) losing in value, and rather want to sell them? You want to maintain a healthy LTV on your Anchor Borrow and deposit the borrowed UST into Anchor Earn? Not sure to claim and sell your token rewards? Then, this bot is for you! -Automatically manage all your ANC, MIR, SPEC token rewards, Mirror Delta Neutral Short Positions, UST claims after lockup, Anchor Borrow and Earn for Terra. +Automatically manage all your ANC, MIR, SPEC token rewards, Mirror Delta Neutral Short Positions, UST claims after lockup, Anchor Borrow and Earn for Terra, deposits and withdraws from liquidity pools to sell. ## Thank you! If this bot is helpful to you and helps maximize your gainz, feel free to donate a bit to `terra1xl0ww4tykjmm4vnzck0qz5luu6rxl97wuwmgfg`. This will also keep the development going and the bot up-to-date. Thank you! :)