You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@ For VPS/cloud hosts, avoid third-party "1-click" marketplace images when possibl
142
142
143
143
## x402 / Daydreams Router
144
144
145
-
If you want to use [Daydreams Router (x402)](/providers/x402) with on-device wallet signing via SAW, use the fork installer — it handles SAW setup, gateway install, and x402 onboarding in one command:
145
+
If you want to use [Daydreams Router (x402)](/providers/x402) with either Taskmarket or SAW-based wallet signing, use the fork installer. In an interactive terminal it asks which wallet tooling to install; in non-interactive shells it installs both. It then handles the selected wallet setup, gateway install, and x402 onboarding in one command:
1.**Phase 1 — SAW daemon**: downloads SAW binaries, generates an EVM wallet key on-device, writes a conservative spending policy, and starts the daemon (systemd on Linux, LaunchAgent on macOS).
26
-
2.**Phase 2 — OpenClaw gateway**: installs the CLI globally from a prebuilt release tarball (fast, no build tools needed).
27
-
3.**Phase 3 — Onboarding**: runs `openclaw onboard --auth-choice x402` if a TTY is available; otherwise prints the manual command.
25
+
1.**Wallet choice**: if a TTY is available, the script asks whether to install SAW, Taskmarket, or both. In non-interactive shells it defaults to installing both.
26
+
2.**Phase 1 — SAW daemon**: when selected, downloads SAW binaries, generates an EVM wallet key on-device, writes a conservative spending policy, and starts the daemon (systemd on Linux, LaunchAgent on macOS).
27
+
3.**Phase 2 — OpenClaw gateway**: installs the CLI globally from a prebuilt release tarball (fast, no build tools needed).
28
+
4.**Phase 2.25 — Taskmarket CLI**: when selected, installs the `taskmarket` binary globally so Taskmarket wallet onboarding can rely on it being present.
29
+
5.**Phase 3 — Onboarding**: runs `openclaw onboard --auth-choice x402` if a TTY is available; otherwise prints the manual command.
28
30
29
31
To skip SAW setup (e.g. you already have a wallet):
30
32
@@ -37,8 +39,12 @@ See the [script header](https://github.com/daydreamsai/openclaw-x402-router/blob
37
39
## Quick setup
38
40
39
41
1. Run onboarding and select Daydreams Router (x402).
40
-
2. Enter your wallet private key and router URL.
41
-
3. Set the default model:
42
+
2. Choose one of the auth methods:
43
+
-`Taskmarket wallet keystore`
44
+
-`Secure Agent Wallet (SAW)`
45
+
-`Wallet private key`
46
+
3. If you choose Taskmarket and no keystore is present yet, onboarding can run `taskmarket init` for you.
0 commit comments