May 2025
- Improved Cross-Chain Composability: Execute EVM swaps immediately following a Eureka cross-chain transfer, enabling more sophisticated multi-step routes.
 - 
Enhanced Fee Transparency: Fees associated with Eureka operations are now clearly displayed within the 
estimated_feesarray in API responses from the/v2/fungible/routeendpoint, providing better cost predictability. For example:(See API Docs for full response structures from the/v2/fungible/routeendpoint.) - 
LayerZero and Stargate Integration: Expanded cross-chain capabilities with the integration of LayerZero and Stargate protocols. This integration adds support for a wide variety of new assets, including USDT, USDe, and ZRO.
Usage:
- 
REST API: Include 
"layer_zero"and/or"stargate"in theexperimental_featuresarray in your POST request to/v2/fungible/route. - 
Client Library: Add these features to the 
experimentalFeaturesparameter. - 
Widget Integration: Add LayerZero and Stargate to the 
experimentalFeaturesarray in therouteConfigprop of the Skip Widget component. 
 - 
REST API: Include 
 
Status Endpoint Enhancement (Late May)
- Transaction Timestamp Information: Added 
on_chain_atfield to individual transaction detail objects (such assend_tx,receive_tx,acknowledge_tx,execute_tx) found within the specific transfer type objects (e.g.,ibc_transfer,cctp_transfer,axelar_transfer) in the status endpoint response. This field provides RFC3339 formatted UTC timestamps of when each specific transaction landed on its respective chain. 
April 2025
- Eureka Protocol Enhancements:
- Native token wrapping (e.g., ETH to WETH) is now supported within Eureka cross-chain transfers, with improved fee handling for routes involving native ETH.
 - Eureka Protocol now officially supports transfers to and from Ethereum Mainnet and the Cosmos Hub.
 
 
September 28, 2024
- Speed and performance improvements for 
/balancesendpoint 
August 21, 2024
- Add 
/balancesendpoint