diff --git a/src/execution-policy.md b/src/execution-policy.md index d39acbc..bf87b08 100644 --- a/src/execution-policy.md +++ b/src/execution-policy.md @@ -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. diff --git a/src/public/breakout-ico.png b/src/public/breakout-ico.png new file mode 100644 index 0000000..65ad042 Binary files /dev/null and b/src/public/breakout-ico.png differ diff --git a/src/public/dca-ico.png b/src/public/dca-ico.png new file mode 100644 index 0000000..3ee1514 Binary files /dev/null and b/src/public/dca-ico.png differ diff --git a/src/public/limit-ico.png b/src/public/limit-ico.png new file mode 100644 index 0000000..3e291fb Binary files /dev/null and b/src/public/limit-ico.png differ