-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLimitOrders.json
52 lines (52 loc) · 2.3 KB
/
LimitOrders.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
{
"limit":[
{
"question": "What is a Limit Order?",
"answer": "A limit order is an order that only executes at the price you want. Limit buys can be used to automatically catch dips and desired entry points, while limit sells can sell the peaks.",
"secondAnswer":"",
"more": {
"text":"For more about Limit Orders on Bogged, including examples, ",
"link":{
"href":"https://www.bogged.finance/academy/limit-orders-for-beginners-what-are-they-and-how-are-they-used-in-bogged-finance",
"linkText": "see Academy / Docs"
}
}
},
{
"question": "How does a Bogged DeFi Limit Order work?",
"answer": "When you approve and set a Bogged Limit Order, our systems immediately begin monitoring the price of the token you want to buy/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 limit orders work with every token listed on our many supported DEXes and chains.",
"more": {
"text":"",
"link":{
"href":"/",
"linkText": ""
}
}
},
{
"question": "Are Bogged Limit Orders 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 Limit Order 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 Limit Order, 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"
}
}
}
]
}