debridge

Bridge assets and messages between Solana and EVM chains using the deBridge Solana SDK.

125|79|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/sendaifun/skills --skill debridge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debridge
Source: https://github.com/sendaifun/skills/tree/main/skills/debridge
Command: npx skills add https://github.com/sendaifun/skills --skill debridge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Complete cross-chain Solana SDK to bridge assets and pass messages between Solana and EVM chains, simplifying cross-chain development.

Core Features & Use Cases

  • Cross-chain transfers: bridge tokens between Solana and 20+ EVM chains
  • Message passing and external calls: trigger actions on destination chains
  • PDA-based account management and fee handling across chains
  • Use Case: Build a DeFi bridge or cross-chain messaging app with minimal boilerplate

Quick Start

Prerequisites: Rust and Solana toolchain installed. Add the deBridge Solana SDK to your program and start using the SendIx and related APIs. Review the resources, examples, and docs in this repository to get started.

Frequently Asked Questions about debridge

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

FAQPage Schema
How do I bridge assets between Solana and EVM networks?

You can bridge assets between Solana and EVM networks by integrating the deBridge Solana SDK. It automates cross-chain transfers using SendIx and PDA-based account derivations, supporting 20+ EVM chains with minimal boilerplate.

Can I trigger external calls on a destination chain from a Solana program?

Yes, you can trigger external calls on destination chains from a Solana program by using the InitExternalCall API. It enables cross-chain message passing and external action execution across EVM networks.

Do I need the Rust and Solana toolchain to use the deBridge SDK?

Yes, you need the Rust and Solana toolchain installed as prerequisites. This setup allows you to add the deBridge Solana SDK to your program and utilize SendIx APIs for cross-chain development.

What is the best way to handle cross-chain fee management in Solana programs?

The best way to handle cross-chain fee management in Solana programs is using the deBridge SDK. It provides PDA-based account derivations to automate fee handling and account management across Solana and EVM chains.

How does PDA-based account derivation work for cross-chain messaging?

PDA-based account derivation for cross-chain messaging works by using program derived addresses to securely manage accounts and fees. The deBridge SDK applies these derivations with remaining_accounts to execute cross-chain instructions.