Domínio de Contrato Inteligente
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.
Um domínio de contrato inteligente é um [[blockchain-domain|domínio blockchain]] cujo registro, transferência, regras de propriedade e lógica de resolução são codificados e aplicados por um contrato inteligente autoexecutável em uma plataforma blockchain (tipicamente Ethereum ou Polygon). O contrato inteligente age como registro e registrador ao mesmo tempo, eliminando a necessidade de um intermediário confiável. Propriedades-chave — políticas de renovação, registros de resolução e controles de acesso — são definidas em código de contrato imutável ou atualizável, tornando o sistema transparente e auditável por qualquer pessoa. Sistemas como [[ens|ENS]] e [[unstoppable-domains|Unstoppable Domains]] são construídos sobre contratos inteligentes.
Exemplo
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.