newsie.tech
newsie.techScore it before you stake it.
Safety GlossarySafety PlaybooksSafety QuizDeFi NewsSupported Chains
IL CalculatorIL MonitorSimulateYield PlannerSafe YieldStrategy GeneratorNewDeFi AnalyticsSettingsPricing
Rug AlertsThreat FeedWhale WatcherWallet GuardApproval AuditorNewDeployer-Key HygieneNewWallet Risk ScannerOn-Chain AnalystLiveSignals
Safety CheckerAttestationsOn-ChainDiscoverProtocolsMethodology
PrivacyTermsSecurity
newsie.techScore it before you stake it.
Safety GlossarySafety PlaybooksSafety QuizDeFi NewsSupported Chains
IL CalculatorIL MonitorSimulateYield PlannerSafe YieldStrategy GeneratorNewDeFi AnalyticsSettingsPricing
Rug AlertsThreat FeedWhale WatcherWallet GuardApproval AuditorNewDeployer-Key HygieneNewWallet Risk ScannerOn-Chain AnalystLiveSignals
Safety CheckerAttestationsOn-ChainDiscoverProtocolsMethodology
PrivacyTermsSecurity
newsie.tech
newsie.techScore it before you stake it.
Safety GlossarySafety PlaybooksSafety QuizDeFi NewsSupported Chains
IL CalculatorIL MonitorSimulateYield PlannerSafe YieldStrategy GeneratorNewDeFi AnalyticsSettingsPricing
Rug AlertsThreat FeedWhale WatcherWallet GuardApproval AuditorNewDeployer-Key HygieneNewWallet Risk ScannerOn-Chain AnalystLiveSignals
Safety CheckerAttestationsOn-ChainDiscoverProtocolsMethodology
PrivacyTermsSecurity
newsie.techScore it before you stake it.
Safety GlossarySafety PlaybooksSafety QuizDeFi NewsSupported Chains
IL CalculatorIL MonitorSimulateYield PlannerSafe YieldStrategy GeneratorNewDeFi AnalyticsSettingsPricing
Rug AlertsThreat FeedWhale WatcherWallet GuardApproval AuditorNewDeployer-Key HygieneNewWallet Risk ScannerOn-Chain AnalystLiveSignals
Safety CheckerAttestationsOn-ChainDiscoverProtocolsMethodology
PrivacyTermsSecurity

DeFi Safety Glossary

28 terms covering every risk you need to understand before staking.

Showing 28 of 28 terms

Rug Pull

Smart ContractCritical

Developers suddenly drain all liquidity from a protocol and disappear with user funds. Usually via backdoor admin functions or liquidity removal.

Team mints unlimited tokens, swaps for ETH, removes LP, and goes offline.

Honeypot

Smart ContractCritical

A token contract coded to allow buying but block selling. Users can purchase but can never exit their position.

Token rises 1000% but holders discover they can't sell — all funds trapped.

Re-entrancy Attack

Smart ContractCritical

A bug where a malicious contract repeatedly calls a vulnerable function before the first execution updates state, draining funds each time.

The $60M DAO hack (2016) and many since exploit this exact pattern.

Admin Key Risk

Smart ContractHigh

A single EOA (externally owned account) controls critical protocol functions like minting, pausing, or upgrading. If compromised, funds are at risk.

Protocol paused instantly by team, then drained via upgrade.

Logic Bug

Smart ContractHigh

Unintended code behaviour that doesn't constitute a classic exploit but still causes financial loss — even in audited contracts.

Rounding error in interest calculations leads to gradual fund siphoning.

Unverified Contract

Smart ContractHigh

A smart contract whose source code is not verified on a block explorer. You cannot read what the contract actually does.

Token deployed with hidden transfer tax or minting function.

Flashloan Attack

Smart ContractHigh

Attacker borrows a large uncollateralized sum within a single transaction to manipulate prices or exploit protocol logic, then repays — all atomically.

Borrowing $100M USDC to skew an AMM price, exploit a lending protocol, repay loan — profit $10M in one block.

Infinite Approval

Smart ContractMedium

Approving a contract to spend unlimited tokens. If that contract is compromised later, all approved tokens can be drained.

Old approval to a hacked DEX router drains wallet months later.

Oracle Manipulation

OracleCritical

Feeding false or manipulated price data into a protocol's price oracle, causing incorrect valuations, bad liquidations, or exploitable arbitrage.

Attacker manipulates an AMM pool price that a lending protocol uses as its oracle.

Price Feed Lag

OracleMedium

Delay between real-world price changes and on-chain oracle updates. Can cause incorrect liquidations or allow MEV during volatile markets.

Market crashes 30% but oracle updates 10 minutes late — liquidations happen at wrong prices.

Centralised Oracle

OracleMedium

A single entity controls the price feed. If that server goes down or is compromised, the protocol is blind or exploitable.

Protocol halts because price feed API goes offline.

Impermanent Loss (IL)

MarketHigh

The difference in value between holding tokens in an LP position versus holding them outright. Occurs when token prices diverge after deposit.

ETH doubles after you LP ETH/USDC — you'd have been better off just holding ETH.

Liquidation Cascade

MarketHigh

A chain reaction where falling prices trigger liquidations, which depress prices further, triggering more liquidations until the market stabilises (or collapses).

Luna/Terra collapse triggered cascading liquidations across multiple protocols.

Slippage

MarketMedium

The difference between the expected price of a trade and the actual executed price, caused by pool imbalance or low liquidity.

A large swap in a small pool causes 15% price impact — you receive 15% fewer tokens than expected.

Bad Debt

MarketHigh

Undercollateralised borrowing positions that cannot be liquidated profitably. Losses are socialised across remaining protocol depositors.

Borrower's collateral crashes faster than liquidators can act — protocol absorbs the shortfall.

Phishing

ScamCritical

Fake websites or interfaces designed to look identical to legitimate protocols, capturing seed phrases or approving malicious transactions.

Googling 'Uniswap' and clicking the first ad — which is a fake site stealing your wallet.

Fake Token

ScamHigh

A token with the same name/symbol as a legitimate project, deployed to trick users into buying the wrong contract.

USDC clone address circulates on Telegram — users buy it thinking it's real USDC.

Clipboard Malware

ScamHigh

Malware that silently replaces wallet addresses in your clipboard. You copy address A, but paste address B (attacker's wallet).

User copies their withdrawal address but malware substitutes attacker's address before paste.

Pump & Dump

ScamHigh

Coordinated buying drives up a token's price, creating FOMO. Organisers sell at the peak, price collapses, retail investors are left holding losses.

Telegram group coordinates buy of low-cap token, 10×es in hours, team dumps, -90% in minutes.

Airdrop Scam

ScamMedium

Malicious tokens sent to wallets that, when users try to sell or interact with them, approve a contract that drains legitimate funds.

Unknown token appears in wallet — clicking 'claim' approves unlimited USDC spend.

Governance Attack

ProtocolHigh

A malicious actor acquires enough governance tokens to pass proposals that drain the treasury, alter parameters, or change protocol rules.

Attacker flash-loans governance tokens to pass a proposal and drain $182M.

Token Dilution

ProtocolMedium

High token emission rates reduce the value of existing holdings. Common in yield farming where rewards are paid in native tokens.

Farm paying 200% APY in PROTO token whose supply doubles monthly — real yield may be negative.

Bridge Risk

ProtocolHigh

Cross-chain bridge contracts are complex and frequently exploited. Funds locked in a bridge can be stolen by bridge smart contract exploits.

Ronin bridge hack ($625M), Wormhole hack ($320M) both targeted bridge contracts.

Systemic Risk

ProtocolHigh

The failure of one major protocol triggering cascading failures across the DeFi ecosystem due to composability and shared liquidity.

UST depeg triggered mass sell-offs, liquidations, and protocol failures across dozens of protocols.

TVL (Total Value Locked)

ConceptsLow

The total USD value of assets deposited in a protocol. Higher TVL generally indicates more user trust but is not a guarantee of safety.

Aave has $10B+ TVL — high confidence indicator but not sufficient alone.

Multisig

ConceptsLow

A wallet requiring M-of-N signatures to execute transactions. Used for admin functions in protocols to reduce single-key risk.

Protocol requires 4-of-7 team signatures to upgrade contracts — much safer than single admin.

Collateralisation Ratio

ConceptsLow

The ratio of collateral value to borrowed value. Protocols liquidate positions when this ratio falls below a threshold.

150% ratio means you need $1,500 collateral to borrow $1,000. If collateral drops to $1,200 (120%), liquidation triggers.

APY vs APR

ConceptsLow

APR is simple annual rate. APY accounts for compounding. Most DeFi shows APY which looks higher. Also: neither accounts for token price decay.

200% APY in a token that loses 90% of value = -70% real return.