Documentation

Using GhostYield today

Practical guide for the public paper demo. Protocol vision and architecture live in the whitepaper.

Paper demo only

Everything under /app is a simulated agent experience for demos and building-in-public. There are no real funds, no wallet custody, no live swaps, and no on-chain stealth settlement yet. Strategy names describe the roadmap; engines are still in development.

Quick start

  1. Open /app (or use Launch demo on the landing page).
  2. Click Deploy agent, pick a strategy label, capital, and risk.
  3. On the agent page, watch the shadow activity feed and paper PnL. Use Simulate hop to force a new event.
  4. Try Pause, Resume, and Withdraw — these only change local demo state.

Data is stored in your browser localStorage. Clearing site data removes agents. Other devices will not see them.

What works today

FeatureStatus
Landing + waitlist UILive
WhitepaperLive (v1.1)
Paper agent dashboard (/app)Live — simulated
Deploy / pause / withdraw UXLive — local only
Activity feed & paper PnLLive — simulated
Database schema (Neon / Drizzle)Live — foundation
Cloud API for agentsIn development
Real yield / LP / arb executionIn development
Stealth addresses on-chainIn development
ZK attestationsIn development
Wallet connect & real depositsIn development

Strategies

These are the modes you can select in the demo. When live, each targets a different profit path inside a user policy (allowlisted venues, size limits, risk). Today they are labels — the feed does not call real markets.

Shadow Yield

Rotate capital toward the best risk-adjusted lending / vault APR.

When live

The agent monitors allowlisted lending markets and yield vaults, estimates net APR after fees and gas, and reallocates when the improvement clears your risk policy.

In the demo now

Label only. Paper PnL and activity lines are simulated locally — no real deposits or lending calls.

Stealth LP

Earn swap fees in allowlisted pools while bounding IL risk.

When live

Provide liquidity in whitelist pools, harvest fees, and exit or resize when estimated impermanent loss or volatility breaks policy limits. Execution is meant to route via stealth addresses.

In the demo now

Label only. “Rebalanced LP” style logs are cosmetic templates in the paper feed.

Cross-chain Arb

Capture price spreads across venues when edge survives costs.

When live

Compare quotes across allowlisted DEXs / chains. If spread > gas + slippage + buffer, execute a size-capped arb and settle through private routing where available.

In the demo now

Label only. No quotes, no swaps — simulated hops only.

Quiet Rebalance

Keep the book inside policy without noisy, copyable footprints.

When live

When drift, risk, or opportunity thresholds hit, rebalance toward target weights using stealth hops so timing and size are harder to cluster on public explorers.

In the demo now

Label only. Pause / resume / withdraw demonstrate control UX on paper state.

Not live yet

  • Connecting a wallet or depositing real assets into an agent vault
  • Actual lending, LP, or arbitrage transactions
  • On-chain stealth address derivation and trail burning
  • Zero-knowledge solvency / policy proofs
  • Cross-device sync of agents (everything is local to your browser)

Roadmap details: see Whitepaper §14 Roadmap.

FAQ

Is this financial advice / live yield?

No. The demo is for product illustration while we build. Do not send funds anywhere based on simulated PnL.

How does the agent “know where to trade” later?

Inside an allowlist of chains/protocols/assets, a strategy engine will score candidates (APR, spreads, fees minus gas/risk) and execute only within your limits. See whitepaper strategy modes and architecture sections.

Whitepaper vs Docs?

Docs = how to use what exists now. Whitepaper = protocol vision, privacy model, and roadmap.