Digital Asset Database Digital asset research & education
BTC$77,103-0.11% ETH$2,383-1.11% USDT$0.9997+0.01% BNB$686.39+0.97% XRP$1.35+0.16% USDC$0.9998+0.01% SOL$99.68+0.05% TRX$0.3245+0.62% FIGR_HELOC$1.01+0.03% HYPE$81.59-0.85% ZEC$810.98-2.09% DOGE$0.0812-0.35% RAIN$0.0167+0.80% USDS$0.9999+0.01% XMR$504.59+2.10% LEO$9.24-1.37% WBT$70.62-0.56% LINK$11.07-0.95% ADA$0.1986+1.86% XLM$0.1744-0.29% BCH$242.83-0.73% DAI$0.9998+0.01% CC$0.1091-3.88% USDE$0.9995+0.01% USD1$0.9993+0.00% LTC$49.61+0.04% GRAM$1.33+1.17% UNI$5.85+1.01% HBAR$0.0741+0.34% USDG$1.00+0.04% AVAX$7.16-0.34% SHIB$0.00000515+0.44%
메뉴
자산 전체 자산섹터순위Heat map스크리너자산 비교★ Saved
기본 지표 Fees & revenue잠긴 가치Exchange volume네트워크 활동StablecoinsStaking & yield
밸류에이션 밸류에이션 비율Supply & issuance지표 정의
기관 상장지수상품기업 재무 보유분
리서치 리서치 노트이벤트 캘린더리스크 프레임워크보안 사고
학습 Learn library용어집계산기방법론데이터 출처데이터 최신성AI agents공개 API
뉴스 데이터에 묻기 글로벌 시장 소개
읽기 옵션
Photography CryptoStudio
가이드 보기

시장이 처음이라면 — 가격, 수익률, market cap? 브라우징하면서 모든 용어를 평이한 영어로 설명합니다. 동일한 데이터에 도움말이 내장된 방식입니다.

전문가 견해

시장은 이미 알고 있다고 가정합니다. 데이터만 — 깔끔하고 빠르며 간결하게, 별도의 설명 없이 제공합니다. 기본 보기입니다.

라이트 또는 다크
언어
공개 API

이 사이트의 모든 수치는 해당 기간 및 출처와 함께 JSON 형식으로 제공됩니다.

API 문서 읽기
Risk Foundation 7 min

Personal security: phishing, address poisoning, approvals

The operational habits that prevent the most common losses: fake front ends, poisoned address history and standing token approvals.

Most individual losses in this asset class do not involve a broken cryptographic system. They involve a person being persuaded to reveal a secret, to approve a transaction they misread, or to send funds to an address that looks correct and is not. The attacker needs one of exactly two things: the key itself, or a valid signature from it. Every practical defense is aimed at one of those two paths.

The recovery phrase is the asset

A seed phrase reconstructs the private key and therefore the ability to move everything derived from it, on every chain, permanently. Two consequences follow with no exceptions. Anyone who reads it has full control, which is why it does not belong in a photograph, a cloud note, an email draft, a screenshot or a message to anybody, including support staff, who never need it. And nobody can restore it, which is why a single copy in a single location is a common route to key loss through fire, flood, disposal or forgetting. Legitimate wallet software asks for the phrase only when restoring a wallet on a device, and never to validate, verify, migrate, unlock or claim anything.

Phishing has moved to convincing infrastructure

Contemporary phishing is not a badly written email. The common patterns are a paid search result above the real one, a lookalike domain differing by a character, a support account that replies within seconds of a public complaint, a fake application in an app store, and a claim page for an airdrop that appears in a wallet's own transaction history. In each case the destination is a functioning interface that asks for a signature. The most damaging outcome is not a transfer but an approval, because that grants continuing access rather than moving a fixed amount once. Structural habits work better than vigilance: reaching interfaces through saved bookmarks rather than search, verifying the exact domain string before signing anything, treating unsolicited tokens and unexpected claim pages as hostile by default, and remembering that no genuine support process begins in a direct message.

Address poisoning and dusting

Address poisoning exploits how people copy addresses. The attacker generates an address whose first and last characters match one that has already been used, then sends a zero-value or trivial transfer so that this near-identical string appears in the transaction history. Later, an address copied from history rather than from the original source sends funds to the attacker, and because the visible portions match, a quick check passes. A dusting attack uses similar tiny transfers for a different goal, namely linking addresses to a common owner through subsequent spending. Three habits defeat the first, and the first two also limit exposure to the second: keeping frequently used destinations in a saved address book rather than in history, verifying the entire string rather than the visible ends, and sending a small test transaction before a large transfer to a new destination. Human-readable names help only if the name itself is verified, since lookalike names are also registrable.

Approvals are standing permissions, not one-time actions

Interacting with most applications requires granting a contract permission to move tokens on a holder's behalf. Under the ERC-20 pattern this is an allowance, and interfaces have commonly requested an unlimited one to avoid asking again later. That approval persists after the interaction ends, so a contract that is later upgraded, compromised or malicious from the start can move the approved tokens at any point in the future without any new interaction. The equivalent for a non-fungible token collection grants access to an entire collection at once. Signature-based permissions add a further wrinkle: they are signed off-chain, cost nothing, produce no on-chain record until used, and therefore do not appear in a wallet's history as something granted. The practical hygiene is to review outstanding approvals periodically, revoke those no longer needed, prefer a bounded amount where an interface offers one, and treat any request to approve an unfamiliar contract as the most consequential click in the process. Revoking costs a transaction fee, which is why median transaction fee and average transaction fee are worth checking before a cleanup session on a congested network.

Reading what is actually being signed

A digital signature authorizes a specific message, and the risk lies in the gap between what the interface says and what the message contains. Hardware wallets reduce key theft substantially because the key never leaves the device, and they do not prevent a holder from signing a harmful message on a screen too small to display it fully, a situation usually described as blind signing. Structured signing formats that show a human-readable summary bound to a specific application help, and transaction simulation that previews balance changes before signing helps more. Where a signature request cannot be understood, declining it costs nothing.

Structure rather than constant vigilance

Attention fails eventually, so the durable defenses are structural. Separating funds across purposes limits what any single compromised signature can reach: a dedicated address for experimentation, another for routine activity, and long-term holdings in cold storage that never touches an unfamiliar interface. A multisignature arrangement makes a single compromised key insufficient for larger balances. Backups stored in separate physical locations address loss, and a documented recovery procedure addresses succession. If a compromise is suspected, the ordering matters: assets are moved to a new address generated on a clean device first, because revoking approvals from a key that may already be controlled by an attacker does not secure anything, and a key believed to be exposed is best treated as permanently unusable rather than cleaned up.

That closes this track. The glossary defines each attack pattern named above, incidents records how these techniques have appeared at scale, and the risk section collects the structural exposures covered in the preceding articles.

01

핵심 요점

An attacker needs either the key or a valid signature from it, and every practical defense addresses one of those two paths.
A recovery phrase grants permanent full control and cannot be reset, so both exposure and loss of the single copy are terminal.
Address poisoning places a near-identical address in transaction history, which is defeated by saved address books, full-string verification and test transfers.
Token approvals are standing permissions that survive the interaction, so a contract later compromised can move approved balances without any new action.
Separated wallets, hardware devices, multisignature arrangements and documented backups work when attention fails, which vigilance alone does not.

자산

전체 자산섹터순위Heat map스크리너비교저장됨

기본 지표

Fees & revenue잠긴 가치Exchange volume네트워크 활동StablecoinsStaking & yield

Valuation & risk

밸류에이션 비율Supply & issuance지표 정의리스크 프레임워크보안 사고

기관

상장지수상품기업 재무 보유분Events리서치 노트뉴스

학습

Learn library용어집계산기데이터에 묻기AI agents공개 API

소개

소개문의방법론데이터 출처편집 정책데이터 최신성

법적 고지

면책 조항이용 약관Privacy policy