TECHNOLOGIES

DeFi

Decentralised Finance

Financial services (trading, lending, borrowing) run by smart contracts on a public blockchain instead of by a bank or broker.

Last reviewed: 2026-06-02 byKevin Riedl wiki β†—

DeFi replaces the intermediary in a financial transaction with code. Instead of a broker matching trades, a decentralised exchange (DEX) uses an automated market maker: a smart contract that holds two assets in a pool and prices swaps by a formula. Instead of a bank deciding who gets a loan, a lending protocol lets anyone borrow against collateral they lock in a contract, with interest rates set algorithmically by supply and demand. Nobody approves you; the contract just executes.

The genuine innovation is composability. Because every protocol is a public contract on the same chain, they snap together like Lego. A position in one protocol can be collateral in another, which can be wrapped and traded in a third, all in a single transaction. This is something the traditional financial stack, with its walled APIs and settlement delays, cannot do. It is also why DeFi failures cascade: when one building block breaks, everything stacked on it breaks too.

The risks are real and specific. Smart-contract risk: a bug drains the pool, and there is no chargeback. Oracle risk: protocols depend on price feeds, and a manipulated oracle lets an attacker borrow against fake collateral. We have shipped payment infrastructure that touches DeFi rails (Scramble), and our position is that DeFi is powerful for the narrow set of use cases that need permissionless, composable finance, and a liability for everyone using it as a yield casino. Our blockchain work starts with which one you are.

// FAQ

FAQs

FAQs

Financial services run by smart contracts instead of banks or brokers: trading on automated market makers, borrowing against on-chain collateral, earning yield from lending. The contract executes the rules; no intermediary approves the transaction.
Smart-contract risk (a bug drains the funds with no chargeback), oracle risk (a manipulated price feed lets an attacker borrow against fake collateral), and cascade risk (composability means one broken building block takes down everything stacked on it). These are not edge cases; they are the dominant loss vectors.
Only if you need permissionless, composable finance that a bank rail cannot provide. For most businesses, a regulated payment processor is cheaper, safer, and faster to integrate. DeFi earns its risk in a narrow set of use cases and is a liability everywhere else.