# Pricing

## Pricing

Fee paid at registration = Annual fee \* Length of registration period + Storage deposit.

### Annual fee

| Account Character Length | Price       | Price after filling in the invitee ( x0.95 ) |
| ------------------------ | ----------- | -------------------------------------------- |
| 5 digits and above       | $4.99/year  | $4.75/year                                   |
| 4-bit                    | $160/year   | $152/year                                    |
| 3-bit                    | $660/year   | $627/year                                    |
| 2 bit                    | $1,024/year | $972.8/year                                  |
| 1 bit                    | -           | -                                            |

### Action Fee

| Action           | Action Fee | Miner Fee |
| ---------------- | ---------- | --------- |
| Edit Records     | Free       | Free      |
| Transfer Owner   | Free       | Free      |
| Transfer Manager | Free       | Free      |
| Query Records    | Free       | Free      |

### Storage Deposit

The storage fee corresponds to the amount of on-chain storage space required to store account information on the Nervos CKB chain, and DAS is carefully structured so that a fixed storage fee is pledged regardless of the number of parsed records stored in the DAS account. The pledged storage fee is 206 CKB per account. **If an account expires and is not renewed, the storage deposit will be returned to the account's Owner address at the time of expiration**.

Since DAS is a decentralized application running on Nervos CKB, it only recognizes CKB as a payment method for fees. Therefore, the DAS team maintains a CKB/USD price prediction machine service that allows the contract to know how much CKB should be charged when a user signs up, and allows users to pay in any currency due to the presence of a DAS registrar.


---

# Agent Instructions: 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:

```
GET https://docs.da.systems/docs/register-das/pricing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
