Quick Start (First 15 Minutes)
This guide takes you from wallet connect to first controlled execution.
1) Connect Wallet
- Install ArgentX or Braavos.
- Switch to Starknet Sepolia for test flows.
- Open
https://zkde.fiand connect.
Expected result:
- Wallet shows connected.
- App routes are available (
/profile,/agent,/trade).
2) Set Trust Context In Profile
- Open
/profile. - Confirm identity/binding status.
- Check trust/reputation state and any gating warnings.
Why this is first:
- Borrowing, automation, and some execution paths are policy/gate dependent.
3) Prepare In Capital OS
- Open
/agent. - In Capital Ledger, confirm your capital posture.
- In Control Plane, confirm system health and readiness.
- Decide your mode: guided/manual first, automation later.
Expected result:
- You can hand off to Trade Desk with a clear posture and policy state.
4) Execute In Trade Desk
- Open
/trade. - Pick an opportunity from the stream/list.
- Select adapter route (do not skip this).
- Run simulation with explicit slippage settings.
- Execute via wallet signature.
Expected result:
- Tx hash/receipt is produced.
- Opportunity state refreshes after confirmation.
5) Verify Outcome
- Return to
/profileand check updated trust/reputation context. - Review receipts/history and confirm result matches simulation intent.
- Adjust constraints or strategy and repeat.
Common Mistakes
- Executing before profile/trust checks.
- Ignoring adapter route and slippage.
- Forcing execution through a mismatched gate state.
Next: Capital OS | Trade Desk | How Systems Work