Covalent Query Token

A critical component of the Covalent Network is CQT. CQT is the native token of the network wherein all settlements are denominated in this currency. CQT’s functions can be broadly broken down into the following:

Staking & Infrastructure: Operators, who first have to meet the minimum staking requirement to become such, are compensated in CQT for honestly fulfilling their roles (or role), and performing work on the network like validating data requests, indexing blockchain data, and responding to queries. Furthermore, token holders who wish to contribute to securing the network but do not wish to run node infrastructure, can delegate to a Network Operator and earn staking rewards in CQT.

Governance: Those who hold CQT and have a vested interest in the network will be able to vote using CQT for on-chain proposals put forward by the community.

CQT Economics

Contract Network Address
CQT Contract Address Ethereum 0xD417144312DbF50465b1C641d016962017Ef6240
CQT Contract Address Moonbeam 0x5130ca61bf02618548dfc3fdef50b50b36b11f2b

Using your CQT

CQT Operating on the Covalent Network

CQT is not a payment token, rather a means of settlement (settlement will take place on MoonBeam). In the future, when an individual makes a call for the API, they will pay in a US denominated stablecoin such as USDC. The contract will then perform a market buy of CQT using this USDC, driving demand for the token. The CQT is then distributed to the wallets of nodes as a reward for answering the API query.

    1. The application/developer loads their deposit account with stablecoin assets into the network smart contract.
    1. The application queries the Covalent API.
    1. A check is made to verify that there are sufficient funds in the deposit account before sending the respective query request to operators.
    1. The query is sent to the Query operator to fulfill the request.
    1. The desired data is sent back to the application.
    1. An entry is made on the Moonbeam ledger regarding the data that is being consumed, and which operator(s) are fulfilling the request and their cost.
    1. The balances between the network contract, CQT and the work performed are reconciled.
    1. The USD funds are drawn down from the developer’s deposit account and swapped for CQT via a market buy mechanism and settled against a validator’s outstanding balance.

The reason for implementing a stablecoin mechanism is that:

  • Stablecoins are the most highly adopted tokens in the web3 ecosystem.
  • Enterprise customers do not want to hold a token that is susceptible to volatility on their balance sheets.
  • It makes measuring the expense of using the Covalent API easier to budget for users.

The greater number of API queries, the greater the demand and buy pressure for CQT that exists on the Covalent Network.

Audits

Last modified: October 27, 2022: october-changelog-2022 (#243) (b6121bb)