PayPal’s US Dollar stablecoin has been extended to Aptos via LayerZero and the Stargate Hydra interface, launching on-chain as PYUSD0. The update notes Aptos as the sole Move-based chain enabled for PYUSD0, joining an existing local stablecoin market that exceeds $1.2 billion and supports USDC, USDT and USDe.
By leveraging LayerZero cross-chain infrastructure together with the Stargate bridge, PYUSD0 on Aptos preserves on-chain composability and interoperability, improving settlement efficiency and reducing friction for developer integrations in DeFi protocols and payment rails.
As a high-throughput, low-latency chain, Aptos provides technical capacity for broader distribution of PYUSD, creating an additional USD stablecoin gateway for asset management, payments and on-chain financial infrastructure within the Web3 ecosystem.
‘,
‘
🔒 Secure and Fast Transactions
Diversify your investments with a wide range of coins. Join now!
‘,
‘
💎 The Easiest Way to Invest in Crypto
Dont wait to get started. Click now and discover the advantages!
‘
];
var adplace = document.getElementById(“ads-binance”);
if (adplace) {
var sessperindex = parseInt(sessionStorage.getItem(“adsindexBinance”));
var adsindex = isNaN(sessperindex) ? Math.floor(Math.random() * adscodesBinance.length) : sessperindex;
adplace.innerHTML = adscodesBinance[adsindex];
sessperindex = adsindex === adscodesBinance.length – 1 ? 0 : adsindex + 1;
sessionStorage.setItem(“adsindexBinance”, sessperindex);
}
})();