Skip to main content
Use the prompts below to have an AI coding agent (Claude, Cursor, Copilot, etc.) integrate Ground’s Portfolio Wallets API into your product. Each prompt is tailored to a specific customer type so the agent optimizes for your product’s goals. How it works: Each prompt runs a multi-step process. The agent will first analyze your codebase and ask clarifying questions before writing any code. This avoids hallucinations from incorrect assumptions about your stack, infrastructure, or architecture.
These prompts are designed for use against the sandbox environment (https://sandbox.groundtech.co). Do not point at production until you have validated the integration end-to-end in sandbox.

Prerequisites

Before running any prompt, make sure you have:
  1. A Ground sandbox API token (contact your Ground rep if you don’t have one)
  2. Your AI coding agent has access to your project’s codebase
  3. Access to Ground’s API documentation

Neobank / Savings Product

Use this if you are building a consumer or business banking product where end-users hold balances and expect to earn yield on idle funds.

Cross-Border Payments / Stablecoin Money Movement

Use this if you are building a cross-border payments, remittance, or stablecoin money movement product (similar to Bridge, OpenFX, etc.) where funds transit through your platform and you want to earn yield on float/held balances.

Non-Custodial Wallet Provider

Use this if you are building a self-custody wallet, smart wallet, or MPC wallet product where users hold their own keys and you want to offer yield features without taking custody of funds.

Tips for best results

  • Run Step 1 first, review the plan, then run Step 2. The two-step approach prevents the agent from making wrong assumptions about your codebase.
  • Answer the agent’s questions. During Step 1, the agent will likely ask clarifying questions about your architecture. Answer them — this is by design and prevents hallucinated code.
  • Use sandbox first. All prompts target https://sandbox.groundtech.co. Test with Sepolia USDC or Mock Sepolia USDT.
  • Check the webhook handler carefully. Signature verification is security-critical. Review the generated Ground-Signature verification code against our reference implementation.
  • The Turnkey approval flow is product-specific. The prompts intentionally leave room for the agent to ask how your signing infrastructure works rather than assuming a specific Turnkey integration pattern.