Sample prompts & full sessions
Six starter prompts you can paste into any Scout-equipped agent, plus six worked sessions — each showing the endpoints Scout calls, the actions it runs, and the structured response it produces.
Try these in your agent
Worked sessions
Conversational — check what's been built
- 1GET /api/projects/search?q=stablecoin+offramp&scfAwarded=1&limit=10
- 2Sort by .scfTotalAwardedUSD desc; cite project URLs.
- 3If user wants more, broaden: GET /api/projects/search?q=stablecoin+offramp (no SCF filter).
Found 4 SCF-funded off-ramp builders. Top by funding:
Combined: $548k SCF-funded across 4 teams. None target a specific geographic corridor yet — that's the differentiator if you're building one.
Deep Dive — vet a new idea
- 1Restate + reframe: "You're proposing a shielded stablecoin with hidden balances. Before searching: the regulatory layer (Tornado Cash sanctioning) makes pure privacy a dead-end on Stellar. The real wedge is *selective disclosure* — privacy by default, compliance-readable by warrant. I'll vet that angle."
- 2GET /api/projects/search?q=privacy+stablecoin+confidential → 1 adjacent match (XLM shielded prototype, abandoned).
- 3Crowdedness 2/10. Partial gap — 1 abandoned adjacent project, 0 SCF-funded, 0 hackathon winners in this exact lane.
- 4GET /api/skills/zk-proofs → quote the SDF skill's ZK primitives section inline. Recommend installing https://skills.stellar.org/skills/zk-proofs/SKILL.md + soroban.
- 5GET /api/builders?q=zk → surface candidates with the small-and-growing caveat.
- 6GET /api/projects/search?q=privacy+zk&scfAwarded=1 → report 0 SCF-funded privacy/ZK projects on Stellar today — funding signal is open.
- 7GET /api/rfps?q=privacy → no open RFP matches; suggest the user submits one at stellarlight.xyz/ideas.
Reframe accepted? Selective-disclosure stablecoin, Stellar-native.
Honest read: technically demanding (you'd need a new SEP or Soroban precompile for verifiable shielded balances), but funding + competitive whitespace is real. Don't ship pure-privacy; lead with the compliance angle from day one.
Map an idea → the right SDF skill
- 1GET /api/skills/soroban → load full SDF Soroban skill (~8k words).
- 2Quote relevant sections inline (setup, storage types, authorization, security pitfalls).
- 3Recommend installing https://skills.stellar.org/skills/soroban/SKILL.md for ongoing work.
- 4Cross-reference: assets (for SAC bridge), data (for RPC queries), standards (for SEP work).
Loading the official "soroban" skill (8,008 words, SDF-maintained). Five concerns to know upfront:
Install the full skill at .claude/skills/stellar-soroban/SKILL.md from https://skills.stellar.org/skills/soroban/SKILL.md. For SAC bridge specifically, also grab the assets skill.
Hackathon track research
- 1GET /api/hackathons?status=completed → list past events with prize pools.
- 2For each curated event, GET /api/hackathons/{slug} → read .hackathon.tracks[*].
- 3Aggregate tracks across events; rank by totalPrizeUSD desc.
- 4Note caveats: DoraHacks-sourced events have prize pool but no track-level data unless curated into Payload.
Past Stellar Hacks events with documented track payouts (curated entries only — DoraHacks events show pool only):
Curators haven't tagged track-level data on most DoraHacks-sourced events yet, so I can't rank track payouts. For Stellar Hacks: Agents specifically, the event externalUrl has track results — recommend checking that. I'll be more useful here once tracks are curated into the Hackathons collection.
Funding-first project search
- 1GET /api/projects/search?q=payments&scfAwarded=1&limit=20 → SCF-awarded payments projects.
- 2Sort by .scfTotalAwardedUSD desc. Sum total raised.
- 3Optionally cross-reference: filter where .hackathon is set, to see which won hackathon prizes en route to SCF funding.
10 SCF-funded payments projects on Stellar. Combined: $859,692.
Funding skews toward end-user / B2B payment products, not pure infra. If your idea is in this space, you're competing for SCF dollars against established teams — pick a regional corridor or a B2B vertical they don't cover. None target programmatic agentic payments yet (x402, MPP) — that's a real whitespace.
Match an idea to an open RFP
- 1GET /api/rfps?q=price+api+soroban → filter curated RFPs by keyword overlap.
- 2Return matches with title, description, technical requirements, quarter, URL.
- 3If 0 matches: tell user honestly and recommend submitting via stellarlight.xyz/ideas.
Direct match found:
Your idea aligns with an existing open RFP — no need to reinvent. The brief is specific (VWAP weighting, SEP-41 support, configurable liquidity thresholds) — read the full RFP before applying. Adjacent RFP that overlaps: "DeFi Positions API" (Q1 2026) — same author, complementary scope.