Skip to content

NexDAX Chain FAQ v0.5

What is NexDAX Chain, or NexDAX DEX?

NexDAX Chain is the blockchain initially developed by NexDAX and community. NexDAX DEX is the decentralized exchange module developed on top of the NexDAX Chain blockchain.

What is the design principle of NexDAX Chain?

The main focuses for the design of NexDAX Chain are:

  • No custody of funds: traders maintain control of their private keys and funds.
  • High performance: low latency, high throughput for a large user base, and high liquidity trading. We target to achieve 1 second block times, with 1 confirmation finality.
  • Low cost: in both fees and liquidity cost.
  • Easy user experience: as friendly as NexDAX.com.
  • Fair trading: minimize front-running, to the extent possible.
  • Evolvable: able to develop with forever-improving technology stack, architecture, and ideas.

What can you do on NexDAX Chain?

You can:

  • Send and receive NT
  • Issue new tokens
  • Send, receive, burn/mint and freeze/unfreeze tokens
  • Propose to create trading pairs between two different tokens
  • Send orders to buy or sell assets through trading pairs created on the chain

Will NexDAX Chain introduce more features and transaction types in the future?

Yes, NexDAX Chain team and community would cherish the technology advancements and recommended trends and strive to make circulation of assets and value easier and easier.

What is the native coin on NexDAX Chain?

The NexDAX Coin, NT, is the native asset on NexDAX Chain. There are 200MM NT coins in total. There will be no mining. The existing coin burns and freezes will still be in effect on the new NexDAX Chain blockchain.

The exact number of NT coins will be destroyed based on the same number of NT ERC20 tokens that have already been destroyed.

Since NexDAX Chain is live, all NT ERC20 tokens will be swapped for NexDAX Chain coins. All users who hold NT ERC20 tokens can deposit them to NexDAX.com, and upon withdrawal, the new NexDAX Chain native coins will be sent to their new wallets.

How can I register on NexDAX Chain/DEX and start trading?

There is no need to register. All you need is a NexDAX Chain address, which can be generated with any wallet that supports NexDAX Chain. Then you can trade NT or other assets stored on that address.

How can I send orders on NexDAX DEX?

Order

On NexDAX DEX, you can send "new order" messages to buy or sell certain assets. You can also send "cancel" messages to cancel existing open orders.

You can use a wallet to send new orders and cancels. NexDAX DEX also provides API for automated trading.

In NexDAX DEX v1.0, the order message contains:

  • Symbol: trading pair on the chain
  • Side: buy or sell
  • Price: only limit price orders are supported in NexDAX Chain v1.0
  • Amount
  • Time In Force: NexDAX DEX supports Immediate Or Cancel (IOC) and Good Till Expiry (GTE) orders. GTE orders can quote on the exchange until they are filled by the opposite orders satisfying the limit price, or canceled by client themselves, or expire after 72 hours after 00:00 (UTC). Check the "What is Order Expire" section of the FAQ for more information.

Network nodes examine orders to ensure they are valid. Once the orders are accepted, they are booked on the next block, and get matched accordingly.

What is Immediate Or Cancel order?

Immediate Or Cancel is a special order type. Once the order is accepted into a block, Immediate Or Cancel orders only exist in this block round. The order may get filled to zero, or partially or fully filled by other orders, and then will become expired and removed from the order book right away. As a result, it will not be tradable in the next round of matching. A small fee will be charged for the network usage, if there is no fill at all for the order (deemed as no intention to trade).

Match

NexDAX DEX does all of its matching on the blockchain, i.e. all nodes perform the matches and expect the same result. This is to ensure the maximum transparency and to mitigate the chance for front-running, even from the block producers. The matching infrastructure is expected to evolve and grow in capacity as time progresses.

NexDAX DEX doesn't do continuous matching as most centralized exchanges do. Instead, it matches using periodic auction matching for all the existing open orders received in the past and the latest blocks. The match logic is explained in more detail later.

Trade

Once the orders are filled, the corresponding assets will be automatically moved into buyers' addresses. The confirmation is instant and no need to wait for further blocks (i.e. T+0 block). Buyers can use the bought asset right away, either send it to another address or trade it again.

What is Order Expire?

Orders accepted by NexDAX DEX will either get filled with other orders or remain in the order book, but they will not stay on the order book forever. These orders will expire and be removed from the order book after the 1st midnight (UTC) after 72 hours once the order gets accepted. A small fee will be charged for the network usage, if there is no fill at all for the order (deemed as no intention to trade).

Where can I see my assets and trades?

You can always use wallets that support NexDAX Chain to check your asset balances, open orders, and (optionally) order/trade history. NexDAX Chain Explorer is another tool to check balances and transactions.

When can I see my order on the blockchain after I send it?

It depends. Normally, if you connect to one of the Accelerated Nodes, your orders should get accepted and booked into a block in 1-3 seconds. If the order price is marketable, the order will be filled and trades will come back in about similar time. If you send the order from far-way (self-setup full node), or there is heavy network traffic, the order may take longer to reach a Validator (block producer).

What is the Fee Structure?

Fees are charged and shared among the block producers (i.e. Validators) to run the network, in order to pay for the network usage and prevent abuse and attack. Since all user transactions, include transfer, new order, cancel etc, they are all recorded in blocks and chain state, the fee will be shared among different transactions. New orders are exempt from fees to encourage usage and larger trades will be charged more for their benefits from the liquidity provided in the network. Order Expire and Cancel are also charged with a fee if they fail to provide any liquidity. The current fee table is here

Besides the fees, no other gas will be charged.

Fees can be paid in any asset, but the network will charge NT first and apply a discount if the address has NT balance.

The fee is subject to periodical review and adjustment, after agreement from validators, via a proposal-vote procedure. See a fee-change proposal here

  • Trade fee is calculated based on trade notional value, while fees for other transactions are fixed.
  • It is free to send a new GET order, cancel a partially filled order, or expire a partially filled order.
  • Non-Trade related transactions will be charged with a fee when the transactions happen, and can only be paid in NT. The transaction will be rejected if the address does not have enough NT.
  • Trade-related transactions will be charged with a fee when an order is filled, or canceled/expired/IOC-expired with no fills. If there is enough NT to pay, NT fee structure will be used, otherwise, non-NT fee structure will be used instead.
  • If the whole order value and free balance for the receiving asset are not enough to pay the fee, all the receiving asset and its residual balance will be charged.

What is the current Fee Table on NexDAX Chain Mainnet?

Fees are variable and may change over time as governance proposals are proposed and voted on. The current fees table for Mainnet as of 2021-03-21 is as follows:

Transaction Type Pay in Non-NT Asset Pay in NT Exchange (DEX) Related
New Order 0 0 Y
Cancel (No Fill) Equivalent 0.00005 NT 0.00001 NT Y
Order Expire (No Fill) Equivalent 0.00005 NT 0.00001 NT Y
IOC (No Fill) Equivalent 0.00025 NT 0.000005 NT Y
Transfer N/A 0.000075 NT N
crossTransferOut N/A 0.000075 NT N
Multi-send N/A 0.00006 NT N
Issue Asset N/A 10 NT
Mint Asset N/A 0.002 NT N
Transfer ownership N/A 0.002 NT N
Burn Asset N/A 0.002 NT N
Freeze/Unfreeze Asset N/A 0.001 NT N
Lock/unlock/relock Asset N/A 0.002 NT N
List Asset N/A 200 NT N
Submit Proposal N/A 1 NT N
Deposit N/A 0.000125 NT N
Enable Memo Check N/A 0.2 NT N
Disable Memo Check N/A 0.2 NT N
HTLT N/A 0.000075 NT N
depositHTLT N/A 0.000075 NT N
claimHTLT N/A 0.000075 NT N
refundHTLT N/A 0.000075 NT N
refundHTLT N/A 0.000075 NT N
TinyIssueFee N/A 0.4 NT N
MiniIssueFee N/A 0.6 NT N
SetTokenUri N/A 0.000075 NT N
List BEP8 Token N/A 1 NT N
Create A New Smart Chain Validator N/A 2 NT N
Edit Smart Chain Validator Information N/A 0.2 NT N
Delegate Smart Chain Validator N/A 0.0002 NT N
Redelegate Smart Chain Validator N/A 0.0006 NT N
Undelegate Smart Chain Validator N/A 0.0004 NT N
Unjail A Smart Chain Validator N/A 0.5 NT N
Submit Byzaitine Behavior Evidence of A Smart Chain Validator N/A 0.5 NT N
Submit Smart Chain Proposal N/A 1 NT N
Smart Chain Proposal Deposit N/A 0.00025 NT N
Smart Chain Proposal Vote N/A 0 NT N
Cross transfer out relayer reward N/A 0.0004 NT N

What is the current Fee Table on NexDAX Chain Testnet?

Fees are variable and may change over time as governance proposals are proposed and voted on. The current fees table for Testnet as of 2021-03-17 is as follows:

Transaction Type Pay in Non-NT Asset Pay in NT Exchange (DEX) Related
New Order 0 0 Y
Cancel (No Fill) Equivalent 0.00005 NT 0.00001 NT Y
Order Expire (No Fill) Equivalent 0.00005 NT 0.00001 NT Y
IOC (No Fill) Equivalent 0.00025 NT 0.000005 NT Y
Transfer N/A 0.000075 NT N
crossTransferOut N/A 0.000075 NT N
Multi-send N/A 0.00006 NT N
Issue Asset N/A 10 NT
Mint Asset N/A 0.002 NT N
Transfer ownership N/A 0.002 NT N
Burn Asset N/A 0.002 NT N
Freeze/Unfreeze Asset N/A 0.001 NT N
Lock/unlock/relock Asset N/A 0.002 NT N
List Asset N/A 200 NT N
Submit Proposal N/A 1 NT N
Deposit N/A 0.000125 NT N
Enable Memo Check N/A 0.2 NT N
Disable Memo Check N/A 0.2 NT N
HTLT N/A 0.000075 NT N
depositHTLT N/A 0.000075 NT N
claimHTLT N/A 0.000075 NT N
refundHTLT N/A 0.000075 NT N
refundHTLT N/A 0.000075 NT N
TinyIssueFee N/A 0.4 NT N
MiniIssueFee N/A 0.6 NT N
SetTokenUri N/A 0.000075 NT N
List BEP8 Token N/A 1 NT N
Create A New Smart Chain Validator N/A 2 NT N
Edit Smart Chain Validator Information N/A 0.2 NT N
Delegate Smart Chain Validator N/A 0.0002 NT N
Redelegate Smart Chain Validator N/A 0.0006 NT N
Undelegate Smart Chain Validator N/A 0.0004 NT N
Unjail A Smart Chain Validator N/A 0.5 NT N
Submit Byzaitine Behavior Evidence of A Smart Chain Validator N/A 0.5 NT N
Submit Smart Chain Proposal N/A 1 NT N
Smart Chain Proposal Deposit N/A 0.00025 NT N
Smart Chain Proposal Vote N/A 0 NT N
Cross transfer out relayer reward N/A 0.0004 NT N

Can I see orders/balances of others or can other people see my orders/balances?

Yes, anyone can see anyone's orders and balances if they know the corresponding addresses. NexDAX Chain is 100% transparent for transactions and balances.

Information provided through API and their usage

Is there any limit to using the API to send orders or check market data?

Yes, there are rate limits to ensure there is no waste or abuse of the network infrastructure.
Please check the API documentation.

What does Wallet and API cost to use?

No fee or commission at all (free to use).

What Market Data can I get?

The market data provided via Wallet and API are similar to NexDAX.com, including ticker data, order book, trade and Kline. They can be seen in the Wallet and read from REST or WebSocket API.
Please check the API documentation for details.

What are the tick size and lot size? Are they fixed?

Tick size is the minimum unit to increase or decrease for the price (in quote asset) of an order, while lot size is the minimum unit to increase or decrease for the quantity (in base asset) of an order.
They are not the same as on NexDAX.com. They can be queried from API or checked from Wallet UI.

Tick Size and lot size are not fixed. NexDAX Chain will automatically/periodically review the values to make sure proper order size and notional is applied.

Are there limits on notional value of an order?

The smallest order you can send for a trading pair is 1 lot size quantity at 1 tick size price. No other limits.

What is the decimal precision for prices and quantities on NexDAX Chain/DEX?

Amounts are represented as integers, and all coins have a fixed scale of 8.
This means that if a balance of 100000000 were to be exposed to a wallet integrator, this will represent a balance of 1 coin.

I forgot the private key for my address, how can I get it back?

Sorry, you cannot. Owner of the address takes full responsibility for the private key protection. NexDAX Chain and official wallets do not have your private key.

My private key got stolen by hackers, how can I recover my assets?

Sorry, you take full responsibility of your private key ownership and protection. NexDAX Chain and official wallets will not record, or transfer out your private key.

What is the Accelerated Node?

While users can submit transactions and most of the queries via normal, self-run full nodes.
Accelerated Node provides more secure and faster lines to access NexDAX Chain.

Accelerated Node is special infrastructure built around Validator to facilitate accelerated transaction routing and provide richer, faster user interfaces. There are always several Accelerated Nodes running at the same time around the world (owned by different organizations) and you are encouraged to choose one of them to use, or allow your Wallet choose one randomly.
For rapid API access, you'd better stay with one Accelerated Node to get better performance.

How can I issue an asset?

Anyone can pay a fee and issue an asset as Token on NexDAX Chain, as long as they provide proper information for the fields below, and then execute the command through the command line or http interfaces.

  • Name: a description string of less than 21 characters
  • Symbol: an identifier string less than 9 characters, which must be composed of [0-9A-Z]
  • Total Supply: a positive number less than or equal to 90 billions
  • Mint-able: whether the token can increase Total Supply in later time or not

What is the consensus algorithm used on NexDAX Chain?

NexDAX Chain uses BFT and PoS (upcoming) based consensus mechanism to produce blocks among a series of qualified Validators. This is similar to the architectures of several existing popular blockchain platforms such as EOS and NEO. The process for setting up validators among different entities on NexDAX Chain is currently being defined. More details will be shared at a later date.

Can I run a full node for NexDAX Chain?

Yes, you can. A full node contains all the information and application logic for NexDAX Chain. It can receive and broadcast blocks and transactions with other full nodes and even validators. The only exception is it will not participate in the consensus if the full node is not a Validator.

Does NexDAX Chain support Smart Contracts?

No. This was an intentional design decision to improve the performance of the system and eliminate having to support unnecessary features.

If you have certain must-have feature-s, it might be added as a native implementation instead of using smart contract.
Feel free to talk to NexDAX community.

How can I transfer tokens, such as Bitcoin, from other block chains onto NexDAX Chain?

Right now, there are 2 ways to transfer tokens cross-chain:

  1. via interoperability among different chains. After the latest “Archimedes” upgrade, BEP3 was introduced and it defines native transactions to support Hash Timelock Contract (HTLC) on NexDAX Chain and it also to defines the infrastructure standard and procedure to use HTLC for inter-chain atomic swap to easily swap tokens on different chains. NexDAX Chain development community has finished implementing its solution for BEP3 with BEP2 and ERC20 tokens and decided to open-source all of the key components, including:
  2. smart-contract solution that supports Atomic Peg Swap (APS) for Ethereum. Please note that this solution is already audited by 3rd party.
  3. deputy process written in GoLang that handles swap activities

Any developer is welcome to test the solutions in testnet and then use them in mainnet.

  1. via NexDAX.com. NexDAX,the largest cryptocurrency exchange, has issued a number of crypto-pegged tokens on NexDAX Chain (BEP2 token format): BEP2 Bitcoin, BEP2 BCH,BEP2 XRP, BEP2 LTC. Pegged tokens such as BEP2 Bitcoin, are 100% backed by the native coin in reserve. The reserve addresses are published for anyone to audit. Read this blog to learn about the reserved address. Users are free to convert between native and BEP2 Bitcoin via deposit/withdrawal. This has a higher degree of ease-of-use for most traders. More swap channels will be provided on partner wallets soon.

Atomic swap and this centralized approach are not exclusive to other decentralized approaches, which can also be implemented in parallel. There are many cross-chain solutions being developed and we are very interested in them.

Please do NOT try to transfer anything on existing network to NexDAX Chain testnet, you may experience loss by doing so, because testnet doesn't run with real coins.

How is a trading pair created on NexDAX DEX?

The design philosophy of NexDAX DEX adheres to the idea that the most efficient and low cost way to perform trading and price-discovery is still to use single order book. This single order book is managed and replicated across all full nodes with the same, deterministic matching logic.

Simply allowing trading between two assets seems easy enough, however it is expensive for not only the network but also its users in long term (and liquidity costs can be much larger). In order to efficiently use the network, NexDAX Chain only list assets against NT and other widely accepted market quote assets.

After an asset is issued, which costs a small fee, anyone can "propose" to all validators to list it against particular quote assets. Validators then vote to accept the proposal. A deposit is taken to prevent network abuse. Once the proposal is accepted, the owner of the base asset can list the trading pair.

For more information about this process please check the listing guide.

How would a third-party integrate with NexDAX Chain and NexDAX DEX?

A wallet provider may choose to only support the feature set of NexDAX Chain, which would just cover wallets, addresses, balances and transfers.
To improve their implementation further, they could choose to integrate NexDAX DEX which would add trading (order placement and cancellation), historical order and trade views, charts, etc.