What's Hot

    The CFTC Extended a Crypto Compliance Win to the Whole Industry

    09/20/2026

    TRON Inc.’s TRX came from HTX after UK sanctions

    09/20/2026

    MultiversX investigates potential mainnet issue

    09/20/2026
    Facebook Twitter Instagram
    Facebook Twitter Instagram
    CoinFlashDaily | Crypto Currency News
    • Home
    • Business

      BitMart Misses Roadmap Deadline and Appoints Financial Adviser

      09/09/2026

      Circle Targets Global Payments Growth With Tazapay Acquisition

      09/09/2026

      BitGo Acquires NYDIG Institutional Trading Business

      08/28/2026

      Japan’s SBI leads $68M Fasset round at $1B valuation

      08/24/2026

      MoonPay Adds Cash App Pay for Crypto Purchases in US

      08/19/2026
    • News
      1. Business
      2. Analysis
      3. View All

      BitMart Misses Roadmap Deadline and Appoints Financial Adviser

      09/09/2026

      Circle Targets Global Payments Growth With Tazapay Acquisition

      09/09/2026

      BitGo Acquires NYDIG Institutional Trading Business

      08/28/2026

      Japan’s SBI leads $68M Fasset round at $1B valuation

      08/24/2026

      EU Cyber Resilience Act Brings 24-Hour Vulnerability Reporting Into Force

      09/20/2026

      B.AI’s Global Settlement Layer for the Agent Economy

      09/19/2026

      Ethereum Institutional Supports Ethlabs’ Motion to Reduce Ethereum Block Times

      09/19/2026

      A New Connection Between Equity Assets and Crypto Liquidity

      09/18/2026

      The CFTC Extended a Crypto Compliance Win to the Whole Industry

      09/20/2026

      MultiversX investigates potential mainnet issue

      09/20/2026

      🏴 Crypto’s New Compliance Shield?

      09/19/2026

      Crypto VC funding: Kaiko leads $180M week

      09/19/2026
    • Analysis
      1. Bitcoin
      2. Ethereum
      3. Eurozone
      4. Monero
      5. View All

      Bitcoin price tests $60k as Saylor hints at more buying

      06/07/2026

      Why Cardano’s social activity surges as ADA crashes

      06/07/2026

      AVAX price crashes to early 2021 support, is a bottom forming?

      06/06/2026

      Dogecoin price nears $0.067 risk zone after 25% monthly crash

      06/05/2026

      Ethereum Institutional Supports Ethlabs’ Motion to Reduce Ethereum Block Times

      09/19/2026

      Ethereum, Base Wallet Standards Collaboration Breaks Down

      09/15/2026

      Bitmine Stakes 5M ETH as Treasury Holdings Reach $15.8B

      09/14/2026

      Consensys Plans Split as MetaMask Becomes Standalone Company

      09/10/2026

      Digital Euro: Aspirations of a Sovereign Alternative to Crypto-Assets

      01/04/2021

      Monero Observer – Monero Tech meeting scheduled for 10 August 2026 1800 UTC

      08/03/2026

      Monero Observer – Monero v0.18.4.4 ‘Fluorine Fermi’ tagged

      07/29/2026

      Monero Observer – Monero Research Lab meeting scheduled for 19 November 2025 1700 UTC

      07/25/2026

      Monero Observer – jeffro256 submits CCS proposal for Carrot/FCMP++ dev work in Q4 2025

      07/25/2026

      EU Cyber Resilience Act Brings 24-Hour Vulnerability Reporting Into Force

      09/20/2026

      B.AI’s Global Settlement Layer for the Agent Economy

      09/19/2026

      Ethereum Institutional Supports Ethlabs’ Motion to Reduce Ethereum Block Times

      09/19/2026

      A New Connection Between Equity Assets and Crypto Liquidity

      09/18/2026
    • Markets
    • Events
    Button
    CoinFlashDaily | Crypto Currency News
    Home»News»Bitcoin News»Circle adds prepaid fees to CCTP Fast Transfer
    Bitcoin News

    Circle adds prepaid fees to CCTP Fast Transfer

    adminBy admin09/09/2026没有评论6 Mins Read
    Share
    Facebook Twitter LinkedIn Pinterest Email



    Circle has added upfront fee payments to CCTP Fast Transfer, allowing developers to quote and collect cross-chain USDC fees on the source network while preserving the amount delivered to recipients.

    Summary

    • CCTP developers can collect Fast Transfer and Forwarding Service fees before a USDC transfer.
    • Fees can be paid in USDC or the source blockchain’s native gas token.
    • Circle’s Quote API combines supported protocol fees into one signed, time-limited quote.
    • Upfront fees require an EVM source chain, although transfers can still end on supported non-EVM networks.

    CCTP collects transfer fees before burning USDC

    Circle’s official developer documentation says the process begins when an application requests a signed fee quote and submits it with the USDC burn transaction on the source blockchain.

    Under the previous payment method, protocol fees could be deducted from the USDC minted for the recipient on the destination network. A user sending a set amount could therefore receive less than the figure entered at the start of the transaction.

    The prepaid model separates the transfer amount from the fee. Once the transaction has been submitted, a CCTP smart contract checks the signed quote, collects the payment, and passes the transaction to TokenMessengerV2, which completes the USDC burn.

    Circle then verifies the transfer and mints the full stated amount on the destination chain. A person sending 100 USDC, for example, can arrange for the recipient to receive 100 USDC while paying the related protocol charge separately on the originating network.

    Developers can use the setup for the Fast Transfer fee, the Forwarding Service fee, or both. Fast Transfer allows USDC to reach another chain before the source transaction reaches full finality, while the Forwarding Service can deliver funds and complete an action on the receiving network.

    CCTP itself moves native USDC through a burn-and-mint system. The protocol destroys the tokens on the source chain before issuing the same amount on the destination chain, avoiding the wrapped assets commonly used by conventional bridges.

    A cross-chain bridge explainer published by crypto.news in August described CCTP as the largest implementation of this issuer-controlled model. Unlike a general-purpose bridge, the system depends on Circle deploying and operating its infrastructure on every connected network.

    Circle Quote API combines two CCTP fees

    Through the CCTP Quote API, an application sends the transfer amount, the source and destination domain identifiers, the selected payment token, and the fees it wants priced.

    A PRE_FINALITY request covers the Fast Transfer charge, while a FORWARD request covers the Forwarding Service. Developers can place both requests in the same API call rather than calculating and presenting the charges through separate systems.

    The response contains the total fee, a breakdown for each service, the payment token, and a signed quote that must accompany the onchain transaction. Circle binds the quote to the specified transfer amount and destination, while Forwarding Service quotes also depend on the destination caller and hook data.

    If a developer changes one of the bound values before submitting the transfer, the transaction reverts. Each quote also carries an expiry time or source-chain block limit, requiring the application to obtain a new price when the original offer expires.

    Circle’s current documentation lists an approximate two-minute validity period for most supported networks, including Arbitrum, Avalanche, Base, Linea, OP Mainnet, Polygon PoS, Sonic, Unichain and World Chain. Ethereum quotes have an estimated window of two minutes and 30 seconds, although Circle notes that the duration can change.

    The signed quote gives the application the exact protocol cost before the burn is submitted. Developers can therefore show the user the transfer amount, fee, and final amount in advance, without estimating separate charges that may be deducted after the USDC reaches another chain.

    Users can pay CCTP fees in USDC or native tokens

    For payment, developers can select either USDC or the native gas asset of the source blockchain. Native-token payment is the default option, with the quoted amount attached to the transaction as its native value.

    Choosing USDC requires the application to enter the stablecoin’s source-chain address in the request. The user must then approve the TokenMessengerWithFees contract to spend both the USDC being transferred and the additional USDC needed for the fee.

    Although both amounts come from the sender’s balance in that case, the contract handles them separately. Only the transfer amount enters CCTP’s burn-and-mint process, while the prepaid fee is collected before the burn.

    Using a native token can leave the sender’s USDC balance unchanged apart from the amount selected for transfer. The option may suit wallets and applications that already hold gas assets on the originating chain, while USDC payment allows developers to keep the transaction costs denominated in dollars.

    For Forwarding Service transactions, the updated contract can also create the required cctp-forward hook automatically when the developer requests a forwarding quote without supplying custom hook data. Applications using custom instructions must submit the same hook data used when obtaining the signed quote.

    Circle’s example implementation transfers 10 USDC from Base Sepolia to Arc Testnet and prepays both service fees. The company said developers can follow the same process for eligible EVM source networks and any destination supported by the Forwarding Service.

    EVM requirement excludes Solana as a source chain

    Upfront fee quotes currently require the transfer to start on an EVM-compatible blockchain. Circle’s API documentation says the source domain must support prepaid fees and meet any additional conditions attached to the requested service.

    Fast Transfer quotes are available only when the source blockchain supports faster-than-finality settlement. Similarly, an application can request a forwarding fee only when the destination works with Circle’s Forwarding Service.

    Solana cannot act as the source network for an upfront-fee transaction under the current setup because it is not EVM-compatible. Applications can still send USDC to Solana when the selected route and destination service are supported.

    CCTP’s network footprint has continued to grow as Circle adds native USDC to more chains. In August, Circle launched CCTP on X Layer, taking the protocol to 26 blockchains while native USDC was available across 36 networks.

    For institutional users, Circle connected Gateway with Fireblocks in July, allowing customers to manage a unified USDC balance across supported chains through Fireblocks’ controls, approval systems and transaction records.

    American users remain subject to the terms of the platforms and applications through which they access CCTP. Circle’s USDC terms state that its U.S.-issued stablecoin is treated as stored value or prepaid access under applicable state money-transmission laws, while third-party support for USDC does not constitute Circle’s approval of that service.



    Source link

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    admin
    • Website

    Related Posts

    MultiversX investigates potential mainnet issue

    09/20/2026

    Crypto VC funding: Kaiko leads $180M week

    09/19/2026

    Hong Kong plans 24/7 CBDC settlement for tokenized deposits by year end

    09/18/2026

    RWA futures volume jumps 142-fold after crypto’s $19B wipeout

    09/17/2026
    Add A Comment

    Leave A Reply Cancel Reply

    Top Posts

    Millennials Are Quitting Job to Become Day Traders

    01/20/2021

    Jack Dorsey Says Bitcoin Will Unite The World

    01/15/2021

    Hong Kong Customs Arrest Four in Crypto Laundering Bust

    01/15/2021

    Subscribe to Updates

    Get the latest sports news from SportsSite about soccer, football and tennis.

    Advertisement
    Facebook Twitter Instagram Pinterest YouTube
    Top Insights

    The CFTC Extended a Crypto Compliance Win to the Whole Industry

    09/20/2026

    TRON Inc.’s TRX came from HTX after UK sanctions

    09/20/2026

    MultiversX investigates potential mainnet issue

    09/20/2026
    Get Informed

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    Facebook Twitter Instagram Pinterest
    • Home
    • Business
    • Markets
    • News
    • Contact us
    © {2025-2026} Coinflashdaily.com.

    Type above and press Enter to search. Press Esc to cancel.