# deBridge Documentation > deBridge enables secure, fast cross-chain connectivity across 20+ chains for swapping assets, triggering cross-chain logic, and messaging. ## Key Products - [DLN (deBridge Liquidity Network)](https://docs.debridge.com/home/products/dln-overview.md) - High-performance cross-chain and single-chain swaps with 0-TVL design. Supports hooks (external calls) for executing arbitrary on-chain actions upon order fulfillment. - [DMP (deBridge Messaging Protocol)](https://docs.debridge.com/home/products/dmp-overview.md) - Infrastructure for passing authenticated messages between blockchains. Enables cross-chain smart contract interactions and governance. **Note for LLMs:** URLs ending in `.md` are the correct format for accessing documentation content programmatically. --- ## deBridge ### Welcome - [What is deBridge?](https://docs.debridge.com/home/welcome.md) - Swap, bridge, and program actions across chains with non-custodial, 0-TVL execution - [Quickstart](https://docs.debridge.com/home/quickstart.md) - Start building cross-chain experiences in minutes - [deBridge Bundles](https://docs.debridge.com/home/bundles.md) - A new execution primitive for intent-based, chain-agnostic interactions. ### Use Cases - [Swaps](https://docs.debridge.com/home/use-cases/swaps.md) - Integrate cross-chain and same-chain swaps in your app - [User Onboarding](https://docs.debridge.com/home/use-cases/onboarding.md) - Choose how to onboard users and liquidity to your app with one-click deposits - [Chain Abstraction](https://docs.debridge.com/home/use-cases/chain-abstraction.md) - Build chain-abstracted apps with deBridge - [Hooks & Workflows](https://docs.debridge.com/home/use-cases/hooks.md) - Build complex cross-chain workflows with PostHooks - [Cross-Chain Messaging](https://docs.debridge.com/home/use-cases/messaging.md) - Send arbitrary messages and execute calls across chains ### Products - [deBridge Liquidity Network](https://docs.debridge.com/home/products/dln-overview.md) - Foundational cross-chain trading infrastructure - [Infrastructure-as-a-Service](https://docs.debridge.com/home/products/iaas.md) - Connect your chain to deBridge for end-to-end interoperability across EVM and SVM ecosystems, including authenticated messaging, liquidity bridging, and cross-chain custody. - [dePort](https://docs.debridge.com/home/products/deport-overview.md) - Deploy your token on secondary chains using dePort's lock-and-mint solution - [deBridge Messaging Protocol](https://docs.debridge.com/home/products/dmp-overview.md) - Everything you need to know about deBridge's foundational cross-chain messaging layer ### Architecture - [Execution Model](https://docs.debridge.com/home/architecture/execution-model.md) - How deBridge executes cross-chain trades - [Fees & Pricing](https://docs.debridge.com/home/architecture/fees-overview.md) - Understanding deBridge fee structure and pricing - [Supported Chains](https://docs.debridge.com/home/architecture/supported-chains.md) - Networks supported by deBridge products ### Security - [Security Overview](https://docs.debridge.com/home/security/security-overview.md) - Understanding deBridge's security model and trust assumptions ### Guides - [Every Use Case Quickstart](https://docs.debridge.com/home/guides/guides.md) - Integration guides and quickstarts for all deBridge products ### Resources - [FAQ](https://docs.debridge.com/home/resources/faq.md) - Frequently asked questions about deBridge - [Supported Tokens](https://docs.debridge.com/home/resources/supported-tokens.md) - How token support works in deBridge's free market model - [Status & Limits](https://docs.debridge.com/home/resources/status-limits.md) - API endpoints, rate limits, and operational constraints ### Monetization - [Affiliate Fees](https://docs.debridge.com/home/monetization/affiliate-fees.md) - Earn revenue by integrating deBridge into your application - [Custom Linking](https://docs.debridge.com/home/monetization/custom-linking.md) - Create shareable swap links with your referral code—no coding required - [deBridge Points](https://docs.debridge.com/home/monetization/debridge-points.md) - Earn points for contributing to the deBridge ecosystem - [Referral Codes](https://docs.debridge.com/home/monetization/referral-codes.md) - Track orders, unlock features, and enable auto-cancellation with referral codes ### Legal - [SDK & API License Agreement](https://docs.debridge.com/overview/legal.md) - License agreement for using the deBridge SDK and APIs. ## DLN (deBridge Liquidity Network) - Cross-chain swaps, single-chain swaps, and hooks (external calls) ### Overview - [Introduction](https://docs.debridge.com/dln-details/overview/introduction.md) - Introduction to the deBridge Liquidity Network (DLN) – a 0-TVL cross-chain trading infrastructure that enables near-instant settlement, limit orders, zero slippage, and more. Learn about the DLN API and how to get started with building cross-chain experiences. - [Protocol Overview](https://docs.debridge.com/dln-details/overview/protocol-overview.md) - DLN Protocol overview - [Use Cases](https://docs.debridge.com/dln-details/overview/use-cases.md) - Multiple ways of integration - which one is right? - [deBridge Hooks](https://docs.debridge.com/dln-details/overview/deBridge-hooks.md) - deBridge Hooks is a core feature of the DLN protocol that allows users, protocols, and market makers to attach arbitrary on-chain actions to the orders that would get executed upon their fulfillment. - [Fees and Supported Chains](https://docs.debridge.com/dln-details/overview/fees-supported-chains.md) - DLN Protocol overview - [Fee Structure](https://docs.debridge.com/dln-details/overview/fee-structure.md) - This page gathers every fee that can affect a DLN trade, explains how each one is calculated, and shows where to fetch the real‑time values. - [Deployed Contracts](https://docs.debridge.com/dln-details/overview/deployed-contracts.md) - deBridge Liquidity Network deployed contracts - [Market and Limit Orders](https://docs.debridge.com/dln-details/overview/market-and-limit-orders.md) - Market and Limit Orders: Joining the deBridge Liquidity Network Protocol as a Solver and Minimization of volatility risks for Solvers. ### MCP Server - [MCP Server](https://docs.debridge.com/dln-details/mcp/mcp-server.md) - Connect AI coding agents to deBridge for cross-chain swaps ### Same-Chain Swaps - [Same-Chain Swaps](https://docs.debridge.com/dln-details/integration-guidelines/same-chain-swaps/executive.md) - How DLN’s same-chain swaps work, what makes them reliable, and how to ship them fast. ### Protocol Specs - [Deterministic Order ID](https://docs.debridge.com/dln-details/protocol-specs/deterministic-order-id.md) - How DLN order IDs are derived, including inputs and hash format. - [Hook Data](https://docs.debridge.com/dln-details/protocol-specs/hook-data.md) - Structure and encoding of hook data attached to DLN orders. - [EVM Chains Hook Anatomy](https://docs.debridge.com/dln-details/protocol-specs/evm-chains-hook-anatomy.md) - Learn about EVM Chain Hook Anatomy – Envelope v1, Hook data V1 layout, and Universal Hook. - [Solana Hook Anatomy](https://docs.debridge.com/dln-details/protocol-specs/solana-hook-anatomy.md) - Solana hook transaction layout and instruction requirements. ### DLN Specifics - [Reserve Assets](https://docs.debridge.com/dln-details/dln-specifics/reserve-assets.md) - What reserve assets are and how solvers use them in DLN. - [Bridging Reserve Assets](https://docs.debridge.com/dln-details/dln-specifics/bridging-reserve-assets.md) - Order creation flow and asset handling when bridging reserve assets. - [Bridging Non-Reserve Assets](https://docs.debridge.com/dln-details/dln-specifics/bridging-non-reserve-assets.md) - Bridging Non-Reserve Assets: Overview and Pre-Order-Swap. ### Order Fulfillment - [Order Fulfillment](https://docs.debridge.com/dln-details/dln-specifics/order-fulfillment/order-fulfillment.md) - Order fulfillment steps, solver transactions, and cost considerations for DLN orders. - [Detecting an Order](https://docs.debridge.com/dln-details/dln-specifics/order-fulfillment/detecting-order.md) - How solvers detect newly created orders and begin fulfillment. - [Fulfilling an Order](https://docs.debridge.com/dln-details/dln-specifics/order-fulfillment/fulfilling-order.md) - Fulfillment steps on the destination chain and related solver actions. - [Pre-Fill Swap](https://docs.debridge.com/dln-details/dln-specifics/order-fulfillment/pre-fill-swap.md) - Pre-fill swap behavior for reserve assets before destination transfer. - [Claiming an Order](https://docs.debridge.com/dln-details/dln-specifics/order-fulfillment/claiming-order.md) - Claim flow for unlocking source-chain assets after fulfillment. ### Monetization - [Referrers Overview](https://docs.debridge.com/dln-details/affiliates/referrers.md) - Overview of the deBridge Points program and how individual referrers earn and track rewards. - [Integrators Overview](https://docs.debridge.com/dln-details/affiliates/integrators.md) - How integrators earn deBridge Points, generate referral links, and track integration activity. - [Using Referral Codes in Integrations](https://docs.debridge.com/dln-details/affiliates/referral-code.md) - Learn how to use referral codes in deBridge integrations to track orders and unlock advanced features. - [Auto Cancellation](https://docs.debridge.com/dln-details/affiliates/auto-cancellations.md) - How auto cancellations work for orders with a referral code. ### Legal - [SDK & API License Agreement](https://docs.debridge.com/dln-details/overview/legal.md) - License agreement for using the deBridge SDK and APIs. ### API - [Authentication](https://docs.debridge.com/dln-details/integration-guidelines/order-creation/authentication.md) - Authentication requirements and rate limits for the DLN API. - [Quickstart](https://docs.debridge.com/dln-details/integration-guidelines/order-creation/creating-order/quick-start.md) - deBridge Liquidity Network API Quickstart – EVM and Solana. - [Specifying Assets](https://docs.debridge.com/dln-details/integration-guidelines/order-creation/creating-order/specifying-assets.md) - How to specify assets when creating an order. ### Cross-Chain Orders - [Cross-Chain Order Creation](https://docs.debridge.com/dln-details/integration-guidelines/order-creation/creating-order/creating-order.md) - Creating cross-chain orders with the deBridge Liquidity Network API: a step-by-step guide to using the `create-tx` endpoint for estimating outcomes and constructing transactions, along with best practices for quoting strategies and timing guarantees. - [API Parameters](https://docs.debridge.com/dln-details/integration-guidelines/order-creation/creating-order/api-parameters/api-parameters.md) - List of API parameters and descriptions. Deep dive into certain parameters. ### Response - [API Response](https://docs.debridge.com/dln-details/integration-guidelines/order-creation/creating-order/api-parameters/response.md) - Detailed descriptions of the `create-tx` API response structure. - [Response Example](https://docs.debridge.com/dln-details/integration-guidelines/order-creation/creating-order/api-parameters/response-example.md) - Example create-tx response showing key fields and values. - [Submitting the Transaction](https://docs.debridge.com/dln-details/integration-guidelines/order-creation/submitting-the-transaction.md) - Learn how to submit a transaction using the deBridge Liquidity Network API – signing requirements, broadcasting, and practical examples. - [Cancelling an Order](https://docs.debridge.com/dln-details/integration-guidelines/order-creation/cancelling-order.md) - Handling an unfulfilled order – cancellations on the destination chain, response payload, and important considerations. - [Quoting Strategies](https://docs.debridge.com/dln-details/integration-guidelines/order-creation/creating-order/quoting-strategies.md) - Possible quoting strategies explained in detail. - [Refreshing Estimates](https://docs.debridge.com/dln-details/integration-guidelines/order-creation/creating-order/refreshing-estimates.md) - How and when the estimates should be refreshed. ### Same-Chain Swaps - [Same-Chain Swaps](https://docs.debridge.com/dln-details/integration-guidelines/same-chain-swaps/engineer.md) - An engineering walkthrough for integrating DLN’s same-chain swaps with executable transactions, affiliate fees, and production-grade tracking. ### Hooks - [Integrating Hooks](https://docs.debridge.com/dln-details/integration-guidelines/order-creation/hooks/integrating-hooks.md) - Hooks integration guidelines. - [Solana Hook Data](https://docs.debridge.com/dln-details/integration-guidelines/order-creation/hooks/solana-hook-data.md) - Solana-specific hook data. ### Monetization - [Affiliate Fees](https://docs.debridge.com/dln-details/affiliates/affiliate-fees.md) - Referral Code, Same-Chain and Cross-Chain Affiliate Fees, and Additional Considerations for Cross-Chain Affiliate Fees. - [Withdrawing Affiliate Fees](https://docs.debridge.com/dln-details/affiliates/withdrawing-affiliate-fees.md) - Withdrawing Cross-Chain Affiliate Fees and Same-Chain Affiliate Fees ### API Integration Guides - [GET /v1.0/dln/order/create-tx](https://docs.debridge.com/api-reference/dln/this-endpoint-returns-the-data-for-a-transaction-to-place-a-cross-chain-dln-order.md) - This endpoint returns the data for a transaction to place a cross-chain DLN order. - [GET /v1.0/dln/order/{id}](https://docs.debridge.com/api-reference/dln/this-endpoint-returns-the-data-of-order.md) - This endpoint returns the data of order. - [GET /v1.0/dln/order/{id}/status](https://docs.debridge.com/api-reference/dln/this-endpoint-returns-the-status-of-order.md) - This endpoint returns the status of order. - [GET /v1.0/dln/tx/{hash}/order-ids](https://docs.debridge.com/api-reference/dln/this-endpoint-returns-the-status-of-order-1.md) - This endpoint returns the status of order. - [GET /v1.0/dln/order/{id}/cancel-tx](https://docs.debridge.com/api-reference/dln/generates-a-transaction-that-cancels-the-given-order.md) - Generates a transaction that cancels the given order - [GET /v1.0/dln/order/{id}/extcall-cancel-tx](https://docs.debridge.com/api-reference/dln/generates-a-transaction-that-cancels-external-call-in-the-given-order.md) - Generates a transaction that cancels external call in the given order - [GET /v1.0/supported-chains](https://docs.debridge.com/api-reference/utils/get-v10supported-chains.md) - GET v1.0 supported-chains - [GET /v1.0/supported-chains-info](https://docs.debridge.com/api-reference/utils/get-v10supported-chains-info.md) - GET v1.0 supported-chains-info - [GET /v1.0/token-list](https://docs.debridge.com/api-reference/utils/get-v10token-list.md) - GET v1.0 token-list - [GET /v1.0/chain/transaction](https://docs.debridge.com/api-reference/single-chain-swap/get-v10chaintransaction.md) - GET v1.0 chain transaction - [GET /v1.0/chain/estimation](https://docs.debridge.com/api-reference/single-chain-swap/get-v10chainestimation.md) - GET v1.0 chain estimation ### Order Tracking API - [Tracking Orders](https://docs.debridge.com/dln-details/integration-guidelines/order-creation/order-tracking-api/tracking-orders.md) - Tracking Orders and their states via REST API. - [Order States](https://docs.debridge.com/dln-details/integration-guidelines/order-creation/order-tracking-api/order-states.md) - Order states explained. Order lifecycle state-machine diagram. ### Order Tracking API Reference - [GET /api/AnnouncementBanner/getBannerByDomain](https://docs.debridge.com/api-reference/announcementbanner/get-banner-by-domain.md) - Get banner by domain - [GET /api/OrderEvents/solanaDepositsAndWithdrawals](https://docs.debridge.com/api-reference/orderevents/returns-information-about-solana-transactions-in-a-given-block-range.md) - Returns information about Solana transactions in a given block range - [POST /api/Orders/filteredList](https://docs.debridge.com/api-reference/orders/get-filtered-list-of-orders-ordered-by-block-timestamp-desc-max-page-size:-100.md) - Get filtered list of orders (ordered by block timestamp desc) max page size: 100 - [GET /api/Orders/{orderId}](https://docs.debridge.com/api-reference/orders/get-order-by-events-by-orderid.md) - Get order by events by orderId - [GET /api/Orders/creationTxHash/{creationTxHash}](https://docs.debridge.com/api-reference/orders/get-order-by-events-by-creation-transaction-hash.md) - Get order by events by creation transaction hash - [GET /api/Orders/{orderId}/externalCallProcess](https://docs.debridge.com/api-reference/orders/get-external-call-processed-events-by-orderid.md) - Get external call processed events by orderId - [GET /api/Orders/getInitiatorsPendingOrdersCount](https://docs.debridge.com/api-reference/orders/returns-number-of-orders-in-created-or-canceling-state-where-given-user-wallet-is-initiator-sender-of-createevents-transaction.md) - Returns number of orders in Created or Canceling state where given user (wallet) is initiator (sender of CreateEvent's transaction) - [GET /api/Orders/{orderId}/state](https://docs.debridge.com/api-reference/orders/returns-order-state-by-order-id.md) - Returns order state by order Id - [GET /api/Orders/{orderId}/liteModel](https://docs.debridge.com/api-reference/orders/returns-lite-order-model-by-order-id.md) - Returns lite order model by order Id - [POST /api/Orders/getForUnlockAuthorities](https://docs.debridge.com/api-reference/orders/returns-order-offers-for-unlock-authorities.md) - Returns order offers for unlock authorities - [GET /api/ReferralProgram/{referralCode}/summary](https://docs.debridge.com/api-reference/referralprogram/returns-referral-statistics-for-given-referral-code.md) - Returns referral statistics for given referral code - [GET /api/ReferralProgram/{referralCode}/referredUsers](https://docs.debridge.com/api-reference/referralprogram/returns-aggregated-information-about-users-that-used-given-referral-code.md) - Returns aggregated information about users, that used given referral code - [GET /api/ReferralProgram/referrerCode/{walletAddress}](https://docs.debridge.com/api-reference/referralprogram/returns-referral-code-which-user-used-in-first-debridge-order.md) - Returns referral code which user used in first DeBridge order - [GET /api/SameChainSwap/{swapId}](https://docs.debridge.com/api-reference/samechainswap/retrieves-the-samechainswapdto-object-for-a-given-swap-id.md) - Retrieves the SameChainSwapDTO object for a given swap ID. - [GET /api/SameChainSwap/{chainId}/tx/{transactionHash}](https://docs.debridge.com/api-reference/samechainswap/retrieves-the-samechainswapdto-object-for-a-given-transaction-hash.md) - Retrieves the SameChainSwapDTO object for a given transaction hash. - [GET /api/Satistics/getAllTime](https://docs.debridge.com/api-reference/satistics/returns-orders-statistics-summary-for-all-time.md) - Returns orders statistics summary for all time - [GET /api/Satistics/getLatestTwentyFourHours](https://docs.debridge.com/api-reference/satistics/returns-orders-statistics-summary-for-last-24-hours.md) - Returns orders statistics summary for last 24 hours - [GET /api/Satistics/getDaily](https://docs.debridge.com/api-reference/satistics/get-daily-statistics-for-given-timespan.md) - Get daily statistics for given timespan - [GET /api/Satistics/{takerAddress}/lockedAssets](https://docs.debridge.com/api-reference/satistics/returns-locked-assets-statistics-for-given-address.md) - Returns locked assets statistics for given address - [POST /api/TermsAndConditions/signConditions](https://docs.debridge.com/api-reference/termsandconditions/adds-signature-for-the-terms-and-conditions.md) - Adds signature for the terms and conditions - [GET /api/TermsAndConditions/{signatoryAddress}/hasSigned](https://docs.debridge.com/api-reference/termsandconditions/checks-if-the-user-has-signed-the-terms-and-conditions.md) - checks if the user has signed the terms and conditions - [GET /api/TermsAndConditions/current](https://docs.debridge.com/api-reference/termsandconditions/returns-current-terms-and-conditions.md) - Returns current terms and conditions - [GET /api/TokenMetadata/popularTokens](https://docs.debridge.com/api-reference/tokenmetadata/get-list-of-tokens-transferred-with-dln-sorted-by-popularity.md) - Get list of tokens, transferred with DLN, sorted by popularity - [GET /api/TokenMetadata/popularTokens/{chainId}](https://docs.debridge.com/api-reference/tokenmetadata/get-list-of-tokens-from-a-specific-chain-transferred-with-dln-sorted-by-popularity.md) - Get list of tokens from a specific chain, transferred with DLN, sorted by popularity - [GET /api/Transaction/{orderCreationTransactionHash}/orderIds](https://docs.debridge.com/api-reference/transaction/returns-ids-of-orders-that-were-created-in-a-transaction.md) - Returns ids of orders, that were created in a transaction - [GET /api/Transaction/{transactionHash}/liteModels](https://docs.debridge.com/api-reference/transaction/returns-lite-order-models-list-by-order-tx-hash.md) - Returns lite order models list by order tx hash - [POST /api/Users/usersLeaderboard](https://docs.debridge.com/api-reference/users/returns-users-leaderboard-at-the-top-of-the-board-are-users-that-have-generated-the-most-fees.md) - Returns users leaderboard (at the top of the board are users, that have generated the most fees) - [POST /api/Users/referralProgramLeaderboard](https://docs.debridge.com/api-reference/users/returns-users-leaderboard-at-the-top-of-the-board-are-users-whose-referrals-have-generated-the-most-fees.md) - Returns users leaderboard (at the top of the board are users, whose referrals have generated the most fees) ### Overview - [Overview](https://docs.debridge.com/dln-details/other-ways-to-integrate.md) - Overview of widget, app linking, and smart contract integration options. ### Widget - [deBridge Widget](https://docs.debridge.com/dln-details/widget/deBridge-widget.md) - deBridge Widget - a customizable, drop-in UI component for cross-chain swaps. Learn about its features, integration steps, and event handling. ### App - [Custom Linking](https://docs.debridge.com/dln-details/widget/app.md) - Create custom no-code deBridge app links with preset swap parameters and referral codes. ### Smart Contract Integration - [Introduction](https://docs.debridge.com/dln-details/integration-guidelines/smart-contracts/introduction.md) - Overview of DLN smart contracts and direct on-chain integration. - [Placing Orders](https://docs.debridge.com/dln-details/integration-guidelines/smart-contracts/placing-orders.md) - Placing orders on the deBridge Liquidity Network: order preparation, on-chain placement, tracking order status, and cancellation procedures. - [Filling Orders](https://docs.debridge.com/dln-details/integration-guidelines/smart-contracts/filling-orders.md) - How to fulfill DLN orders via smart contracts. ## DMP (deBridge Messaging Protocol) - Passing authenticated cross-chain messages ### Overview - [Protocol Overview](https://docs.debridge.com/dmp-details/dmp/protocol-overview.md) - Protocol Overview: Background, Protocol Structure, and Off-chain validation. - [Fees and Supported Chains](https://docs.debridge.com/dmp-details/dmp/fees-supported-chains.md) - Fees and Supported Chains: Current flat fee for messages sent from different chains. - [Deployed Contracts](https://docs.debridge.com/dmp-details/dmp/deployed-contracts.md) - Deployed contracts for deBridge Messaging Protocol (DMP). - [Security](https://docs.debridge.com/dmp-details/dmp/security.md) - Information about deBridge security audit processes and bug bounty program - [Slashing and Delegated Staking](https://docs.debridge.com/dmp-details/dmp/slashing-and-delegated-staking.md) - Slashing and Delegated Staking: Responsibility of Validators, Delegated Staking, and Fees Distribution. ### dePort - [Getting Started](https://docs.debridge.com/dmp-details/dePort/getting-started.md) - Getting started with dePort – a native bridge for assets that allows protocols to bridge tokens and create utility for their synthetic representation on other chains. - [Transfer Flow](https://docs.debridge.com/dmp-details/dePort/transfer-flow.md) - dePort Transfer Flow: Transfers From Native (Source) Chain and Cross-Chain Transfers Execution Time. ### Dev Guides - [Cross-Chain Call Lifecycle](https://docs.debridge.com/dmp-details/dev-guides/cross-chain-call-lifecycle.md) - Lifecycle of a cross-chain call from submission to claim. - [Development Tools](https://docs.debridge.com/dmp-details/dev-guides/development-tools.md) - Developer tools and resources for building with deBridge on top of deBridge Messaging Protocol. - [Gathering Data for the Claim](https://docs.debridge.com/dmp-details/dev-guides/gathering-data-for-claim.md) - Data sources and steps required to build a claim transaction. ### EVM ### Examples - [Building EVM Dapp](https://docs.debridge.com/dmp-details/dev-guides/evm/building-evm-dapp.md) - Building an EVM dApp with deBridge: Cross-chain Counter and Incrementor contracts, crafting submissions, and understanding send() args. - [introduction](https://docs.debridge.com/dmp-details/dev-guides/evm/introduction.md) - Method Parameters, AutoParams Structure, and Flags. ### Interfaces - [ICallProxy](https://docs.debridge.com/dmp-details/dev-guides/evm/interfaces/ICallProxy.md) - ICallProxy interface details - functions. - [IDeBridgeGate](https://docs.debridge.com/dmp-details/dev-guides/evm/interfaces/IDeBridgeGate.md) - IDeBridgeGate interface details - functions, events, and structs. - [IDeBridgeToken](https://docs.debridge.com/dmp-details/dev-guides/evm/interfaces/IDeBridgeToken.md) - IDeBridgeToken interface details - functions. - [IDeBridgeTokenDeployer](https://docs.debridge.com/dmp-details/dev-guides/evm/interfaces/IDeBridgeTokenDeployer.md) - IDeBridgeTokenDeployer interface details - functions and events. - [IOraclesManager](https://docs.debridge.com/dmp-details/dev-guides/evm/interfaces/IOraclesManager.md) - IOraclesManager interface details - events and structs. - [ISignatureVerifier](https://docs.debridge.com/dmp-details/dev-guides/evm/interfaces/ISignatureVerifier.md) - ISignatureVerifier interface details - functions and events. - [IWethGate](https://docs.debridge.com/dmp-details/dev-guides/evm/interfaces/IWethGate.md) - IWethGate interface details - functions. ### Libraries - [Flags](https://docs.debridge.com/dmp-details/dev-guides/evm/libraries/flags.md) - Flags library details - fields and functions. ### Periphery - [CallProxy](https://docs.debridge.com/dmp-details/dev-guides/evm/periphery/CallProxy.md) - CallProxy contract details - fields and functions. - [DeBridgeToken](https://docs.debridge.com/dmp-details/dev-guides/evm/periphery/DeBridgeToken.md) - DeBridgeToken contract details - fields and functions. - [DeBridgeTokenProxy](https://docs.debridge.com/dmp-details/dev-guides/evm/periphery/DeBridgeTokenProxy.md) - DeBridgeTokenProxy contract details - functions. - [SimpleFeeProxy](https://docs.debridge.com/dmp-details/dev-guides/evm/periphery/SimpleFeeProxy.md) - SimpleFeeProxy contract details - fields and functions. ### Transfers - [DeBridgeGate](https://docs.debridge.com/dmp-details/dev-guides/evm/transfers/DeBridgeGate.md) - DeBridgeGate contract details - fields and functions. - [DeBridgeTokenDeployer](https://docs.debridge.com/dmp-details/dev-guides/evm/transfers/DeBridgeTokenDeployer.md) - DeBridgeTokenDeployer contract details - fields, functions, and structs. - [OraclesManager](https://docs.debridge.com/dmp-details/dev-guides/evm/transfers/OraclesManager.md) - OraclesManager contract details - fields and functions. - [SignatureVerifier](https://docs.debridge.com/dmp-details/dev-guides/evm/transfers/SignatureVerifier.md) - SignatureVerifier contract details - fields and functions. - [WethGate](https://docs.debridge.com/dmp-details/dev-guides/evm/transfers/WethGate.md) - WethGate contract details - fields, functions, and events. ### Solana ### Cross-Chain Calls - [Sending Cross-Chain Messages](https://docs.debridge.com/dmp-details/dev-guides/solana/sending-cross-chain-messages.md) - Sending cross-chain messages from Solana using deBridge programs. - [On-Chain External Call Preparation](https://docs.debridge.com/dmp-details/dev-guides/solana/on-chain-external-call-preparation.md) - On-Chain External Call Preparation: Pubkey placeholders, Instruction, and Expenses. - [Off-Chain External Call Preparation](https://docs.debridge.com/dmp-details/dev-guides/solana/off-chain-external-call-preparation.md) - How to serialize and assemble off-chain external call data for Solana.