SovAds Docs

AI plan verifier

Have an LLM generate a verification plan for a CTA task.

Set verifier: "AI_PLAN" on a task and pass an aiPrompt describing what counts as completion (e.g. "user must hold > 50 G$ and have staked for at least 30 days"). SovAds calls llama-3.3-70b-versatile via Groq with strict JSON output and stores the resulting verification plan on the task. Each plan step is a read-only RPC call — contract addresses are bounded by the contractAllowlist you supply.

Plan generation is admin-only today: see POST /api/admin/tasks/generate-plan. Self-serve flow ships shortly.