Technical Architecture
All of the information below was written when BIT10 was solely focused on creating index funds for Bitcoin DeFi. We have since pivoted to include all cryptocurrencies. However, the same principles and processes apply to all index funds that BIT10 produces.
Now we'll go into the technical details of what happens behind the scenes which allows the users to own the underlying assets. Before that a quick graph to show why a new user would choose BIT10.
Strategy | Fees Spent | Time Spent | Risk/Return | Volatility |
---|---|---|---|---|
Crypto Picking | π΄ High | π΄ High | π‘ Medium | π΄ High |
BIT10 | π’ Low | π’ Low | π’ Low | π‘ Medium |
The back-end infrastructure for BIT10 is made possible with ICP's (Internet Computer Protocol), specifically their ICRC-1 standard.
https://internetcomputer.org/docs/current/references/icrc1-standard
The part we're interested in was the canister smart contracts and the capabilities that it gives us. A token canister implementing the ICRC-1 standard includes the necessary functions for managing token balances, transfers, and approvals. As well as that, Canisters can talk to other canisters which allows us to build a cohesive ecosystem of decentralized applications that can leverage each other's functionalities.
The first step was getting the price of the Token which required some real world data from an Oracle.
In DeFi, oracles play a crucial role by providing external data to smart contracts. For BIT10, we used ICP's exchange rate canister and the Coinbase API to determine the current value of the BIT10 token, ensuring accurate and up-to-date data for our DApp.
Using the ICP Exchange Rate Canister
The ICP exchange rate canister is a service on the Internet Computer that provides exchange rates for various fiat currencies and cryptocurrencies. By integrating this canister into the oracle, we ensure that the BIT10 token's value is computed using reliable and accurate exchange rate data. The exchange rate canister offers several benefits: Accuracy: Real-time Data and Decentralization.
Calculating the Bit10 Token Value
With data from the ICP exchange rate canister and the Coinbase API, the oracle can perform the following steps to calculate BIT10 token's value:
- Fetch Exchange Rates: Retrieve the latest exchange rates for relevant fiat currencies and cryptocurrencies from the ICP exchange rate canister.
- Fetch Cryptocurrency Prices: Use the Coinbase API to get the current prices of the cryptocurrencies in the Bit10 index.
- Compute Index Value: Calculate the Bit10 token's value by applying the weights of the constituent cryptocurrencies to their current prices and aggregating the results.
How the Collateralization Will Work
Collateralization is vital for the issuance and management of the BIT10.DEFI token. This ensures that for every BIT10.DeFi token purchased by a user, an equivalent value of the underlying assets is bought and securely stored. This approach guarantees the tokenβs value and provides confidence to investors that their holdings are backed by real assets.
Overview of Collateralization
Collateralization involves purchasing and holding the underlying assets that back a financial instrument. In the case of the BIT10.DEFI token, these underlying assets are various cryptocurrencies, in the BIT10.DEFI token such as Internet Computer Protocol (ICP), Stacks, Conflux, Map Protocol, RIF, and Sovryn. For each BIT10.DEFI token issued, a corresponding amount of these cryptocurrencies is acquired and stored in a secure and decentralized manner using the ICP canister.
Step-by-Step Collateralization Process
- User Purchases BIT10.DEFI Token: The user initiates a purchase transaction, specifying the number of BIT10.DEFI tokens they wish to buy.
- Calculation of Token Supply: After the user buys the token, the system updates the total supply of BIT10.DEFI tokens available for purchase.
- Collateral-Backed Supply: The total token supply is backed by underlying assets, which are acquired before increasing the token supply.
- Rebalancing: The new supply is added to the existing supply after completing the rebalancing process.
- Purchase of Underlying Assets: The system purchases the required amounts of each underlying cryptocurrency in real-time through integrated exchanges and liquidity providers.
- Storage in ICP Canister: The purchased cryptocurrencies are securely stored in an ICP canister, ensuring they back the BIT10.DEFI tokens.
- Issuance of BIT10.DEFI Tokens: Once the underlying assets are successfully purchased and stored, the system issues the corresponding number of BIT10.DEFI tokens to the user. These tokens are now fully collateralized by the assets held in the ICP canister.
Ensuring Continuous Collateralization
To maintain the value and trust in the BIT10.DeFi token, continuous monitoring and management of the collateralization process are done. This involves:
- Regular Audits: Conducting regular audits of the underlying assets held in the ICP canister to ensure they match the issued BIT10.DeFi tokens.
- Rebalancing: Periodically rebalancing the portfolio of underlying assets to align with any changes in the BIT10.DeFi index composition or market conditions.
- Automated Monitoring: Implementing automated systems to monitor the value and security of the underlying assets, ensuring they are always adequately collateralized.
How the Formula for the BIT10 Token Will Work
The BIT10 token is designed to provide investors with a diversified exposure to a selection of cryptocurrencies. The value of the BIT10 token is determined by the average value of the underlying tokens that constitute the BIT10 index.
Hereβs how the formula works:
-
Identify Constituent Tokens The BIT10.DEFI index will consist of six cryptocurrencies(more for Mainet). These will be ICP, Stacks, Conflux, Map Protocol, RIF and Sovryn.
-
Fetch Current Prices: The current prices of each of these tokens are fetched from reliable data sources such as the ICP exchange rate canister and the Coinbase API.
-
Calculate the Average Price The average price of the tokens is calculated by summing up the prices of all constituent tokens and then dividing by the number of tokens in the index.
Example:
- ICP: $20
- Stacks: $1
- Conflux: $0.5
- Map Protocol: $0.25
- RIF: $0.75
- Sovryn: $2
The average price calculation would be:
The average is calculated as
Thus, the value of one BIT10 token would be $4.08
Benefits of the Average Price Method would the simplicity. It provides a straightforward way to calculate the BIT10 token value, making it easy for investors to understand. Diversification as averaging the prices of 6 different tokens, the BIT10 token offers diversified exposure.
To maintain the accuracy and relevance of the BIT10 token value, the prices of the tokens are fetched and averaged in real-time or at regular intervals. Also periodic rebalancing of the index will be performed to reflect changes in the market or to replace tokens that no longer meet the criteria for inclusion in the index.