-
Notifications
You must be signed in to change notification settings - Fork 0
/
StopLoss.json
64 lines (64 loc) · 2.66 KB
/
StopLoss.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"stop":[
{
"question": "What is a stop-loss?",
"answer": "A stop-loss is a trading tool designed to help prevent losses or automatically exit positions. ",
"secondAnswer":"",
"more": {
"text":"For more about stop-losses on Bogged, including examples,",
"link":{
"href":"/",
"linkText": "see Docs / Academy"
}
}
},
{
"question": "What is a trailing stop-loss?",
"answer": "A trailing stop-loss is a stop-loss which includes a dynamic trigger point that follows an upwards price trend. This can lock in more profits than a standard stop-loss.",
"secondAnswer":"",
"more": {
"text":"For more information, ",
"link":{
"href":"https://www.bogged.finance/academy/bogged-finance-provides-a-variety-of-order-types-that",
"linkText": "check out our Academy article."
}
}
},
{
"question": "How do Bogged DeFi stop-losses work?",
"answer": "When you approve and set a Bogged stop-loss, our systems immediately begin monitoring the price of the token you want to sell. No funds leave your wallet until the target price is reached, which is when Bogged executes the trade from within your wallet.",
"secondAnswer":"Bogged stop-losses work with every token listed on our many supported DEXes and chains.",
"more": {
"text":"For more information,",
"link":{
"href":"/",
"linkText": "see our Academy article and docs"
}
}
},
{
"question": "Are Bogged stop-losses safe?",
"answer": "With one of the highest volumes of orders placed by any DeFi Limit Order platform, Bogged has become a trusted platform for hundreds of thousands of traders. Fund safety is obviously our highest concern, and we take many serious steps to ensure we the platform and its users remain secure.",
"secondAnswer":"",
"more": {
"text":"Read more about stop-loss security",
"link":{
"href":"/",
"linkText": "here"
}
}
},
{
"question": "Why didn't my order fill?",
"answer": "Failed orders are a rare occurrence, but they can happen due to external factors outside of Bogged's control. You should be able to view the reason the order failed in the “my orders” section. ",
"secondAnswer":"",
"more": {
"text":"If you require help with a stop-loss, please contact us using the chat bubble on this page or reach out to one of our admins on Telegram.",
"link":{
"href":"/",
"linkText": "Click here to view our failed order troubleshooter."
}
}
}
]
}