Domaine à contrat intelligent
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.
Un domaine à contrat intelligent est un [[blockchain-domain|domaine blockchain]] dont l'enregistrement, le transfert, les règles de propriété et la logique de résolution sont tous encodés et appliqués par un contrat intelligent auto-exécutable sur une plateforme blockchain (généralement Ethereum ou Polygon). Le contrat intelligent joue à la fois le rôle de registre et de bureau d'enregistrement, supprimant le besoin d'un intermédiaire de confiance. Les propriétés clés — politiques de renouvellement, enregistrements de résolution et contrôles d'accès — sont définies dans un code de contrat immuable ou évolutif, rendant le système transparent et auditable par tous. Des systèmes comme [[ens|ENS]] et [[unstoppable-domains|Unstoppable Domains]] reposent sur des contrats intelligents.
Exemple
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.