A non-custodial vault protocol built on XRP and EVM-compatible infrastructure. Here is what the platform is, how it works, and who is building it.
The mission behind Firelight Finance is straightforward: give retail and institutional participants access to yield-bearing vaults without surrendering custody of their assets. DeFi has a trust problem. Most yield platforms require users to hand tokens to opaque contracts managed by anonymous multisigs. Firelight Finance takes a different path.
Every vault on the Firelight Finance platform enforces on-chain rules. Parameters — deposit limits, collateral ratios, withdrawal windows — are set at deployment and cannot be altered without community governance. That is a hard constraint, not a marketing claim.
The protocol launched in 2024, initially targeting the XRP ledger bridge infrastructure and EVM sidechains. FXRP, the wrapped XRP collateral token, is the first supported asset. Additional collateral types are expected in subsequent protocol versions.
Firelight Finance's smart contract stack is written in Solidity and tested with Foundry, the modern EVM testing framework. Foundry's fuzzing capabilities let the team run thousands of randomized inputs against vault logic before any code reaches mainnet. This matters — most DeFi exploits target edge cases that unit tests miss.
Oracle price feeds are sourced from Chainlink. The Chainlink integration means collateral valuations update in real time, and liquidation triggers are based on verified on-chain data rather than any single operator's price feed. The Firelight Finance platform does not roll its own oracle — a deliberate choice.
Gas accounting follows EIP-1559 conventions on EVM chains. Transactions use the base fee plus priority fee model, which reduces fee volatility for depositors and makes vault interactions more predictable during network congestion.
Vault contracts are upgradeable via a proxy pattern, but upgrades require a time-locked governance vote. No instant patches. A 48-hour delay between proposal and execution gives users time to exit if they disagree with a proposed change.
Security is not a checklist at Firelight Finance — it is an ongoing practice. The team runs continuous internal audits using Foundry's invariant testing suite. Before the v1 mainnet deployment, two independent third-party audit firms reviewed the core vault contracts.
Audit reports are published in full. No redactions. Users can read every finding and the corresponding fix. That transparency is rare in DeFi and the Firelight Finance team treats it as a baseline standard, not a differentiator.
A bug bounty program is active. Critical vulnerabilities carry rewards up to $250,000 in FXRP. The program runs through a third-party platform and reports go directly to the core engineering team.
Multi-sig controls over protocol treasury funds use a 4-of-7 threshold. No single key controls protocol reserves. The Chainlink oracle watchdog monitors price deviation; if a feed goes stale beyond a defined threshold, affected vault operations pause automatically.
Yield on the Firelight Finance platform comes from two sources: protocol fees collected from borrowers who use vault collateral, and Firelight Points distributed to depositors proportional to their share of TVL over time. Points are redeemable — the conversion rate is set by governance.
The protocol does not promise fixed APYs. Variable returns reflect actual market activity. When borrowing demand is high, depositor yield rises. When it falls, yield falls too. That is honest. Platforms that advertise fixed rates are usually hiding subsidy mechanisms that eventually fail.
As of the latest data, total TVL across Firelight Finance vaults sits above $86 million. The Firelight stXRP vault alone holds nearly 60 million FXRP. Those numbers reflect real depositor conviction, not inflated incentive farming. Visit the main vaults page to see live figures.
The team behind Firelight Finance is distributed across three time zones. Core contributors include protocol engineers, a security researcher who previously worked on Foundry-based audit tooling, and a product lead with background in institutional custody systems.
The team does not have celebrity advisors listed on a landing page. That is a choice. Advisors who appear in photos but do not write code or review contracts add noise, not signal. The Firelight Finance contributors who matter are the ones pushing commits and responding to bug reports at odd hours.
Community governance is open. Token holders can propose changes, vote on collateral additions, and set fee parameters. The roadmap is public. Quarterly development updates are posted to the official channels — Discord and X.
Questions about the protocol? The FAQ section covers the most common ones in detail. For technical documentation, the GitHub repository is the primary reference.