> For the complete documentation index, see [llms.txt](https://deb0x-protocol.gitbook.io/deb0x-protocol-litepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://deb0x-protocol.gitbook.io/deb0x-protocol-litepaper/introduction/software-details.md).

# Software details

The <mark style="color:orange;">**deb0x protocol**</mark> is built entirely using smart contracts, based on transparency, fair launch and absence of ownership.&#x20;

The protocol consists of two smart contracts: Deb0x.sol and Deb0xERC20.&#x20;

Deb0x.sol creates Deb0xERC20.sol in its constructor.

<mark style="color:orange;">Deb0xERC20.sol follows the Openzeppelin standard for ERC20 tokens.</mark>&#x20;

Additionally, Deb0xERC20.sol is owned by Deb0x.sol, which allows only Deb0x.sol to mint tokens. The total supply of DBX tokens is 5,010,000 tokens.&#x20;

Further details about the code can be found on GitHub or Etherscan.
