스마트 컨트랙트 도메인
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://tldfyi.com/iframe/glossary/smart-contract-domain/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://tldfyi.com/glossary/smart-contract-domain/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/smart-contract-domain/)
Use the native HTML custom element.
스마트 컨트랙트 도메인은 등록, 이전, 소유권 규칙, 해석 로직이 블록체인 플랫폼(주로 Ethereum 또는 Polygon) 위의 자기 실행형 스마트 컨트랙트에 인코딩되고 집행되는 [[blockchain-domain|블록체인 도메인]]입니다. 스마트 컨트랙트가 레지스트리이자 레지스트라 역할을 동시에 수행하여 신뢰 중개자가 필요 없습니다. 갱신 정책, 해석 레코드, 접근 제어 등 핵심 속성은 불변 또는 업그레이드 가능한 컨트랙트 코드에 정의되어 누구나 투명하게 감사할 수 있습니다. [[ens|ENS]]와 [[unstoppable-domains|언스토퍼블 도메인]] 같은 시스템이 스마트 컨트랙트 위에 구축되어 있습니다.
예시
When alice.eth is registered through the ENS smart contract, the contract automatically records Alice's ownership, stores her resolver settings, and enforces a one-year registration term — all without ENS staff involvement.