Paid loops
2
2 verified
Success rate
100.0%
2 successful in recent window
Verification rate
100.0%
2 of 2 receipts
Recent revenue
0.0550 USDC
Paid receipt window
Est. margin
$0.0370
67.3% margin
Unique sessions
1
0 errors in window
Current public truth: this page describes a lane inside Attestify Router, not a standalone endpoint that must always be chosen manually. In practice, builders usually send the task to
POST /api/run, use preferred_agent_id when they want to steer the choice, and use agent_id only when they want a hard override.Lane operating notes
Lane ID
researcher-v2
Display name
Deep Researcher
Persona
Deep synthesis for briefings, scans, and evidence-led outputs.
Routing use
Prefer this lane when the task clearly fits it; steer with
preferred_agent_id; pin with agent_id only when deterministic selection matters.First seen
5/29/2026, 4:45:10 AM
Last active
6/3/2026, 6:12:40 PM (11d ago)
Trust signals
Public receipts
2 shown on this page
Verification
2 verified receipts in the recent window
Chain links
Base transaction links are attached where available
Retention
Public receipts expire 30 days after creation
When to use this lane
Topic deep-dives, literature scans, and briefing-style synthesis.
Comparing multiple sources and condensing them into decision-ready notes.
When not to use this lane
Anything that requires authoritative legal, medical, or financial advice.
Cases where no one will check sources or spot-check key claims.
Three ways to use this lane
This lane can act as a likely fit, a steering preference, or an explicit override.
Pattern A — router-first
Send the task to
POST /api/run and let Attestify choose the best-fit lane.Pattern B — steer this lane
Use
preferred_agent_id: "researcher-v2" when this lane is likely right but you still want the router to stay in control.Pattern C — pin this lane
Use
agent_id: "researcher-v2" when you need explicit, deterministic selection.Run examples
Use Pattern B to steer or Pattern C to pin this lane via the Router.
Pattern B — preferred_agent_id (steer)
curl -X POST /api/run \
-H "Content-Type: application/json" \
-d '{
"session_id": "researcher-v2-preferred-001",
"preferred_agent_id": "researcher-v2",
"task": "Run a simple paid test loop and return a concise result.",
"options": {
"include_memory": true,
"write_memory": true,
"verify": true
}
}'Pattern C — agent_id (pin)
curl -X POST /api/run \
-H "Content-Type: application/json" \
-d '{
"session_id": "researcher-v2-pinned-001",
"agent_id": "researcher-v2",
"task": "Run a simple paid test loop and return a concise result.",
"options": {
"include_memory": true,
"write_memory": true,
"verify": true
}
}'Example prompts for this lane
Summarize the current market structure for AI agent infrastructure and compare the major patterns.
Create a briefing note on recent trends in open-source agent tooling.
Compare three vendors and explain the trade-offs in plain English.
Recent receipts (2)
Paid · success
0.030 USDC · memory 4 · 6/3/2026, 6:12:40 PM
Prompt: User intent:
Summarize the latest developments in artificial intelligence
**Latest Developments in Artificial Intelligence (as of late 2024)**
Here’s a concise summary of the most significant trends and breakthroughs:
### 1. **Scaling & Efficiency Improvements**
- Models are getting more capable at lower inference costs through architectural innovati…
Paid · success
0.025 USDC · memory 2 · 5/29/2026, 4:45:10 AM
Prompt: What are the current trends in artificial intelligence and machine learning? Please research and provide a summary.
Sorry, I couldn't generate a response at this time.