Dominio 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.
Un dominio de contrato inteligente es un [[blockchain-domain|dominio de cadena de bloques]] cuyo registro, transferencia, reglas de propiedad y lógica de resolución están codificados y ejecutados por un contrato inteligente autoejecutado en una plataforma blockchain (normalmente Ethereum o Polygon). El contrato inteligente actúa como registro y registrador al mismo tiempo, eliminando la necesidad de un intermediario de confianza. Las propiedades clave — políticas de renovación, registros de resolución y controles de acceso — se definen en código de contrato inmutable o actualizable, haciendo el sistema transparente y auditable por cualquiera. Sistemas como [[ens|ENS]] y [[unstoppable-domains|Unstoppable Domains]] están construidos sobre contratos inteligentes.
Ejemplo
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.