Connect with us

Crypto World

Flare and Xaman Unlock One-Click DeFi for Idle XRP

Published

on

Nexo Partners with Bakkt for US Crypto Exchange and Yield Programs

TLDR

  • Flare and Xaman introduced a one-click system that allows XRP holders to access DeFi directly from their existing wallets.
  • The integration targets more than 2 billion XRP tokens that remain idle in wallets and outside decentralized finance.
  • The new process removes the need for separate wallets, gas tokens, and complex bridging steps.
  • FAssets create a wrapped version of XRP on Flare that interacts with smart contracts.
  • Flare Smart Accounts allow users to authorize transactions using their current XRPL credentials.

Flare and Xaman introduced a new integration that targets more than 2 billion XRP tokens sitting idle in wallets. The companies estimate these tokens represent about 3.5% of the circulating supply and carry a value near $3 billion. The integration allows holders to access decentralized finance through a single in-wallet transaction.

Xaman Integrates Direct Vault Access on Flare

Xaman confirmed it reached an agreement with the Flare blockchain to simplify DeFi access for XRP holders. The company said users can now deposit XRP directly into a curated vault on Flare through one action. The update removes the need to download new wallets or manage gas tokens.

Many XRP holders previously avoided DeFi due to technical barriers and unfamiliar interfaces. The new system embeds the full workflow inside the existing Xaman wallet. Wietse Wind, founder of Xaman, said, “This integration lets our users explore new options directly from the wallet they already know, while keeping full control of their keys and decisions.”

The integration relies on three core components that operate in the background. FAssets create a trust-minimized representation of XRP on Flare for smart contract use. Flare Smart Accounts let users authorize transactions with existing XRPL credentials.

Xaman provides the front-end interface and guides users through the process. As a result, users avoid handling separate private keys across different chains. The process reduces operational steps to a single confirmation within the wallet.

Advertisement

Behind the scenes, the transaction carries structured instructions across systems. Flare’s Data Connector validates each request before execution. Smart Account controllers mint the wrapped asset and allocate it into vault strategies.

FAssets and Smart Accounts Power XRPFi Workflow

FAssets function as wrapped XRP that interacts with decentralized applications on Flare. The system creates FXRP, which users can deploy across lending and staking programs. Flare reported that minted FXRP supply has surpassed 100 million tokens.

More than 60 million FXRP tokens currently operate within staking programs and structured products. These figures show that some XRP holders already deploy assets into yield strategies. The new integration aims to expand that participation through simplified access.

Upshift manages the vault strategies while Clearstar curates capital deployment and risk controls. The companies structure strategies around lending markets and collateralized positions. They also use structured products to generate yield within defined parameters.

Advertisement

Flare compresses typical multi-step DeFi actions into one workflow through Smart Accounts. The system handles minting, allocation, and yield distribution automatically. Users only authorize the transaction through their existing credentials.

Recent market data showed XRP gained 6% earlier this week alongside a 212% rise in retail buying volume. Exchange-traded fund inflows have remained positive since their November launch. Flare and Xaman announced the integration as the FXRP minted supply crossed the 100 million mark.

Source link

Advertisement
Continue Reading
Click to comment

Leave a Reply

Your email address will not be published. Required fields are marked *

Crypto World

Buterin Outlines Ethereum’s Quantum Resistance Roadmap

Published

on

Buterin Outlines Ethereum’s Quantum Resistance Roadmap

Ethereum co-founder Vitalik Buterin has identified and proposed a plan to address four areas of the network that he sees as most quantum-vulnerable.

Quantum computing and crypto have been in the headlines recently as concerns mount over Bitcoin and other blockchains’ resistance to quantum-capable supercomputers.

Buterin posted his quantum resistance roadmap for Ethereum on Thursday, stating that the four areas are: validator signatures, data storage, user account signatures, and zero-knowledge proofs.

He said that replacing the current BLS (Boneh-Lynn-Shacham) consensus signatures with “Lean” quantum-safe hash-based signatures would fix that component. The tricky part is picking the right hash function, since this choice will likely stick around for a long time.

Advertisement

“This may be ‘Ethereum’s last hash function’, so it’s important to choose wisely,” he said. 

Ethereum Foundation researcher Justin Drake proposed “Lean Ethereum,” a plan to make the network quantum-secure, in August 2025. 

Quantum safe data storage and accounts  

Regarding data storage, or “blobs”, Ethereum currently uses a system called KZG (Kate-Zaverucha-Goldberg) for storing and verifying data. 

The plan is to swap this out for STARKs (Zero-Knowledge Scalable Transparent Argument of Knowledge), which are quantum-resistant. “It’s manageable, but there’s a lot of engineering work to do,” said Buterin.

Advertisement

Related: Buterin outlines 4-year roadmap to speed up and quantum-proof Ethereum

The third challenge is user accounts. Ethereum currently uses ECDSA (Elliptic Curve Digital Signature Algorithm) signatures, which are standard cryptographic keys. The fix is to upgrade the network so that accounts can use any signature scheme, including “lattice-based” quantum-resistant ones.

However, quantum-safe signatures are much heavier computationally and would consume more gas.

“The long-term fix is protocol-layer recursive signature and proof aggregation, which could reduce these gas overheads to near-zero,” he said. 

Advertisement

Quantum-resistant proofs are very expensive 

Quantum-resistant proofs are extremely expensive to run onchain so “the solution again is protocol-layer recursive signature and proof aggregation,” said Buterin.

Instead of verifying every signature and proof individually onchain, a single master proof or “validation frame” would verify thousands of them at once, keeping costs near zero.

“This way, a block could ‘contain’ a thousand validation frames, each of which contains either a 3kB signature or even a 256kB proof,” he explained. 

Buterin floated the concept of a recursive-STARK-based bandwidth-efficient mempool in January. Source: ETHresearch

Buterin also commented on the Ethereum Foundation’s “Strawmap” on Thursday, stating that he expects to see “progressive decreases of both slot time and finality time.” 

Magazine: Bitcoin may take 7 years to upgrade to post-quantum: BIP-360 co-author

Advertisement