> For the complete documentation index, see [llms.txt](https://docs.doma.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.doma.xyz/readme/domainfi.md).

# DomainFi

<figure><img src="/files/yNKO8Hk2knL8fFJkE43s" alt=""><figcaption></figcaption></figure>

## Introduction

Doma Protocol is the world's first DNS compliant blockchain purpose-built to transform over 370 million traditional internet domains into programmable, tokenized real-world assets (RWAs). By bridging existing DNS infrastructure with major blockchain ecosystems,including Solana, Base, Avalanche, and Ethereum, Doma powers **DomainFi**: a new economic paradigm that unlocks liquidity, financial utility, and innovative ownership models for the $360+ billion domain industry.

Unlike previous approaches to blockchain domains (such as [alt-roots](https://en.wikipedia.org/wiki/Alternative_DNS_root) or single registrar tokenization), Doma works *with* the existing DNS infrastructure rather than replacing it. Every domain tokenized through Doma remains fully DNS-compliant, working exactly like a traditional .com or .ai domain while gaining programmable on-chain functionality and ownership models.

## What is DomainFi

DomainFi represents a new economic paradigm for the domain industry, addressing significant challenges in the current $340B+ domain ecosystem. Traditional domain management faces several critical limitations:

* The domain industry has historically maintained high barriers to entry through strict ICANN accreditation requirements
* Secondary market trading suffers from opacity and high friction, often requiring intermediary escrow services and long transfer times
* Domains lack programmability and standardized developer interfaces

> The Doma Protocol revolutionizes this landscape by transforming domains into programmable, blockchain-based assets.

This transformation enables DomainFi through several key innovations:

{% stepper %}
{% step %}
**Trusted Domain Tokenization**

* Provides a secure onramp for any Registrar or Registry to tokenize domains onto the blockchain
* Maintains full compliance with ICANN regulations
* Ensures seamless integration with existing domain infrastructure
  {% endstep %}

{% step %}
**State Synchronization**

* Implements bi-directional synchronization between on-chain assets and ICANN registries
* Maintains consistent domain metadata and state across web2 and web3 environments
* Provides real-time updates for domain state changes
  {% endstep %}

{% step %}
**Composable Domain Rights**

* Enables splitting domains into synthetic tokens representing specific rights and permissions
* Facilitates granular control over domain management capabilities
* Supports innovative financial instruments based on domain rights
  {% endstep %}

{% step %}
**DomainFi Application Infrastructure**

The protocol provides comprehensive APIs and smart contracts enabling developers to build innovative applications such as:

* Instant-settlement secondary marketplaces
* Fractional domain ownership structures
* Domain-collateralized lending platforms
* Automated domain rental and leasing systems
* On-chain domain parking yield generation
  {% endstep %}
  {% endstepper %}

Through these capabilities, DomainFi transforms traditional domains into dynamic, programmable assets that can participate in the broader web3 financial ecosystem.

***

## Why Build on Doma

The Doma Protocol creates substantial value for multiple stakeholders across the domain and blockchain ecosystems:

:office: **For Registrars and Registries**:

* **Secure Tokenization Infrastructure**: A fully compliant system for converting traditional domains into blockchain assets, with built-in ICANN requirement handling and automated compliance checks
* **Multi-Chain Integration**: Native support for major Layer1 and Layer2 blockchains, enabling registrars to offer domain tokenization across multiple popular networks without additional infrastructure
* **Enhanced Revenue Streams**: New revenue opportunities through tokenization services, domain rights tokenization, and integration with DomainFi applications
* **Automated State Management**: Streamlined handling of tokenized domains with automated synchronization between blockchain and traditional DNS infrastructure

:chains: **For Blockchain Ecosystems**:

* **Real-World Asset Integration**: Direct integration of the $300B+ domain market as on-chain assets, bringing significant real-world value onto blockchain networks
* **Transaction Volume Growth**: Increased network activity through DomainFi transactions, including trading, lending, and permission management
* **Cross-Chain Opportunities**: Enhanced interoperability through standardized domain asset handling across different blockchain networks
* **DomainFi Ecosystem Expansion**: New opportunities for dApps and protocols to incorporate domain-based financial products and services

:woman\_technologist: **For Developers**:

* **Reseller APIs:** Enable domain sales through NFT marketplaces and dApps without the need for ICANN accreditation.
* **Smart Contract Libraries**: Pre-built, audited smart contracts for common domain management operations
* **Flexible Permission System**: Programmable domain primitives enabling creative applications of domain rights and permissions
* **Subgraph Integration**: GraphQL-based subgraph for efficient querying of domain metadata and transaction history
* **Cross-Chain Development Tools**: Infrastructure for building applications that work seamlessly across multiple blockchain networks

:person\_in\_tuxedo: **For Domain Holders**:

* **Financial Utility**: Multiple options for leveraging domain value, including fractional ownership, collateralized lending, and yield generation
* **Enhanced Liquidity**: Instant access to secondary markets without traditional escrow services or lengthy transfer processes
* **Granular Permission Control**: Ability to split domain rights into specific permissions for different use cases while maintaining overall ownership
* **Web3 Integration**: Seamless integration with web3 applications, including use as digital identity and wallet resolution
* **Revenue Generation**: Multiple paths for generating revenue from domain assets through parking, leasing, and permission trading


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.doma.xyz/readme/domainfi.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
