> For the complete documentation index, see [llms.txt](https://docs.my.box/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.my.box/docs/resources/domain-expiration.md).

# Domain Expiration

#### **1. Grace Period (Days 1–64)**

* **Functionality Ceases**\
  Once a domain expires, it stops functioning. This means associated services like websites, email, and domain transfers will no longer work.
* **Recovery Still Possible**\
  You can recover the domain at the regular recovery rate of 120 USDC without any additional fees during this period.
* **No Immediate Ownership Loss**\
  The domain remains associated with the original owner, allowing for easy recoverability.

***

#### **2. Pending Delete Period (Days 65–69)**

* **Domain Prepped for Deletion**\
  The domain enters the queue for deletion offchain. This involves a system delay of approximately four days to prepare the domain for release back into the public pool.
* **From the User’s Perspective**\
  The domain is effectively deleted at this point, and the original owner can no longer use or renew it through normal channels. The NFT is frozen in their wallet.

***

#### **3. Deleted (Day 70)**

* **Public Availability**\
  On the 70th day, the domain becomes available for registration. However, unlike traditional first-come, first-served models, expired .box domains enter a **premium pricing phase**.
* **Premium Pricing Phase**\
  During this phase, prices start at **7,680 USDC** and halve every 24 hours over a period of **6 days**, eventually settling at a fixed rate of **120 USDC**. This allows users to decide whether to pay a premium to secure the domain early or wait for the price to stabilize.
* **NFT Transfer**\
  When purchased by another user, the frozen domain NFT will automatically be transferred to the new owner's wallet.


---

# 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.my.box/docs/resources/domain-expiration.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.
