> For the complete documentation index, see [llms.txt](https://docs.openbisea.com/dchain/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openbisea.com/dchain/tokenomics/d-chain-and-dtoken-connection.md).

# D Chain & DToken connection

### **Blockchain Foundation**

DCHAIN blockchain is built on the SAGA main coin ETH with a fixed transaction fee of 0.000000888 ETH ($0.003). In the network, 888,888,888 ETH are minted to two wallets owned by the DCHAIN Foundation. These funds are used for bridges and launches. After 888 days from creation, they are destroyed by transferring them to the 0x0 address (by then, the economic balance should be stabilized).

### **Token creating**

All ETH fees are transferred to a special wallet accessible to the DTOKEN contract. The contract has a public function that creates DTOKEN depending on the blocks passed.

### **Token Allocation**:

DTOKEN tokens are created every network block with 40% of the max supply of 888,888,888. At this point, payment in ETH is received for the transaction on the smart contract. The number of tokens created depends on the swap rate but is limited to 1% of the Total Supply minus the circulation supply.

Genesis wallets can create community tokens (up to 20% of the max supply of 888,888,888) and 20% of tokens for investments. Team tokens can only be minted proportionally to the created DTOKEN, as well as accelerator tokens.

### **DTOKEN Dynamics**:

Every 88 days, the number of created DTOKEN decreases by 8% until all tokens are minted. Any client can buy DTOKEN from the pool and stake it on the contract (this requires swapping from the pool). Depending on the amount of DTOKEN staked, stakers receive mined DTOKENs to their wallets proportional to the total deposited in the pool. For example, if there are 80,000 tokens in the pool and 80,000 are bought, the contract mints DTOKENs into the pool according to the deposit rate plus the same amount as a reward to the stakers.

The contract also serves as an ETH-DTOKEN swap pool where the ETH balance on the contract is equivalent to the DTOKEN balance on the contract, and anyone can make swaps.

The initial DTOKEN-ETH balance comes from 20% of tokens for investments.

### Testnet:

RPC Endpoint

<https://dchaintestnet-2713017997578000-1.jsonrpc.testnet.sagarpc.io>

Websocket Endpoint

<https://dchaintestnet-2713017997578000-1.ws.testnet.sagarpc.io>

Block Explorer

[https://dchaintestnet-2713017997578000-1.testnet.sagaexplorer.io](https://dchaintestnet-2713017997578000-1.testnet.sagaexplorer.io/)

**Mainnet:**

Coming soon


---

# 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.openbisea.com/dchain/tokenomics/d-chain-and-dtoken-connection.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.
