Skip to content

Commit 9fe81dd

Browse files
authored
Merge pull request #17 from yieldprotocol/feat/troubleshooting-md
feat: troubleshooting guide
2 parents 577338f + ed18cd9 commit 9fe81dd

6 files changed

+61
-0
lines changed

Diff for: _sidebar.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!-- docs/_sidebar.md -->
22
- [Getting Started](/ "Yield Protocol Documentation")
3+
- [Troubleshooting](troubleshooting.md "Yield Protocol Docs | Troubleshooting")
34
- [FAQ](faq.md "Yield Protocol Docs | FAQ")
45
- [Users](/users/ "Yield Protocol Docs | Users Documentation")
56
- [Borrowing](/users/borrowing.md "Yield Protocol Docs | Users Borrowing")

Diff for: assets/connection-error.png

77.5 KB
Loading

Diff for: assets/dust.png

52.7 KB
Loading

Diff for: assets/not-loading.png

43.2 KB
Loading

Diff for: assets/transaction-aborted.png

229 KB
Loading

Diff for: troubleshooting.md

+60
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# Troubleshooting
2+
3+
If you can't solve your issue with the instrutions here, please ask us in [Discord](https://discord.com/channels/752978124614008945).
4+
5+
- Open a support ticket in [#create-ticket](https://discord.com/channels/752978124614008945/893209711397195776). We can't provide support on public channels for security reasons.
6+
- Tell us what is that you were trying to achieve.
7+
- Tell us how did you arrive to the issue.
8+
- Tell us your address.
9+
- If there is any debugging information (a long string of non-sensical hexadecimal data), please copy and paste that in the ticket.
10+
- Please be aware that certain levels of support are only available during European or American business hours.
11+
12+
## General
13+
14+
- Reset the app (click your profile picture > troubleshooting > 'reset app').
15+
16+
## Not Loading
17+
18+
<figure class="image" align = "center">
19+
<img src="assets/not-loading.png" alt="not-loading" title="not-loading">
20+
</figure>
21+
22+
- Reset the app (click your profile picture > troubleshooting > 'reset app').
23+
24+
## Transaction Aborted
25+
26+
<figure class="image" align = "center">
27+
<img src="assets/transaction-aborted.png" alt="transaction aborted" title="transaction aborted">
28+
</figure>
29+
30+
- Go into the settings (click the profile picture) and select the option 'Use approval by transactions'
31+
32+
## Connection Error
33+
34+
<figure class="image" align = "center">
35+
<img src="assets/connection-error.png" alt="connection error" title="connection error">
36+
</figure>
37+
38+
- Please make sure you are connected to a supported network (ethereum/arbitrum).
39+
- If you are using a wallet the is NOT metamask (or you are using a ledger), check that you do use WalletConnect as the connection method.
40+
41+
## Remaining Debt will be Below Dust Levels.
42+
43+
The minimum debt that can be allowed in a vault at the time of writing is 5000 USD equivalent or 100 USD equivalent. If you try to repay an amount that would leave your debt under that level, the contracts won't let you.
44+
45+
<figure class="image" align = "center">
46+
<img src="assets/dust.png" alt="dust" title="dust">
47+
</figure>
48+
49+
- Make sure that you have enough funds in your wallet to repay the entire debt.
50+
51+
52+
## Liquidated
53+
54+
We recognize the users that have been liquidated by giving them a "Protocol Hero" role on Discord.
55+
56+
If you have been liquidated, we need to verify that you own the liquidated vault:
57+
- Go to https://www.myetherwallet.com/wallet/sign
58+
- Connect with the wallet that owns the liquidated vault
59+
- Sign a message with any text in it
60+
- Post the result in a #create-ticket channel in Discord.

0 commit comments

Comments
 (0)