debridge

Bridge tokens and messages from Solana to EVM networks using the deBridge protocol.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/labsaistudio/AABC-Labs --skill debridge-labsaistudio
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: debridge
Source: https://github.com/labsaistudio/AABC-Labs/tree/main/backend/agent/skills/catalog/debridge
Command: npx skills add https://github.com/labsaistudio/AABC-Labs --skill debridge-labsaistudio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bridges are needed to move tokens and messages across blockchains. The deBridge Solana SDK provides a unified, tested framework to bridge assets, pass messages, and execute cross-chain external calls from Solana to EVM networks.

Core Features & Use Cases

  • Cross-chain asset bridging between Solana and 20+ chains with support for asset fees and native fees.
  • Message passing and external call execution to coordinate actions across chains in a single transaction.
  • PDAs and account derivation utilities for secure, deterministic program interactions and supported tooling.

Quick Start

Install the deBridge Solana SDK and follow the provided examples to initiate a cross-chain bridge from Solana to an EVM chain.

Frequently Asked Questions about debridge

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

FAQPage Schema
How do I bridge tokens from Solana to EVM chains?▼

Cross-chain messaging from Solana to EVM networks allows you to pass data and execute external calls within a single transaction. The deBridge SDK supports this by coordinating actions across chains, enabling DeFi workflows and governance message passing securely.

Can I execute external calls across Solana and EVM networks in one transaction?▼

Yes, you can execute external calls across Solana and EVM networks in one transaction using the deBridge protocol. The SDK facilitates message passing and external call execution, allowing you to coordinate cross-chain DeFi actions and asset transfers simultaneously.

Does the deBridge SDK support both Rust and TypeScript for Solana cross-chain development?▼

Yes, the deBridge SDK supports both Rust and TypeScript for Solana cross-chain development. It provides code examples in both languages to help developers implement token transfers, cross-chain messaging, and external calls across Solana and EVM networks.

What accounts and PDAs are required for a Solana cross-chain bridge transaction?▼

A Solana cross-chain bridge transaction requires specific accounts and PDAs for secure, deterministic program interactions. The deBridge SDK documents these required accounts, PDA derivation utilities, and modular resources needed to construct valid cross-chain messages and token transfers.

What are the limitations of using deBridge for Solana to EVM cross-chain transfers?▼

Limitations of using deBridge for Solana to EVM transfers include managing asset fees and native fees within the transaction structure. Developers must carefully handle PDA derivation and account validation to ensure deterministic program interactions across the 20+ supported chains.