integrate-offramp

Automate crypto-to-fiat off-ramp quotes and wallet resolution across providers.

46|18|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/solana-foundation/solana-developer-platform --skill integrate-offramp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integrate-offramp
Source: https://github.com/solana-foundation/solana-developer-platform/tree/main/.agents/skills/integrate-offramp
Command: npx skills add https://github.com/solana-foundation/solana-developer-platform --skill integrate-offramp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Skill solves the problem of manually implementing and integrating a ramp provider's crypto→fiat off-ramp quote, creating a streamlined process for wallet and payout account resolution.

Core Features & Use Cases

  • Off-ramp Quote Implementation: Automates the creation of off-ramp quotes for crypto→fiat conversions.
  • Handler Dispatch: Orchestrates the dispatch for wallet and payout account resolution.
  • Provider-Specific Resolutions: Handles the unique requirements of various providers like Lightspark.

Quick Start

Execute the 'integrate-offramp' Skill to add support for a new ramp provider in the 'apps/sdp-api' directory.

Frequently Asked Questions about integrate-offramp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate crypto-to-fiat off-ramp quote creation for a new provider?

Automate crypto-to-fiat off-ramp quotes by executing the integrate-offramp Skill in your development environment. It streamlines the creation process and adds support for new ramp providers within the apps/sdp-api directory.

What is the best way to handle wallet and payout account resolution across multiple ramp providers?

Wallet and payout account resolution across providers is handled through a handler dispatch mechanism. This orchestrates the routing tasks required to manage the unique API interactions and database management for each specific provider.

Does this off-ramp integration process support provider-specific requirements like Lightspark?

Yes, the off-ramp integration supports provider-specific resolutions for unique requirements such as those from Lightspark. It coordinates the specific API interactions needed to handle these distinct provider workflows.

How do I add a new ramp provider to my apps/sdp-api directory?

Add a new ramp provider by executing the integrate-offramp Skill within your development environment. This automates the scripting and routing tasks required to integrate the new provider into the apps/sdp-api directory.

Can I use this to coordinate API interaction and database management for crypto payouts?

Yes, you can use this to coordinate API interaction and database management for crypto payouts. It is tailored for development environments requiring scripted routing to manage wallet and payout account data.