Altszn.com
  • Home
  • Crypto
    • Altcoins
    • Bitcoin
    • Ethereum
    • Monero
    • XRP
    • Zcash
  • Web3
  • DeFi
  • NFTs
No Result
View All Result
Altszn.com
  • Home
  • Crypto
    • Altcoins
    • Bitcoin
    • Ethereum
    • Monero
    • XRP
    • Zcash
  • Web3
  • DeFi
  • NFTs
No Result
View All Result
Altszn.com
No Result
View All Result

How Developers Can Add Blockchain-Based Data Storage Into Web3 Projects

Altszn.com by Altszn.com
December 29, 2022
in Web3
0
How Developers Can Add Blockchain-Based Data Storage Into Web3 Projects
399
SHARES
2.3k
VIEWS
Share on FacebookShare on Twitter


With the following code snippet, you can add blockchain-based data storage with one of the leading data storage solution alternatives in Web3:

const response = await Moralis.EvmApi.ipfs.uploadFolder(options);

If you are familiar with Moralis, you can use the code snippet above to utilize IPFS and add blockchain-based storage to your Web3 project. However, if you havenโ€™t worked with Moralis before, the last section of todayโ€™s article will help you learn how to correctly implement the above line of code. Now, if youโ€™d like to tackle the tutorial, you must first activate your free Moralis account!   

scale blockchain-based data storage with moralis

Overview

Every blockchain project is unique and requires individual consideration. However, these projects should always aim for decentralization, transparency, security, and immutability. After all, these are the core characteristics of Web3. Moreover, all Web3 projects should ideally use blockchain-based data storage solutions. Now, if you are a Web2 dev looking to join the Web3 revolution, knowledge about blockchain-based storage system solutions and how to use them is one of the essential aspects you should explore further.

In todayโ€™s article, youโ€™ll have a chance to learn all you need to know about blockchain-based file storage solutions and how to start using them in your projects. That said, letโ€™s take a look at the articleโ€™s outline:

  1. First, weโ€™ll ensure you all know what blockchain storage is and what kind of data blockchains can store. This foundation will help you understand blockchain-based data storage, which weโ€™ll also examine in more depth. 
  2. Then, weโ€™ll take a closer look at how documents and files go together with a proper blockchain-based cloud storage system. 
  3. Next, weโ€™ll cover some of the leading companies offering blockchain-based file storage. 
  4. Last but not least, youโ€™ll have a chance to take on our tutorial, which will teach you how to implement the code presented at the outset of this article.       
a decentralized and centralized block connecting, illustrating blockchain-based data storage

Blockchain Storage โ€“ What is it?

Blockchain storage can refer to blockchains themselves; however, the term usually refers to a decentralized storage solution. Furthermore, this kind of storage doesnโ€™t have a single point of failure and enables users to truly own their data. Moreover, blockchain storage is typically directly or indirectly connected with blockchain technology. In many cases, it utilizes this new innovative tech or, at least, works hand-in-hand with it. 

Itโ€™s important to note that blockchains are, at their core, unique kinds of databases. Hence, referring to them as โ€œblockchain storageโ€ is technically legit. However, a proper blockchain-based storage system focuses on storing a wider range of data, including extensive pieces of information (images, videos, documents, websites, applications, etc.).

Another commonly used term for blockchain storage is โ€œWeb3 storageโ€. In our opinion, the latter may be more suitable as it is a more general term. Further, itโ€™s pretty suitable because several blockchain-based document storage system solutions or blockchain storage solutions do not actually store data on the blockchain. Yet, they meet the decentralization and transparency standards, and, therefore, they are proper Web3 storage solutions. Moreover, unlike centralized cloud storage providers (Google Cloud, Dropbox, OneDrive, etc.), Web3 storage companies do not have a single point of failure and can ensure privacy transparently. 

Now that you know what blockchain/Web3 storage is, itโ€™s time you learn what kind of data a blockchain can actually store. 

Feel free to dive deeper into the โ€œwhat is blockchain storage?โ€ topic with one of our previous articles.   

a physical chain with written javascript code on it

What Kind of Data Can Be Stored in a Blockchain?

The two most popular blockchains are Bitcoin and Ethereum. While the former was the first blockchain, Ethereum took Web3 to the next level. After all, Ethereum was the first so-called programmable blockchain supporting smart contracts. This expanded the kind of data that can be stored in a blockchain. However, the limitations of blockchains are still very much present, and, therefore, blockchains canโ€™t store large files. 

After all, you might have experienced network congestion and exorbitant transaction fees. If those issues occur with small chunks of data, imagine the problems that would occur if blockchains had to process large files. All in all, itโ€™s still technically and economically impossible to store large files on the blockchain. Thus, the data that devs can store in a blockchain is limited to transaction hashes, and properly compiled on-chain programs (smart contracts). In fact, to add more clarity, letโ€™s look at how NFTs (non-fungible tokens) are stored.  

Should You Use a Blockchain-Based Storage System for NFTs? 

You probably know that NFTs come with NFT-representing files and metadata files. While most folks think these files are stored on a blockchain, that is not the case. NFT-representing files are typically larger files, including images, audio files, or even videos. On the other hand, metadata files are usually JSON files that are not that large. Yet, it is still not economically feasible to store them on a blockchain. Moreover, the only thing stored on a blockchain for a particular NFT is the NFTโ€™s smart contract. When deployed, the latter mints related NFT(s) and is also responsible for governing the transactions of its NFT(s) and adequately assigning ownership.

Furthermore, smart contracts include URI links to the metadata files, and inside the metadata files are the links (URLs) to the NFT-representing files. Hence, NFT devs must decide where to store metadata and NFT-representing files. Ideally, theyโ€™d use a reputable blockchain-based cloud storage system:

sequence of fetching data from a blockchain-based cloud storage system

What is Blockchain-Based Data Storage?

Blockchain-based data storage is just another term for โ€œblockchain storageโ€ or โ€œWeb3 storageโ€. With โ€œblockchain-basedโ€, the term more clearly indicates that data is not necessarily stored on the blockchain but that these storage solutions use blockchain or are designed to work with the blockchain. Nonetheless, as we proceed, youโ€™ll learn that the current leading blockchain-based document storage system is actually not using blockchain. However, due to blockchain-like cryptographic principles and a high level of decentralization, it is more often than not categorized as a blockchain-based file storage solution. In fact, this decentralized storage leader is so popular that many other blockchain-based storage system providers incorporate it in some way. 

Itโ€™s worth mentioning that many blockchain-based document storage system solutions do not actually store data on a blockchain. Instead, they use non-blockchain decentralized storage for storing data, while the blockchain serves to store hashes that point to that data. Moreover, in some Web3 storage solutions, blockchains are used solely for governance or compensation purposes. 

Did you know that solutions dealing with storage lands on layer four of the blockchain tech stack? To find out more, read our article exploring blockchain infrastructure companies.    

woman handling files inside a file cabinet while using blockchain at the same time, illustrating blockchain-based file storage

Blockchain-Based Cloud Storage System โ€“ Documents and Files

Hereโ€™s a question you need to ask yourself as a dapp developer: โ€œHow should I store documents and files involved with my dapps?โ€œ. As mentioned previously, as Web3 devs, we should all aim for a decentralized future, which includes storing documents and files with Web3 storage solutions. However, certain files do not require immutability, transparency, or high levels of safety. Thus, you can focus on using blockchain-based data storage solutions for docs and files โ€“ data that must be transparent or immutable. After all, most dapps are actually some sort of Web2/Web3 hybrids. So, why not utilize the best of both worlds? 

With that in mind, itโ€™s your responsibility to use balance regarding centralized and blockchain-based storage system services. Either way, you should know what some of the top blockchain storage companies are.

five blockchain-based cloud storage systems floating around the globe

Companies Offering Blockchain-Based Storage

IPFS is, without a doubt, the most popular blockchain-based file storage system. However, since it does not really use blockchain tech, we will treat it separately. As such, letโ€™s quickly overview the following five blockchain-based data storage companies:    

  • Sia โ€“ The Sia project focuses on connecting those with storage to spare with those in need of it. By employing blockchain and smart contracts, Sia ensures that data is properly encrypted and that those who rent out their storage space earn Sia coins.
  • Storj โ€“ Storjโ€™s approach breaks data into smaller segments. It then uses AES-256-GCM symmetric encryption and stores it across the global network of nodes. Note that the Storj network focuses on node operators and hosting blockchain-based data storage (the supply side). On the other hand, Tardigrade covers the demand side of this Web3 storage solution. 
  • Arweave โ€“ Arweave is a peer-to-peer (P2P) storage protocol that mainly focuses on data permanence. The network offers extra storage capacities of network participants (Arweave clients) via the โ€œpermawebโ€ app, which is an immutable storage environment.
  • BitTorrent File System (BTFS) โ€“ BTFS is just one of several BitTorrent products which focus on offering a scalable blockchain-based cloud storage system by utilizing the TRON blockchain. Furthermore, the system aims to reduce storage costs, avoid government censorship, and improve fault tolerance.  
  • Filecoin โ€“ Filecoin is an ecosystem of a cloud storage marketplace, protocol, and incentive layer. Moreover, Filecoin is a sort of blockchain-based extension of IPFS, as it uses the IPFS protocol to decentralize and secure data storage. However, it also utilizes blockchain technology to make data immutable.

Some additional blockchain-based cloud storage system companies include Zรผs (former 0chain), Utopia, Genaro Network, Internxt (INXT), LuminCX, MaidSafe (Safe Network), AkashNetwork (AKT), and Bullit (Bullit.app). 

centralized vs decentralized blockchain-based data storage

InterPlanetary File System Serving as Blockchain-Based File Storage

InterPlanetary File System (IPFS) is the most popular decentralized storage solution. This distributed storage protocol is possible thanks to Protocol Labs, and everyone can use this P2P hypermedia system. Furthermore, IPFS users can upload, store, and access data, websites, applications, and files without any central authority. This alternative blockchain-based document storage system uses a unique and innovative partitioning approach. The latter enables user operators to host only portions of the overall data. 

IPFS is a complete paradigm shift of the location-based HTTP system, utilizing a content-addressing solution instead. This means that IPFS users search by the content itself and not by its location. The latter is possible thanks to unique content identifiers (CIDs) assigned to each partition. CIDs are essentially hashes that IPFS uses to find any specific data. In addition, IPFS also links content together by generating IPLD Merkle DAGs. Nonetheless, despite IPFSโ€™s non-blockchain approach, this blockchain-based file storage already has a proven track record. Hence, it is the leading blockchain-based cloud storage system.

How to Add Blockchain-Based Data Storage

Unless youโ€™ve been living under a rock, you know that Moralis is arguably the best Web3 provider. After all, its enterprise-grade Web3 API set makes creating dapps as straightforward as it gets. Plus, this provider is all about cross-chain and cross-platform interoperability. This means you can target all leading blockchains with the same lines of code. Whatโ€™s more, you can use any of the leading programming languages, frameworks, and dev platforms to create killer dapps. For example, with Moralis, you integrate authentication based on blockchain without breaking a sweat. 

One of many Moralis EVM API subgroups is the IPFS API. The latter lets you upload files to IPFS using the snippet of code presented at the top of todayโ€™s article. As we mentioned, weโ€™ll show you how to do just that herein. By following along and completing the process, youโ€™ll be able to use this blockchain-based document storage system when building your dapps. Fortunately, you only need to complete the following two steps:

  • Setup Moralis
  • Upload a folder/file to IPFS   

However, you must first take care of some prerequisites. So, make sure to have Node v.14 or higher ready. Plus, install the NPM package manager.

Note: Moving forward, weโ€™ll focus on using NodeJS and JavaScript; however, if you wish to use TypeScript or even Python, make sure to visit the โ€œHow to upload a folder to IPFSโ€ documentation page.

Step 1: Setup Moralis

In case you havenโ€™t done so yet, create your free Moralis account now. You can use the โ€œfree Moralis accountโ€ link at the outset of this article or the โ€œStart for Freeโ€ button on Moralisโ€™ website. With your account ready, you can obtain your Moralis Web3 API key by completing two steps, as seen in the following image: 

first, click on the web3 api tab, and then click on the copy button to copy your web3 api key

Next, you need to install the Moralis SDK, which the following command will take care of:

npm install moralis @moralisweb3/common-evm-utils

Step 2: Upload a Folder to IPFS

Thanks to Moralisโ€™ โ€œuploadFolderโ€ API endpoint, uploading any folder or file to IPFS is as straightforward as it gets. The latter comes with two required parameters: โ€œpathโ€ and โ€œcontentโ€œ. The former should contain your fileโ€™s path, while the latter is your content JSON file or โ€œbase64โ€ code. Hereโ€™s our example of these two parameters:

path: "moralis/logo.jpg", content: "iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAApgAAAKYB3X3", 

Once you have your โ€œpathโ€ and โ€œcontentโ€ ready, use the following lines of code to populate your โ€œindex.jsโ€ file:  

const Moralis = require('moralis').default; const { EvmChain } = require('@moralisweb3/common-evm-utils');  const runApp = async () => {   await Moralis.start({     apiKey: "YOUR_API_KEY",     // ...and any other configuration   });    const abi = [     {       path: "YOUR_FILE_PATH",       content: "YOUR_JSON_OR_BASE64",     },   ];    const response = await Moralis.EvmApi.ipfs.uploadFolder({ abi });      console.log(response.toJSON()); }  runApp();

Looking at the code above, you just need to replace โ€œYOUR_API_KEYโ€ with the above-obtained API key. You also need to replace โ€œYOUR_FILE_PATHโ€ and โ€œYOUR_JSON_OR_BASE64โ€ with your โ€œpathโ€ and โ€œcontentโ€œ.

Once youโ€™ve implemented your values into the above script, you can run it with the following command:

node index.js

By running the above command, youโ€™ll upload your file/folder to this blockchain-based data storage. As a result, your terminal will provide you with the uploaded fileโ€™s path in a JSON format like so:

[   {     "path": "https://ipfs.moralis.io:2053/ipfs/QmfL6fMaYJDnizFVj4wxyutDnGMePG2JL95rN2A5mcWyB1/moralis/logo.jpg"   } ]
ipfs api from moralis

How Developers Can Add Blockchain-Based Data Storage Into Web3 Projects โ€“ Summary

Throughout the sections above, you learned all you need to know about blockchain-based storage system solutions. Initially, we answered the โ€œwhat is blockchain storage?โ€ question. Also, we looked at what kind of data a blockchain can store. Then, we also explained what blockchain-based data storage is and how it works with documents and files. Furthermore, you also learned about the top companies pushing blockchain-based cloud storage system development forward. Last but not least, you had a chance to complete our tutorial and learn how to upload files to IPFS โ€“ the leading blockchain-based document storage system. 

With the knowledge obtained herein, you are ready to develop decentralized applications with actual Web3 aspects. If you need some additional guidance, make sure to use the Moralis documentation. There, you can find tutorials on how to use all of Moralisโ€™ Web3 APIs. You can also use the power of Filecoin in Unity or other dev platforms. In that case, you want to explore the โ€œwhat is web3.storage?โ€ topic. 

Donโ€™t forget to expand your blockchain development horizons with the help of Moralisโ€™ YouTube channel and our crypto blog. In addition, you can enroll in Moralis Academy and access pro-grade blockchain development courses where you can, for example, learn how to master DeFi.    





Read More: moralis.io

Tags: addBlockchainbaseddataDevelopersProjectsStorageweb 3.0Web3
ADVERTISEMENT

Recent

AVAX Plunges 9% as Global Economic Tensions Rattle Crypto Markets

AVAX Plunges 9% as Global Economic Tensions Rattle Crypto Markets

June 2, 2025
Cointelegraph Bitcoin & Ethereum Blockchain News

Cointelegraph Bitcoin & Ethereum Blockchain News

June 2, 2025
How to Use Index Funds and ETFs for Passive Crypto Income

How to Use Index Funds and ETFs for Passive Crypto Income

June 2, 2025

Categories

  • Bitcoin (4,501)
  • Blockchain (10,743)
  • Crypto (8,682)
  • Dark Web (438)
  • DeFi (8,083)
  • Ethereum (4,531)
  • Metaverse (6,762)
  • Monero (247)
  • NFT (1,071)
  • Solana (4,898)
  • Web3 (19,784)
  • Zcash (456)

Category

Select Category

    Advertise

    Advertise your site, company or product to millions of web3, NFT and cryptocurrency enthusiasts. Learn more

    Useful Links

    Advertise
    DMCA
    Contact Us
    Privacy Policy
    Shipping & Returns
    Terms of Use

    Resources

    Exchanges
    Changelly
    Web3 Jobs

    Recent News

    AVAX Plunges 9% as Global Economic Tensions Rattle Crypto Markets

    AVAX Plunges 9% as Global Economic Tensions Rattle Crypto Markets

    June 2, 2025
    Cointelegraph Bitcoin & Ethereum Blockchain News

    Cointelegraph Bitcoin & Ethereum Blockchain News

    June 2, 2025

    ยฉ 2022 Altszn.com. All Rights Reserved.

    No Result
    View All Result
    • Home
      • Home โ€“ Layout 1
      • Home โ€“ Layout 2
      • Home โ€“ Layout 3

    ยฉ Altszn.com. All Rights Reserved.

    • compound-governance-tokenCompound (COMP) $ 40.67
    • compound-governance-tokenCompound (COMP) $ 40.67
    • wormholeWormhole (W) $ 0.079117
    • wormholeWormhole (W) $ 0.079117
    • morphoMorpho (MORPHO) $ 1.32
    • morphoMorpho (MORPHO) $ 1.32
    • sun-tokenSun Token (SUN) $ 0.018812
    • sun-tokenSun Token (SUN) $ 0.018812
    • staked-hypeStaked HYPE (STHYPE) $ 33.23
    • staked-hypeStaked HYPE (STHYPE) $ 33.23
    • movementMovement (MOVE) $ 0.140638
    • movementMovement (MOVE) $ 0.140638
    • popcatPopcat (POPCAT) $ 0.361836
    • popcatPopcat (POPCAT) $ 0.361836
    • coinbase-wrapped-staked-ethCoinbase Wrapped Staked ETH (CBETH) $ 2,796.45
    • coinbase-wrapped-staked-ethCoinbase Wrapped Staked ETH (CBETH) $ 2,796.45
    • ether-fi-staked-btcEther.fi Staked BTC (EBTC) $ 104,567.00
    • ether-fi-staked-btcEther.fi Staked BTC (EBTC) $ 104,567.00
    • mog-coinMog Coin (MOG) $ 0.00000090
    • mog-coinMog Coin (MOG) $ 0.00000090
    • amp-tokenAmp (AMP) $ 0.004135
    • amp-tokenAmp (AMP) $ 0.004135
    • gnosisGnosis (GNO) $ 129.54
    • gnosisGnosis (GNO) $ 129.54
    • akash-networkAkash Network (AKT) $ 1.26
    • akash-networkAkash Network (AKT) $ 1.26
    • beam-2Beam (BEAM) $ 0.006504
    • beam-2Beam (BEAM) $ 0.006504
    • livepeerLivepeer (LPT) $ 8.24
    • livepeerLivepeer (LPT) $ 8.24
    • swethSwell Ethereum (SWETH) $ 2,770.09
    • swethSwell Ethereum (SWETH) $ 2,770.09
    • polygon-bridged-wbtc-polygon-posPolygon Bridged WBTC (Polygon POS) (WBTC) $ 104,376.00
    • polygon-bridged-wbtc-polygon-posPolygon Bridged WBTC (Polygon POS) (WBTC) $ 104,376.00
    • trust-wallet-tokenTrust Wallet (TWT) $ 0.796883
    • trust-wallet-tokenTrust Wallet (TWT) $ 0.796883
    • justJUST (JST) $ 0.033064
    • justJUST (JST) $ 0.033064
    • matic-networkPolygon (MATIC) $ 0.215569
    • matic-networkPolygon (MATIC) $ 0.215569
    • olympusOlympus (OHM) $ 19.85
    • olympusOlympus (OHM) $ 19.85
    • terra-lunaTerra Luna Classic (LUNC) $ 0.000059
    • terra-lunaTerra Luna Classic (LUNC) $ 0.000059
    • polygon-pos-bridged-weth-polygon-posPolygon PoS Bridged WETH (Polygon POS) (WETH) $ 2,542.09
    • polygon-pos-bridged-weth-polygon-posPolygon PoS Bridged WETH (Polygon POS) (WETH) $ 2,542.09
    • fraxLegacy Frax Dollar (FRAX) $ 0.999753
    • fraxLegacy Frax Dollar (FRAX) $ 0.999753
    • wrapped-avaxWrapped AVAX (WAVAX) $ 20.54
    • wrapped-avaxWrapped AVAX (WAVAX) $ 20.54
    • binance-peg-busdBinance-Peg BUSD (BUSD) $ 0.998621
    • binance-peg-busdBinance-Peg BUSD (BUSD) $ 0.998621
    • plumePlume (PLUME) $ 0.128220
    • plumePlume (PLUME) $ 0.128220
    • global-dollarGlobal Dollar (USDG) $ 0.999920
    • global-dollarGlobal Dollar (USDG) $ 0.999920
    • axelarAxelar (AXL) $ 0.328176
    • axelarAxelar (AXL) $ 0.328176
    • ripple-usdRipple USD (RLUSD) $ 0.999888
    • ripple-usdRipple USD (RLUSD) $ 0.999888
    • frax-etherFrax Ether (FRXETH) $ 2,534.13
    • frax-etherFrax Ether (FRXETH) $ 2,534.13
    • mantra-daoMANTRA (OM) $ 0.316829
    • mantra-daoMANTRA (OM) $ 0.316829
    • superfarmSuperVerse (SUPER) $ 0.677200
    • superfarmSuperVerse (SUPER) $ 0.677200
    • safeSafe (SAFE) $ 0.511622
    • safeSafe (SAFE) $ 0.511622
    • bybit-staked-solBybit Staked SOL (BBSOL) $ 166.04
    • bybit-staked-solBybit Staked SOL (BBSOL) $ 166.04
    • turboTurbo (TURBO) $ 0.004299
    • turboTurbo (TURBO) $ 0.004299
    • 1inch1inch (1INCH) $ 0.210211
    • 1inch1inch (1INCH) $ 0.210211
    • berachain-beraBerachain (BERA) $ 2.43
    • berachain-beraBerachain (BERA) $ 2.43
    • creditcoin-2Creditcoin (CTC) $ 0.639123
    • creditcoin-2Creditcoin (CTC) $ 0.639123
    • cheems-tokenCheems Token (CHEEMS) $ 0.000001
    • cheems-tokenCheems Token (CHEEMS) $ 0.000001
    • cat-in-a-dogs-worldcat in a dogs world (MEW) $ 0.003223
    • cat-in-a-dogs-worldcat in a dogs world (MEW) $ 0.003223
    • aave-usdc-sonicAave USDC (Sonic) (ASONUSDC) $ 0.999555
    • aave-usdc-sonicAave USDC (Sonic) (ASONUSDC) $ 0.999555
    • quoriumQuorium (QGOLD) $ 3,374.78
    • quoriumQuorium (QGOLD) $ 3,374.78
    • btse-tokenBTSE Token (BTSE) $ 1.68
    • btse-tokenBTSE Token (BTSE) $ 1.68
    • dashDash (DASH) $ 21.83
    • dashDash (DASH) $ 21.83
    • abtcaBTC (ABTC) $ 103,666.00
    • abtcaBTC (ABTC) $ 103,666.00
    • kusamaKusama (KSM) $ 16.00
    • kusamaKusama (KSM) $ 16.00
    • compound-wrapped-btccWBTC (CWBTC) $ 2,096.57
    • compound-wrapped-btccWBTC (CWBTC) $ 2,096.57
    • decredDecred (DCR) $ 15.68
    • decredDecred (DCR) $ 15.68
    • ai16zai16z (AI16Z) $ 0.239789
    • ai16zai16z (AI16Z) $ 0.239789
    • compound-governance-tokenCompound (COMP) $ 40.67
    • compound-governance-tokenCompound (COMP) $ 40.67
    • wormholeWormhole (W) $ 0.079117
    • wormholeWormhole (W) $ 0.079117
    • morphoMorpho (MORPHO) $ 1.32
    • morphoMorpho (MORPHO) $ 1.32
    • sun-tokenSun Token (SUN) $ 0.018812
    • sun-tokenSun Token (SUN) $ 0.018812
    • staked-hypeStaked HYPE (STHYPE) $ 33.23
    • staked-hypeStaked HYPE (STHYPE) $ 33.23
    • movementMovement (MOVE) $ 0.140638
    • movementMovement (MOVE) $ 0.140638
    • popcatPopcat (POPCAT) $ 0.361836
    • popcatPopcat (POPCAT) $ 0.361836
    • coinbase-wrapped-staked-ethCoinbase Wrapped Staked ETH (CBETH) $ 2,796.45
    • coinbase-wrapped-staked-ethCoinbase Wrapped Staked ETH (CBETH) $ 2,796.45
    • ether-fi-staked-btcEther.fi Staked BTC (EBTC) $ 104,567.00
    • ether-fi-staked-btcEther.fi Staked BTC (EBTC) $ 104,567.00
    • mog-coinMog Coin (MOG) $ 0.00000090
    • mog-coinMog Coin (MOG) $ 0.00000090
    • amp-tokenAmp (AMP) $ 0.004135
    • amp-tokenAmp (AMP) $ 0.004135
    • gnosisGnosis (GNO) $ 129.54
    • gnosisGnosis (GNO) $ 129.54
    • akash-networkAkash Network (AKT) $ 1.26
    • akash-networkAkash Network (AKT) $ 1.26
    • beam-2Beam (BEAM) $ 0.006504
    • beam-2Beam (BEAM) $ 0.006504
    • livepeerLivepeer (LPT) $ 8.24
    • livepeerLivepeer (LPT) $ 8.24
    • swethSwell Ethereum (SWETH) $ 2,770.09
    • swethSwell Ethereum (SWETH) $ 2,770.09
    • polygon-bridged-wbtc-polygon-posPolygon Bridged WBTC (Polygon POS) (WBTC) $ 104,376.00
    • polygon-bridged-wbtc-polygon-posPolygon Bridged WBTC (Polygon POS) (WBTC) $ 104,376.00
    • trust-wallet-tokenTrust Wallet (TWT) $ 0.796883
    • trust-wallet-tokenTrust Wallet (TWT) $ 0.796883
    • justJUST (JST) $ 0.033064
    • justJUST (JST) $ 0.033064
    • matic-networkPolygon (MATIC) $ 0.215569
    • matic-networkPolygon (MATIC) $ 0.215569
    • olympusOlympus (OHM) $ 19.85
    • olympusOlympus (OHM) $ 19.85
    • terra-lunaTerra Luna Classic (LUNC) $ 0.000059
    • terra-lunaTerra Luna Classic (LUNC) $ 0.000059
    • polygon-pos-bridged-weth-polygon-posPolygon PoS Bridged WETH (Polygon POS) (WETH) $ 2,542.09
    • polygon-pos-bridged-weth-polygon-posPolygon PoS Bridged WETH (Polygon POS) (WETH) $ 2,542.09
    • fraxLegacy Frax Dollar (FRAX) $ 0.999753
    • fraxLegacy Frax Dollar (FRAX) $ 0.999753
    • wrapped-avaxWrapped AVAX (WAVAX) $ 20.54
    • wrapped-avaxWrapped AVAX (WAVAX) $ 20.54
    • binance-peg-busdBinance-Peg BUSD (BUSD) $ 0.998621
    • binance-peg-busdBinance-Peg BUSD (BUSD) $ 0.998621
    • plumePlume (PLUME) $ 0.128220
    • plumePlume (PLUME) $ 0.128220
    • global-dollarGlobal Dollar (USDG) $ 0.999920
    • global-dollarGlobal Dollar (USDG) $ 0.999920
    • axelarAxelar (AXL) $ 0.328176
    • axelarAxelar (AXL) $ 0.328176
    • ripple-usdRipple USD (RLUSD) $ 0.999888
    • ripple-usdRipple USD (RLUSD) $ 0.999888
    • frax-etherFrax Ether (FRXETH) $ 2,534.13
    • frax-etherFrax Ether (FRXETH) $ 2,534.13
    • mantra-daoMANTRA (OM) $ 0.316829
    • mantra-daoMANTRA (OM) $ 0.316829
    • superfarmSuperVerse (SUPER) $ 0.677200
    • superfarmSuperVerse (SUPER) $ 0.677200
    • safeSafe (SAFE) $ 0.511622
    • safeSafe (SAFE) $ 0.511622
    • bybit-staked-solBybit Staked SOL (BBSOL) $ 166.04
    • bybit-staked-solBybit Staked SOL (BBSOL) $ 166.04
    • turboTurbo (TURBO) $ 0.004299
    • turboTurbo (TURBO) $ 0.004299
    • 1inch1inch (1INCH) $ 0.210211
    • 1inch1inch (1INCH) $ 0.210211
    • berachain-beraBerachain (BERA) $ 2.43
    • berachain-beraBerachain (BERA) $ 2.43
    • creditcoin-2Creditcoin (CTC) $ 0.639123
    • creditcoin-2Creditcoin (CTC) $ 0.639123
    • cheems-tokenCheems Token (CHEEMS) $ 0.000001
    • cheems-tokenCheems Token (CHEEMS) $ 0.000001
    • cat-in-a-dogs-worldcat in a dogs world (MEW) $ 0.003223
    • cat-in-a-dogs-worldcat in a dogs world (MEW) $ 0.003223
    • aave-usdc-sonicAave USDC (Sonic) (ASONUSDC) $ 0.999555
    • aave-usdc-sonicAave USDC (Sonic) (ASONUSDC) $ 0.999555
    • quoriumQuorium (QGOLD) $ 3,374.78
    • quoriumQuorium (QGOLD) $ 3,374.78
    • btse-tokenBTSE Token (BTSE) $ 1.68
    • btse-tokenBTSE Token (BTSE) $ 1.68
    • dashDash (DASH) $ 21.83
    • dashDash (DASH) $ 21.83
    • abtcaBTC (ABTC) $ 103,666.00
    • abtcaBTC (ABTC) $ 103,666.00
    • kusamaKusama (KSM) $ 16.00
    • kusamaKusama (KSM) $ 16.00
    • compound-wrapped-btccWBTC (CWBTC) $ 2,096.57
    • compound-wrapped-btccWBTC (CWBTC) $ 2,096.57
    • decredDecred (DCR) $ 15.68
    • decredDecred (DCR) $ 15.68
    • ai16zai16z (AI16Z) $ 0.239789
    • ai16zai16z (AI16Z) $ 0.239789