Smart-Contract-Domain
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.
Eine Smart-Contract-Domain ist eine [[blockchain-domain|Blockchain-Domain]], deren Registrierung, Übertragung, Eigentumsregeln und Auflösungslogik allesamt in einem selbstausführenden Smart Contract auf einer Blockchain-Plattform (typischerweise Ethereum oder Polygon) kodiert und durchgesetzt werden. Der Smart Contract fungiert gleichzeitig als Registry und Registrar und macht einen vertrauenswürdigen Vermittler überflüssig. Schlüsseleigenschaften — Verlängerungsrichtlinien, Auflösungseinträge und Zugriffskontrollen — sind in unveränderlichem oder upgradebarem Contract-Code definiert, wodurch das System für jeden transparent und prüfbar wird. Systeme wie [[ens|ENS]] und [[unstoppable-domains|Unstoppable Domains]] basieren auf Smart Contracts.
Beispiel
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.