diff --git a/src/components/layout/Modals.svelte b/src/components/layout/Modals.svelte
index 03b829d..3acd1b8 100644
--- a/src/components/layout/Modals.svelte
+++ b/src/components/layout/Modals.svelte
@@ -14,9 +14,14 @@
import UnstakeCAP from '../modals/UnstakeCAP.svelte'
import HistoryOrderStatus from '../modals/HistoryOrderStatus.svelte'
import Settings from '../modals/Settings.svelte'
+ import Welcome from '../modals/Welcome.svelte'
+{#if $activeModal && $activeModal.name == 'Welcome'}
+
+{/if}
+
{#if $activeModal && $activeModal.name == 'Settings'}
{/if}
@@ -67,4 +72,4 @@
{#if $activeModal && $activeModal.name == 'MarketInfo'}
-{/if}
\ No newline at end of file
+{/if}
diff --git a/src/components/modals/Welcome.svelte b/src/components/modals/Welcome.svelte
new file mode 100644
index 0000000..9f4afdb
--- /dev/null
+++ b/src/components/modals/Welcome.svelte
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+
+ CAP is a decentralized trading dashboard for opening leveraged long and short positions using ETH or USDC as margin. Connect a wallet on Arbitrum, bridge funds if needed, choose a market, then size the order in the trade panel.
+
+
+
+
+
1. Connect
+
Use the wallet button in the header to connect a supported wallet on Arbitrum.
+
+
+
2. Fund
+
Bridge ETH or USDC to Arbitrum, then deposit pool funds or keep collateral in your wallet for trading.
+
+
+
3. Trade
+
Select a market, choose direction and leverage, then review order details before submitting.