home page updates

This commit is contained in:
Tim
2024-04-26 18:08:42 -04:00
parent 208dbc523e
commit 083a8a6814
4 changed files with 21 additions and 15 deletions

BIN
media/How It Works.xcf Normal file

Binary file not shown.

BIN
media/logo-lg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -27,7 +27,8 @@
</v-card-text> </v-card-text>
<home-actions/> <home-actions/>
</v-card> </v-card>
<how-it-works class="mt-12"/> <div style="height: 3rem; font-size: 0; line-height: 0;"/>
<how-it-works/>
<home-actions/> <home-actions/>
</div> </div>
</template> </template>

View File

@@ -5,33 +5,35 @@
<v-card-text> <v-card-text>
<h4>Order Management</h4> <h4>Order Management</h4>
<p> <p>
Dexorder is an on-chain Order Management System (OMS) that holds sophisticated order types and executes them Dexorder is an on-chain Order Management System (OMS) that holds advanced order types and executes them
on the appropriate <uniswap-logo/> DeFi exchange at the correct time. on the appropriate <uniswap-logo/> DeFi exchange at the correct time.
</p> </p>
</v-card-text> </v-card-text>
<v-card-text> <v-card-text>
<h4>Personal Smart Vaults</h4> <h4>Personal Trading Vaults</h4>
<p> <p>
Everyone gets their own personal smart vault, which can hold <i>smart orders</i> as well as tokens. Only you Everyone gets your own trading vault smart contract, which can hold <i>orders</i> as well as tokens. Whenever
as the owner of your vault may withdraw funds or manage orders. This smart vault understands your order your order conditions are met, vault will trade its tokens with Uniswap. After completing a swap, your vault
specifications and will only trade with Uniswap when all of the order conditions are met. After trading, the can also trigger other actions like creating a stoploss order.
smart vault can also activate stoplosses or other conditional actions like canceling an OCO </p>
(One-Cancels-the-Other) group. <p>
Only you the vault's owner may withdraw funds or manage orders in your vault.
The orders in the vault may only trade the tokens in the vault, and your regular wallet is never touched.
</p> </p>
</v-card-text> </v-card-text>
<v-card-text> <v-card-text>
<h4>Funds are Never Locked</h4> <h4>Funds are Never Locked</h4>
<p> <p>
Tokens deposited into your vault are <i>never locked</i> and may always be withdrawn at any time by only you. Tokens deposited into your vault may always be withdrawn at any time by only you. Funds are <i>never</i> locked
If there are active orders in the vault that need those funds, those orders are simply unable to trade, and by the vault. If active orders in the vault need those funds, those orders are simply unable to trade, and the
they will stay open without being able to execute. If you put tokens back into your vault when there are open orders will stay open without being able to execute. If you put tokens back into your vault, any open orders
orders, those orders will automatically resume and trade the newly available funds. will automatically resume and trade the newly available funds.
</p> </p>
</v-card-text> </v-card-text>
<v-card-text> <v-card-text>
<h4>Portfolio Management</h4> <h4>Portfolio Management</h4>
<p> <p>
Since your smart vault can see all your tokens and orders, it also provides Cancel All and Since your trading vault can see all your tokens and orders, it also provides Cancel All and
Sell Everything functions to augment your risk management when markets move fast. Sell Everything functions to augment your risk management when markets move fast.
</p> </p>
</v-card-text> </v-card-text>
@@ -39,7 +41,7 @@
<h4>Activation</h4> <h4>Activation</h4>
<p> <p>
Dexorder watches the market to know when your order conditions have been met, and then activates your vaults Dexorder watches the market to know when your order conditions have been met, and then activates your vaults
with any orders could trade immediately. The smart vaults do not trust Dexorder's activation message and perform with any orders could trade immediately. The trading vaults do not trust Dexorder's activation message and perform
an extensive check of the order conditions before agreeing to send an actual order to a Uniswap pool. Dexorder an extensive check of the order conditions before agreeing to send an actual order to a Uniswap pool. Dexorder
never has access to vault funds and cannot change any orders. Dexorder is only able to activate the vault and never has access to vault funds and cannot change any orders. Dexorder is only able to activate the vault and
provide gas at the correct times. provide gas at the correct times.
@@ -48,7 +50,7 @@
<v-card-text> <v-card-text>
<h4>Power Up</h4> <h4>Power Up</h4>
<p> <p>
Use Dexorder smart vaults for sophisticated order management when trading with your favorite <uniswap-logo/> DeFi pool! Use Dexorder trading vaults for sophisticated order management when trading with your favorite <uniswap-logo/> DeFi pool!
</p> </p>
</v-card-text> </v-card-text>
</v-card> </v-card>
@@ -63,6 +65,9 @@ import Logo from "@/components/Logo.vue";
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
p {
margin-top: 0.5em;
}
.how { .how {
.v-card-text { .v-card-text {
max-width: 40em; max-width: 40em;