home icons
This commit is contained in:
@@ -2,10 +2,14 @@
|
||||
|
||||
Dexorder makes a best-effort to execute your open orders as soon as all their conditions have been met. However, execution of trades may not always be possible due to various circumstances beyond Dexorder's control.
|
||||
|
||||
You may always activate your own orders by calling your vault's `execute()` method at the right time. See [GitHub](https://github.com/dexorder-trade/contract).
|
||||
|
||||
## Supported Tokens
|
||||
|
||||
Dexorder will only trigger orders that involve supported tokens. In order to be supported, the token must conform to _both_ the `ERC20` standard and the `ERC20Metadata` standard. Tokens without proper `decimal()` methods, for example,
|
||||
are not supported.
|
||||
Dexorder will only trigger orders that involve supported tokens. In order to be supported, the token must conform to _both_ the `ERC20` standard and the `ERC20Metadata` standard. Tokens without proper `decimal()` methods, for example, are not supported.
|
||||
|
||||
Supported tokens are searchable by their contract address. As a convenience, selected major tokens are also searchable
|
||||
by their symbols. Tokens that do not appear in the web search by contract address are not supported.
|
||||
|
||||
## Typical Execution Attempts
|
||||
|
||||
@@ -13,10 +17,11 @@ Dexorder will attempt to execute each tranche at least ten (10) times under norm
|
||||
|
||||
## Failure Conditions
|
||||
|
||||
If an execution attempt reverts for an unrecognized reason unrelated to price, time, or other order conditions,
|
||||
If an execution attempt reverts for an unrecognized reason unrelated to price, time, or other order and market conditions,
|
||||
Dexorder will progressively slow down its execution attempts of that tranche, and if the tranche execution raises
|
||||
an unknown reversion code five times in a row, the execution of that order may be prematurely aborted.
|
||||
|
||||
## Timeout
|
||||
|
||||
Dexorder commits to providing triggering services for 367 days from the time your order was placed. Orders older than 367 days may be considered stale and removed from the triggering system.
|
||||
Dexorder commits to providing order triggering services for one year from the time your order was placed. Orders older
|
||||
than one year may be considered stale and deactivated in our system.
|
||||
|
||||
BIN
src/public/breakout-ico.png
Normal file
BIN
src/public/breakout-ico.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 986 B |
BIN
src/public/dca-ico.png
Normal file
BIN
src/public/dca-ico.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
src/public/limit-ico.png
Normal file
BIN
src/public/limit-ico.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
Reference in New Issue
Block a user