← Paths

Build once.
Earn everywhere.

Create a portable crypto agent workflow with the SDK, bond it with PROMPT, and earn rewards as people install and stake behind it.

The journey

From idea to earning in six steps

01
Clone the SDK
Clone the Wayfinder Paths SDK repo and install dependencies with Poetry. Use it with your favorite coding agent or build directly.
02
Build & test locally
Scaffold your Path, then build your strategy, monitor, or skill. Validate your Path to make sure it works, and Preview to test the applet locally.
03
Publish from the CLI
Publish your Path. The CLI outputs a claim URL you'll use to finish setup on the site.
04
Automated security review
Every published Path goes through automated review before it can go public. No manual approval needed for passing paths.
05
Bond with PROMPT
Post PROMPT as first-loss capital to secure your path. This unlocks community staking and weekly emissions.
Unlocks community staking + emissions
06
Earn rewards
After a short probation period, start receiving weekly creator rewards. If community stakers back your Path, earn 20% of their rewards too.
20% of staker rewards go to the creator
Quick start

Just tell your agent what to build

Clone the SDK, open Claude Code or Codex, and describe what you want. Your agent handles the scaffolding, coding, and publishing.

terminal
$ git clone github.com/WayfinderFoundation/wayfinder-paths-sdk
$ cd wayfinder-paths-sdk && poetry install
Step 2Open Claude Code or Codex in the SDK directory
> I want to create a path that monitors funding rates across Hyperliquid and Binance, alerts when the spread exceeds 0.1%, and suggests optimal entry sizing based on historical mean reversion.
Your agent will scaffold the path, write the strategy logic, set up the applet, and run tests.
Step 3When you are happy with it
> Publish this path. My management wallet address is 0x1234...abcd
The agent runs the publish command and gives you a claim URL to finish setup on the site.
Prefer CLI commands?
$ wayfinder path init --name my-strategy
$ wayfinder path doctor --path my-strategy
$ wayfinder path preview --path my-strategy
$ wayfinder path publish --path my-strategy
Path types

Choose what to build

Strategy
A repeatable trade or execution workflow.
Delta-neutral farming, basis trades, yield optimization
Monitor
A market watcher that helps users decide what to do.
Funding rate detector, Polymarket wallet tracker, liquidation alerts
Skill
A packaged capability for AI coding agents.
Spread trade finder, hedge detector, meme coin entry planner
After publish

Finish setup on the site

The CLI outputs a claim URL. Open it to link your wallet, bond your path, and go live.

1
Open the claim URL the CLI printed
2
Connect your owner wallet on the site
3
Bond your path with PROMPT
4
Share it — installs and staking start flowing

Ready to build?

Install the SDK, publish your first path, and start earning.