What is a honeypot crypto scam and how to spot it?

0 299

what-is-a-honeypot-crypto-scam-and-how-to-spot-it?

A virtual trap to lure attackers so that you can improve security policies is what honeypot aims for!

What is a crypto honeypot and why is it used?

Smart contracts programs across a decentralized network of nodes can be executed on modern blockchains like Ethereum. Smart contracts are becoming more popular and valuable, making them a more appealing target for attackers. Several smart contracts have been targeted by hackers in recent years.

However, a new trend appears to be gaining traction; namely, attackers are no longer looking for susceptible contracts but are adopting a more proactive strategy. Instead, they aim to trick their victims into falling into traps by sending out contracts that appear to be vulnerable but contain hidden traps. Honeypots are a term used to describe this unique sort of contract. But, what is a honeypot crypto trap?

Honeypots are smart contracts that appear to have a design issue that allows an arbitrary user to drain Ether (Ethereum’s native currency) from the contract if the user sends a particular quantity of Ether to the contract beforehand. However, when the user tries to exploit this apparent flaw, a trapdoor opens a second, yet unknown, preventing the ether draining from succeeding. So, what does a honeypot do?

The aim is that the user focuses entirely on the visible weakness and ignores any signs that the contract has a second vulnerability. Honeypot attacks function because people are frequently easily deceived, just as in other sorts of fraud. As a result, people cannot always quantify risk in the face of their avarice and assumptions. So, are honeypots illegal?

How does a honeypot scam work?

In crypto cyber attacks like honeypots, the user’s cash will be imprisoned, and only the honeypot creator (attacker) will be able to recover them. A honeypot usually works in three stages:

To set up honeypots in Ethereum smart contracts, an attacker does not need any specific skills. An attacker, in reality, has the same skills as a regular Ethereum user. They only need the money to set up the smart contract and bait it. A honeypot operation, in general, consists of a computer, programs and data that mimic the behavior of a real system that might be appealing to attackers, such as Internet of Things devices, a banking system, or a public utility or transit network.

Even though it looks like a part of the network, it is isolated and monitored. Because legitimate users have no motive to access a honeypot, all attempts to communicate with it are regarded as hostile. Honeypots are frequently deployed in a network’s demilitarized zone (DMZ). This strategy separates it from the leading production network while keeping it connected. A honeypot in the DMZ may be monitored from afar while attackers access it, reducing the danger of a compromised main network.

To detect attempts to infiltrate the internal network, honeypots can be placed outside the external firewall, facing the internet. The actual location of the honeypot depends on how intricate it is, the type of traffic it wants to attract and how close it is to critical business resources. It will always be isolated from the production environment, regardless of where it is placed.

Logging and viewing honeypot activity provides insight into the degree and sorts of threats that a network infrastructure confronts while diverting attackers’ attention away from real-world assets. Honeypots can be taken over by cybercriminals and used against the company that set them up. Cybercriminals have also used honeypots to obtain information on researchers or organizations, serve as decoys and propagate misinformation.

Honeypots are frequently hosted on virtual machines. For example, if the honeypot is compromised by malware, it can be rapidly restored. For example, a honeynet is made up of two or more honeypots on a network, whereas a honey farm is a centralized collection of honeypots and analysis tools.

Honeypot deployment and administration can be aided by both open source and commercial solutions. Honeypot systems that are sold separately and honeypots that are combined with other security software and advertised as deception technology are available. Honeypot software may be found on GitHub, which can assist newcomers in learning how to utilize honeypots.

Types of honeypots

There are two types of honeypots based on the design and deployment of smart contracts: research and production honeypots. Honeypots for research collect information on attacks and are used to analyze hostile behavior in the wild.

They acquire information on attacker tendencies, vulnerabilities and malware strains that adversaries are currently targeting by looking at both your environment and the outside world. This information can help you decide on preventative defenses, patch priorities and future investments.

On the other hand, production honeypots are aimed at detecting active network penetration and deceiving the attacker. Honeypots provide extra monitoring opportunities and fill in common detection gaps that surround identifying network scans and lateral movement; thus, obtaining data remains a top responsibility.

Production honeypots run services that would typically run in your environment alongside the rest of your production servers. Honeypots for research are more complicated and store more data types than honeypots for production.

There are also many tiers inside production and research honeypots, depending on the level of sophistication your company requires:

  • High-interaction honeypot: This is comparable to a pure honeypot in that it operates a large number of services, but it is less sophisticated and holds less data. Although high-interaction honeypots are not intended to replicate full-scale production systems, they run (or appear to run) all of the services commonly associated with production systems, including functioning operating systems.

The deploying company can observe attacker habits and strategies using this honeypot form. High-interaction honeypots need a lot of resources and are difficult to maintain, but the results can be worth it.

  • Mid-interaction honeypot: These imitate characteristics of the application layer but lack their operating system. They try to interfere or perplex attackers so that businesses have more time to figure out how to respond appropriately to an attack.
  • Low-interaction honeypot: This is the most popular honeypot used in a production environment. Low-interaction honeypots run a few services and are primarily used as an early warning detection tool. Many security teams install many honeypots across different segments of their network because they are simple to set up and maintain.
  • Pure honeypot: This large-scale, production-like system runs on multiple servers. It is full of sensors and includes “confidential” data and user information. The information they provide is invaluable, even though it can be complex and challenging to manage.

Several honeypot technologies

The following are some of the honeypot technologies in use:

  • Client honeypots: The majority of honeypots are servers that are listening for connections. Client honeypots actively search out malicious servers that target clients, and they keep an eye on the honeypot for any suspicious or unexpected changes. These systems are usually virtualized and have a containment plan in place to keep the research team safe.
  • Malware honeypots: These identify malware by using established replication and attack channels. Honeypots (such as Ghost) have been designed to look like USB storage devices. For example, if a machine becomes infected with malware that spreads by USB, the honeypot will deceive the malware into infecting the simulated device.
  • Honeynets: A honeynet is a network of several honeypots rather than a single system. Honeynets are designed to follow an attacker’s actions and motives while containing all inbound and outbound communication.
  • Open mail relays and open proxies are simulated using spam honeypots. Spammers will first send themselves an email to test the available mail relay. If they are successful, they will send out a tremendous amount of spam. This form of honeypot can detect and recognize the test and successfully block the massive amount of spam that follows.
  • Database honeypot: Because structured query language injections can often go undetected by firewalls, some organizations will deploy a database firewall to build decoy databases and give honeypot support.

How to spot a crypto honeypot?

Examining the trade history is one technique to recognize a honeypot crypto fraud. A cryptocurrency should generally allow you to buy and sell it whenever you desire. There will be a lot of buys for the coin in a honeypot scam, but people will have a hard time selling it. This indicates that it is not a legitimate coin, and you should avoid it.

Moreover, the data science approach based on the contract transaction behavior can be used to classify contracts as honeypots or non-honeypots.

Where can honeypots arise in Ethereum smart contracts?

Honeypots might appear in three different areas of Ethereum smart contracts implementation. These are the three levels:

  • The Etheruem virtual machine (EVM)- Although the EVM follows a well-established set of standards and rules, smart contract writers can present their code in ways that are misleading or unclear at first glance. These tactics might be costly for the unsuspecting hacker.
  • The solidity compiler-The compiler is the second area where smart contract developers may capitalize. While certain compiler-level bugs are well-documented, others may not be. These honeypots can be difficult to discover unless the contract has been tested under real-world settings.
  • The Etherscan blockchain explorer-The third sort of honeypot is based on the fact that the data presented on blockchain explorers is incomplete. While many people implicitly believe Etherscan’s data, it doesn’t necessarily show the whole picture. On the other hand, wily smart contract developers can take advantage of some of the explorer’s quirks.

How to protect against honeypot contract scams?

This section guides how to get out of the honeypot scams to avoid losing your money. There are tools available to assist you in seeing red signals and avoiding these currencies. For instance, use Etherscan if the coin you’re buying is on the Ethereum network or use BscScan if the coin under consideration is on the Binance Smart Chain.

Find out your coin’s Token ID and enter it on the appropriate website. Go to “Token Tracker” on the next page. A tab labeled “Holders” will appear. You can see all of the wallets that hold tokens and the liquidity pools there. Unfortunately, there are numerous combinations of items of which to be aware. The following are some of the red flags that you should know to protect against honeypot crypto scams:

  • No dead coins: If more than 50% of coins are in a dead wallet, a project is relatively protected from rug pulls (but not a honeypot) (usually identified as 0x000000000000000000000000000000000000dead). If less than half of the coins are dead or none are dead, be cautious.
  • No audit: The chances of a honeypot are nearly always eliminated if a trustworthy company audits them.
  • Large wallets holders: Avoid cryptocurrencies that have only one or a few wallets.
  • Scrutinize their website: This should be pretty straightforward; but, if the website appears rushed and the development is poor, this is a warning sign! One trick is to go to whois.domaintools.com and type in the domain name to see when it was registered for a website. You might be quite sure it’s a fraud if the domain was registered within 24 hours or less of the project’s start.
  • Check their social media: Scam projects usually feature stolen and low-quality photos, grammatical problems and unappealing “spammy messages” (such as “drop your ETH address below!”), no links to relevant project information and so on.

Token Sniffer is another excellent resource to spot honeypot crypto. Look for the “Automated Contract Audit” results by entering the Token ID in the top right corner. Stay away from the project if there are any alerts. Because many projects now employ contract templates, the “No prior similar token contracts” indication can be a false positive.

If your coin is listed on the Binance Smart Chain, go to PooCoin, enter the Token ID again and monitor the charts. Stay away if there aren’t any wallets selling or if only one or two wallets are selling your chosen coin. Most likely, it’s a honeypot. It’s not a honeypot if many wallets are selling the chosen coin. Lastly, you should conduct thorough research before parting with your hard-earned cash when purchasing cryptocurrencies.

How is a honeypot different from a honeynet?

A honeynet is a network made up of two or more honeypots. It can be beneficial to have a honeypot network that is connected. It allows businesses to track how an attacker interacts with a single resource or network point and how an invader moves between network points and interacts with many points at once.

The goal is to persuade hackers that they have successfully breached the network; therefore, adding more false network locations to the realism of the arrangement. Honeypots and honeynets with more advanced implementations, such as next-generation firewalls, intrusion detection systems (IDSes), and secure web gateways, are referred to as deception technology. Intrusion detection systems refer to a device or software program that watches for hostile activity or policy breaches on a network. Automated capabilities of deception technology allow a honeypot to respond to potential attackers in real-time.

Honeypots can assist firms in keeping up with the ever-changing risk landscape as cyber threats emerge. Honeypots provide vital information to ensure an organization is prepared and are possibly the best means to catch an attacker in the act, even though it is impossible to forecast and prevent every attack. They’re also a good source of knowledge for cybersecurity professionals.

What are the pros and cons of honeypots?

Honeypots collect data from genuine attacks and other illicit activity, giving analysts a wealth of knowledge. Furthermore, there are fewer false positives. For example, ordinary cybersecurity detection systems can generate many false positives, but a honeypot minimizes the number of false positives because genuine users have no motive to contact the honeypot.

Additionally, honeypots are worthwhile investments since they only interact with harmful actions and do not demand high-performance resources to process enormous volumes of network data in search of attacks. Lastly, even if an attacker is using encryption, honeypots can detect malicious activities.

Although honeypots provide many advantages, they also have a lot of drawbacks and risks. For instance, honeypots only collect data in the event of an attack. There have been no attempts to access the honeypot; thus, no data exists to examine the attack.

Furthermore, malicious traffic acquired by the honeypot network is only collected when an attack is launched against it; if an attacker suspects a network is a honeypot, they will avoid it.

Honeypots are generally recognizable from legal production systems, which implies that skilled hackers can easily distinguish a production system from a honeypot system using system fingerprinting techniques.

Despite the fact that honeypots are isolated from the real network, they eventually connect in some way to allow administrators to access the data they hold. Because it seeks to lure hackers to get root access, a high-interaction honeypot is often deemed riskier than a low-interaction one.

Overall, honeypots aid researchers in understanding risks in network systems, but they should not be used in place of standard IDS. For example, if a honeypot isn’t set up correctly, it might be exploited to acquire access to real-world systems or a launchpad for assaults on other systems.

The post What is a honeypot crypto scam and how to spot it? appeared first on BTC Ethereum Crypto Currency Blog.

Leave A Reply

bitcoin
Bitcoin (BTC) $ 65,774.00 2.61%
ethereum
Ethereum (ETH) $ 1,822.60 5.17%
tether
Tether (USDT) $ 0.998633 0.03%
bnb
BNB (BNB) $ 624.34 6.29%
usd-coin
USDC (USDC) $ 0.999766 0.02%
xrp
XRP (XRP) $ 1.21 1.66%
solana
Solana (SOL) $ 72.42 5.88%
tron
TRON (TRX) $ 0.333368 1.14%
figure-heloc
Figure Heloc (FIGR_HELOC) $ 1.03 0.01%
staked-ether
Lido Staked Ether (STETH) $ 2,265.05 3.46%
hyperliquid
Hyperliquid (HYPE) $ 72.09 0.22%
dogecoin
Dogecoin (DOGE) $ 0.091816 4.03%
usds
USDS (USDS) $ 0.999703 0.02%
zcash
Zcash (ZEC) $ 604.28 0.75%
leo-token
LEO Token (LEO) $ 10.06 0.25%
rain
Rain (RAIN) $ 0.014080 0.42%
wrapped-steth
Wrapped stETH (WSTETH) $ 2,779.67 3.22%
cardano
Cardano (ADA) $ 0.208925 4.29%
stellar
Stellar (XLM) $ 0.220941 0.49%
wrapped-bitcoin
Wrapped Bitcoin (WBTC) $ 76,243.00 3.12%
monero
Monero (XMR) $ 355.37 4.00%
binance-bridged-usdt-bnb-smart-chain
Binance Bridged USDT (BNB Smart Chain) (BSC-USD) $ 0.998762 0.02%
chainlink
Chainlink (LINK) $ 8.25 4.69%
wrapped-beacon-eth
Wrapped Beacon ETH (WBETH) $ 2,466.93 3.47%
canton-network
Canton (CC) $ 0.153884 0.20%
whitebit
WhiteBIT Coin (WBT) $ 47.77 3.95%
lab
LAB (LAB) $ 17.27 16.17%
wrapped-eeth
Wrapped eETH (WEETH) $ 2,465.31 3.39%
the-open-network
Toncoin (TON) $ 2.00 3.53%
susds
sUSDS (SUSDS) $ 1.08 0.16%
bitcoin-cash
Bitcoin Cash (BCH) $ 244.39 14.21%
usd1-wlfi
USD1 (USD1) $ 0.998268 0.04%
ethena-usde
Ethena USDe (USDE) $ 0.998694 0.01%
memecore
MemeCore (M) $ 3.38 3.11%
coinbase-wrapped-btc
Coinbase Wrapped BTC (CBBTC) $ 76,366.00 3.12%
dai
Dai (DAI) $ 0.999529 0.01%
hedera-hashgraph
Hedera (HBAR) $ 0.085639 3.53%
near
NEAR Protocol (NEAR) $ 2.83 11.82%
weth
WETH (WETH) $ 2,268.37 3.40%
litecoin
Litecoin (LTC) $ 47.23 2.21%
avalanche-2
Avalanche (AVAX) $ 8.07 4.54%
sui
Sui (SUI) $ 0.811898 2.55%
usdt0
USDT0 (USDT0) $ 0.998824 0.03%
shiba-inu
Shiba Inu (SHIB) $ 0.000005 2.05%
paypal-usd
PayPal USD (PYUSD) $ 1.00 0.02%
hashnote-usyc
Circle USYC (USYC) $ 1.13 0.02%
crypto-com-chain
Cronos (CRO) $ 0.062318 1.25%
tether-gold
Tether Gold (XAUT) $ 4,413.01 1.14%
global-dollar
Global Dollar (USDG) $ 0.999920 0.02%
blackrock-usd-institutional-digital-liquidity-fund
BlackRock USD Institutional Digital Liquidity Fund (BUIDL) $ 1.00 0.00%
ethena-staked-usde
Ethena Staked USDe (SUSDE) $ 1.22 0.04%
bittensor
Bittensor (TAO) $ 225.22 7.37%
ondo-us-dollar-yield
Ondo US Dollar Yield (USDY) $ 1.13 0.39%
pax-gold
PAX Gold (PAXG) $ 4,429.90 1.17%
ondo-finance
Ondo (ONDO) $ 0.420511 12.84%
mantle
Mantle (MNT) $ 0.602563 3.00%
world-liberty-financial
World Liberty Financial (WLFI) $ 0.060987 2.05%
polkadot
Polkadot (DOT) $ 1.09 1.88%
ripple-usd
Ripple USD (RLUSD) $ 0.999775 0.01%
uniswap
Uniswap (UNI) $ 2.84 0.18%
aster-2
Aster (ASTER) $ 0.682611 2.49%
little-pepe-5
Little Pepe (LILPEPE) $ 2.16 99,999.99%
syrupusdc
syrupUSDC (SYRUPUSDC) $ 1.15 0.04%
worldcoin-wld
Worldcoin (WLD) $ 0.519808 25.25%
okb
OKB (OKB) $ 80.98 5.59%
internet-computer
Internet Computer (ICP) $ 3.06 2.05%
htx-dao
HTX DAO (HTX) $ 0.000002 0.30%
sky
Sky (SKY) $ 0.067917 0.86%
falcon-finance
Falcon USD (USDF) $ 0.994279 0.08%
pi-network
Pi Network (PI) $ 0.137760 1.41%
usdd
USDD (USDD) $ 0.998448 0.02%
bitget-token
Bitget Token (BGB) $ 1.92 3.23%
bfusd
BFUSD (BFUSD) $ 0.997902 0.01%
pepe
Pepe (PEPE) $ 0.000003 3.41%
morpho
Morpho (MORPHO) $ 1.88 4.94%
ethereum-classic
Ethereum Classic (ETC) $ 7.73 0.84%
aave
Aave (AAVE) $ 74.45 2.27%
humanity
Humanity (H) $ 0.613188 6.30%
render-token
Render (RENDER) $ 2.13 1.33%
jupiter-perpetuals-liquidity-provider-token
Jupiter Perpetuals Liquidity Provider Token (JLP) $ 4.00 2.64%
quant-network
Quant (QNT) $ 72.04 0.99%
usdtb
USDtb (USDTB) $ 0.999456 0.04%
ethena
Ethena (ENA) $ 0.111166 30.33%
eutbl
Spiko EU T-Bills Money Market Fund (EUTBL) $ 1.22 0.28%
polygon-ecosystem-token
POL (ex-MATIC) (POL) $ 0.093758 3.90%
jito-staked-sol
Jito Staked SOL (JITOSOL) $ 124.46 4.71%
blockchain-capital
Blockchain Capital (BCAP) $ 107.16 0.00%
kucoin-shares
KuCoin (KCS) $ 7.21 5.85%
kelp-dao-restaked-eth
Kelp DAO Restaked ETH (RSETH) $ 2,404.69 3.37%
algorand
Algorand (ALGO) $ 0.107982 7.98%
cosmos
Cosmos Hub (ATOM) $ 1.86 1.40%
binance-peg-weth
Binance-Peg WETH (WETH) $ 2,262.26 3.62%
rocket-pool-eth
Rocket Pool ETH (RETH) $ 2,631.35 3.29%
united-stables
United Stables (U) $ 0.999799 0.01%
venice-token
Venice Token (VVV) $ 20.33 14.39%
superstate-short-duration-us-government-securities-fund-ustb
Superstate Short Duration U.S. Government Securities Fund (USTB) (USTB) $ 11.10 0.03%
binance-bridged-usdc-bnb-smart-chain
Binance Bridged USDC (BNB Smart Chain) (USDC) $ 0.999945 0.02%
stable-2
​​Stable (STABLE) $ 0.038324 10.21%
dexe
DeXe (DEXE) $ 18.56 3.36%
wbnb
Wrapped BNB (WBNB) $ 759.61 1.56%
ignition-fbtc
Function FBTC (FBTC) $ 76,389.00 3.48%
janus-henderson-anemoy-treasury-fund
Janus Henderson Anemoy Treasury Fund (JTRSY) $ 1.11 0.01%
kaspa
Kaspa (KAS) $ 0.031596 7.41%
nexo
NEXO (NEXO) $ 0.799918 1.94%
filecoin
Filecoin (FIL) $ 0.953849 5.84%
gatechain-token
Gate (GT) $ 6.71 1.13%
jupiter-exchange-solana
Jupiter (JUP) $ 0.204463 1.87%
syrupusdt
syrupUSDT (SYRUPUSDT) $ 1.11 0.05%
aptos
Aptos (APT) $ 0.826336 4.52%
just
JUST (JST) $ 0.078244 17.55%
injective-protocol
Injective (INJ) $ 6.63 3.78%
binance-staked-sol
Binance Staked SOL (BNSOL) $ 108.24 4.48%
bianrensheng
币安人生 (BinanceLife) (币安人生) $ 0.642734 3.08%
xdce-crowd-sale
XDC Network (XDC) $ 0.031479 0.46%
midnight-3
Midnight (NIGHT) $ 0.037947 0.08%
flare-networks
Flare (FLR) $ 0.007240 0.40%
new-x-ceo-is-back
NEW X CEO IS BACK (XFLOKI) $ 0.506041 99,999.99%
beldex
Beldex (BDX) $ 0.078502 0.08%
pump-fun
Pump.fun (PUMP) $ 0.001729 0.29%
bridged-usdc-polygon-pos-bridge
Polygon Bridged USDC (Polygon PoS) (USDC.E) $ 0.999720 0.00%
fetch-ai
Artificial Superintelligence Alliance (FET) $ 0.260403 0.92%
solv-btc
Solv Protocol BTC (SOLVBTC) $ 76,461.00 2.70%
gho
GHO (GHO) $ 0.999165 0.00%
lombard-staked-btc
Lombard Staked BTC (LBTC) $ 76,491.00 3.15%
arbitrum
Arbitrum (ARB) $ 0.093303 2.47%
hash-2
Provenance Blockchain (HASH) $ 0.010624 5.21%
usual-usd
Usual USD (USD0) $ 0.998580 0.02%
clbtc
clBTC (CLBTC) $ 76,920.00 2.29%
a7a5
A7A5 (A7A5) $ 0.013127 1.42%
ylds
YLDS (YLDS) $ 0.999634 0.00%
dash
Dash (DASH) $ 39.13 2.04%
ousg
OUSG (OUSG) $ 115.44 0.01%
usx
USX (USX) $ 0.999449 0.01%
true-usd
TrueUSD (TUSD) $ 0.998126 0.02%
stakewise-v3-oseth
StakeWise Staked ETH (OSETH) $ 2,419.84 1.91%
vechain
VeChain (VET) $ 0.005634 0.04%
tbtc
tBTC (TBTC) $ 70,942.00 7.49%
apxusd
apxUSD (APXUSD) $ 0.945681 5.39%
kinetic-staked-hype
Kinetiq Staked HYPE (KHYPE) $ 33.97 1.80%
virtual-protocol
Virtuals Protocol (VIRTUAL) $ 0.708159 2.61%
official-trump
Official Trump (TRUMP) $ 1.95 3.21%
wrappedm-by-m0
WrappedM by M0 (WM) $ 1.00 0.33%
kite-2
Kite (KITE) $ 0.193985 5.75%
spiko-amundi-overnight-swap-fund-eur
Spiko Amundi Overnight Swap Fund (EUR) (EURSAFO) $ 1.17 0.29%
bonk
Bonk (BONK) $ 0.000005 2.97%
pudgy-penguins
Pudgy Penguins (PENGU) $ 0.006966 3.29%
c8ntinuum
c8ntinuum (CTM) $ 0.087592 8.52%
janus-henderson-anemoy-aaa-clo-fund
Janus Henderson Anemoy AAA CLO Fund (JAAA) $ 1.04 0.00%
euro-coin
EURC (EURC) $ 1.16 0.26%
lighter
Lighter (LIT) $ 1.70 19.82%
mantle-staked-ether
Mantle Staked Ether (METH) $ 2,455.82 3.44%
siren-2
Siren (SIREN) $ 0.579421 2.22%
pancakeswap-token
PancakeSwap (CAKE) $ 1.30 5.16%
polygon-pos-bridged-dai-polygon-pos
Polygon PoS Bridged DAI (Polygon POS) (DAI) $ 0.999983 0.01%
resolv-wstusr
Resolv wstUSR (WSTUSR) $ 1.13 0.06%
sei-network
Sei (SEI) $ 0.061835 6.19%
the9bit
The9bit (9BIT) $ 0.050242 7.40%
coca
COCA (COCA) $ 1.30 5.99%
blockstack
Stacks (STX) $ 0.214863 1.75%
doge-strategy
Doge Strategy (DOGESTR) $ 0.288297 99,999.99%
hastra-prime
PRIME (PRIME) $ 1.04 0.13%
adi-token
ADI (ADI) $ 3.76 0.60%
liquid-staked-ethereum
Liquid Staked ETH (LSETH) $ 2,406.26 2.78%
terra-luna
Terra Luna Classic (LUNC) $ 0.000070 5.40%
arbitrum-bridged-wbtc-arbitrum-one
Arbitrum Bridged WBTC (Arbitrum One) (WBTC) $ 76,200.00 2.99%
audiera
Audiera (BEAT) $ 1.26 12.84%
aerodrome-finance
Aerodrome Finance (AERO) $ 0.366666 3.65%
chiliz
Chiliz (CHZ) $ 0.032813 6.25%
celestia
Celestia (TIA) $ 0.369012 2.52%
wrapped-flare
Wrapped Flare (WFLR) $ 0.009961 0.58%
kinesis-gold
Kinesis Gold (KAU) $ 142.52 1.26%
first-digital-usd
First Digital USD (FDUSD) $ 0.997403 0.03%
l2-standard-bridged-weth-base
L2 Standard Bridged WETH (Base) (WETH) $ 2,266.86 3.46%
sun-token
Sun Token (SUN) $ 0.017656 0.40%
steakhouse-usdc-morpho-vault
Steakhouse USDC Morpho Vault (STEAKUSDC) $ 1.12 0.00%
tezos
Tezos (XTZ) $ 0.297926 2.01%
spx6900
SPX6900 (SPX) $ 0.336038 5.03%
curve-dao-token
Curve DAO (CRV) $ 0.203601 0.16%
ether-fi
Ether.fi (ETHFI) $ 0.351237 4.10%
usdgo
USDGO (USDGO) $ 0.999863 0.01%
binance-peg-xrp
Binance-Peg XRP (XRP) $ 1.59 1.41%
layerzero
LayerZero (ZRO) $ 1.19 6.24%
ether-fi-liquid-eth
Ether.Fi Liquid ETH (LIQUIDETH) $ 2,443.47 3.07%
jito-governance-token
Jito (JTO) $ 0.628314 2.13%
renzo-restaked-eth
Renzo Restaked ETH (EZETH) $ 2,421.84 3.59%
noon
Noon (NOON) $ 0.751949 3,924.05%
pyth-network
Pyth Network (PYTH) $ 0.038053 3.40%
grass
Grass (GRASS) $ 0.489716 6.44%
sbtc-2
sBTC (SBTC) $ 77,039.00 2.14%
usdai
USDai (USDAI) $ 0.999655 0.01%
bittorrent
BitTorrent (BTT) $ 0.000000 2.61%
bitcoin-sv
Bitcoin SV (BSV) $ 14.07 3.64%
jupiter-staked-sol
Jupiter Staked SOL (JUPSOL) $ 115.56 4.52%
olympus
Olympus (OHM) $ 18.52 0.58%
savings-usdd
Savings USDD (SUSDD) $ 1.03 0.02%
kinesis-silver
Kinesis Silver (KAG) $ 73.30 2.36%
gnosis
Gnosis (GNO) $ 103.90 5.51%
frax
Legacy Frax Dollar (FRAX) $ 0.991331 0.09%
msol
Marinade Staked SOL (MSOL) $ 133.18 5.83%
doublezero
DoubleZero (2Z) $ 0.078685 3.72%
arbitrum-bridged-weth-arbitrum-one
Arbitrum Bridged WETH (Arbitrum One) (WETH) $ 2,265.06 3.52%
unibase
Unibase (UB) $ 0.108949 26.56%
zebec-network
Zebec Network (ZBCN) $ 0.002783 1.39%
thetrumptoken
TheTrumpToken (GREAT) $ 12.14 0.20%
apenft
AINFT (NFT) $ 0.000000 0.60%
conflux-token
Conflux (CFX) $ 0.050945 0.27%
staked-aave
Staked Aave (STKAAVE) $ 126.65 0.70%
optimism
Optimism (OP) $ 0.122219 1.79%
pieverse
Pieverse (PIEVERSE) $ 0.977625 12.74%
stader-ethx
Stader ETHx (ETHX) $ 2,455.55 2.19%
plasma
Plasma (XPL) $ 0.094636 4.57%
floki
FLOKI (FLOKI) $ 0.000026 1.95%
lido-dao
Lido DAO (LDO) $ 0.301792 2.48%
kaia
Kaia (KAIA) $ 0.043357 5.53%
decred
Decred (DCR) $ 14.52 2.64%
lorenzo-wrapped-bitcoin
Lorenzo Wrapped Bitcoin (ENZOBTC) $ 78,319.00 0.42%
jasmycoin
JasmyCoin (JASMY) $ 0.005096 0.09%
the-graph
The Graph (GRT) $ 0.023269 2.19%
gteth
GTETH (GTETH) $ 2,265.16 3.54%
royal-dollar
Royal Dollar (RUSD) $ 0.999719 0.04%
monad
Monad (MON) $ 0.020472 1.21%
pendle
Pendle (PENDLE) $ 1.37 1.41%
starknet
Starknet (STRK) $ 0.036370 1.43%
iota
IOTA (IOTA) $ 0.051586 5.80%
coco-2
coco (COCO) $ 0.229358 0.36%
ape-and-pepe
Ape and Pepe (APEPE) $ 0.000001 4.93%
build-on
BUILDon (B) $ 0.225755 5.76%
telcoin
Telcoin (TEL) $ 0.002348 2.63%
falcon-finance-ff
Falcon Finance (FF) $ 0.095288 7.35%
edgex
edgeX (EDGE) $ 0.632120 9.99%
ethereum-name-service
Ethereum Name Service (ENS) $ 5.42 1.64%
usda-2
USDa (USDA) $ 0.982865 0.11%
megausd
MegaUSD (USDM) $ 0.999696 0.05%
apyusd
apyUSD (APYUSD) $ 1.20 10.46%
bnb48-club-token
KOGE (KOGE) $ 61.40 28.00%
susdai
Staked USDai (SUSDAI) $ 1.07 0.02%
akash-network
Akash Network (AKT) $ 0.715516 0.39%
ethgas-2
ETHGas (GWEI) $ 0.098586 0.99%
billions-network
Billions Network (BILL) $ 0.084193 6.70%
tradable-na-rent-financing-platform-sstn
Tradable NA Rent Financing Platform SSTN (PC0000031) $ 1.00 0.00%
ultima
Ultima (ULTIMA) $ 2,344.23 1.86%
crvusd
crvUSD (CRVUSD) $ 0.998199 0.06%
axie-infinity
Axie Infinity (AXS) $ 1.14 1.57%
coinbase-wrapped-staked-eth
Coinbase Wrapped Staked ETH (CBETH) $ 2,539.40 3.57%
trust-wallet-token
Trust Wallet (TWT) $ 0.447196 1.46%
onyc
OnRe Tokenized Reinsurance (ONYC) $ 1.11 0.00%
reallink
RealLink (REAL) $ 0.056606 2.72%
theta-token
Theta Network (THETA) $ 0.183746 1.17%
wrapped-stx-velar
Wrapped STX (Velar) (WSTX) $ 0.308952 19.71%
dogwifcoin
dogwifhat (WIF) $ 0.183191 0.60%
nexus-4
Nexus (NEX) $ 0.000003 11.41%
re-protocol-reusd
Re Protocol reUSD (REUSD) $ 1.08 0.05%
neo
NEO (NEO) $ 2.50 2.45%
hastra-wrapped-ylds
Hastra Wrapped YLDS (WYLDS) $ 0.999492 0.03%
raydium
Raydium (RAY) $ 0.652922 3.03%
maga-bitcoin
MAGA Bitcoin (MBTC) $ 0.180532 10.22%
wefi
WeFi (WFI) $ 2.02 0.50%
genius-3
Genius (GENIUS) $ 0.502633 8.89%
compound-governance-token
Compound (COMP) $ 17.61 1.44%
undeads-games
Undeads Games (UDS) $ 1.50 0.42%
wrapped-apecoin
Wrapped ApeCoin (WAPE) $ 0.147916 1.04%
syrup
Maple Finance (SYRUP) $ 0.142209 1.95%
shmeegus
Shmeegus (SHMEEGUS) $ 0.000002 0.00%
arweave
Arweave (AR) $ 2.56 15.18%
bitcoin-avalanche-bridged-btc-b
Avalanche Bridged BTC (Avalanche) (BTC.B) $ 76,260.00 3.16%
the-sandbox
The Sandbox (SAND) $ 0.061828 1.16%
binance-peg-busd
Binance-Peg BUSD (BUSD) $ 1.00 0.05%
tradable-apac-diversified-finance-provider-sstn
Tradable APAC Diversified Finance Provider SSTN (PC0000033) $ 1.00 0.00%
spiko-us-t-bills-money-market-fund
Spiko US T-Bills Money Market Fund (USTBL) $ 1.09 0.02%
chain-2
Onyxcoin (XCN) $ 0.004228 3.78%
home
HOME (HOME) $ 0.042024 17.94%
mx-token
MX (MX) $ 1.76 0.02%
binance-peg-dogecoin
Binance-Peg Dogecoin (DOGE) $ 0.107393 0.17%
satoshi-stablecoin
Satoshi Stablecoin (SATUSD) $ 0.996387 0.25%
skyai
SkyAI (SKYAI) $ 0.162085 5.09%
usa
USAT (USAT) $ 0.998353 0.01%
basic-attention-token
Basic Attention (BAT) $ 0.104897 2.65%
swissborg
SwissBorg (BORG) $ 0.159272 1.21%
eigenlayer
EigenCloud (prev. EigenLayer) (EIGEN) $ 0.212218 0.66%
btse-token
BTSE Token (BTSE) $ 0.962896 1.18%
savings-dai
Savings Dai (SDAI) $ 1.17 0.17%
decentraland
Decentraland (MANA) $ 0.078867 0.76%
stasis-eurs
STASIS EURO (EURS) $ 1.22 0.94%
bdtcoin
BDTCOIN (BDTC) $ 16.45 3.32%
dydx-chain
dYdX (DYDX) $ 0.182217 6.34%
ether-fi-staked-eth
ether.fi Staked ETH (EETH) $ 2,317.47 1.05%
origintrail
OriginTrail (TRAC) $ 0.339855 1.24%
railgun
Railgun (RAIL) $ 2.63 18.28%
centrifuge-2
Centrifuge (CFG) $ 0.262101 3.43%
unit-bitcoin
Unit Bitcoin (UBTC) $ 76,318.00 3.07%
gusd
GUSD (GUSD) $ 0.997902 0.09%
apecoin
ApeCoin (APE) $ 0.149673 1.84%
saturn-dollar
Saturn Dollar (USDAT) $ 0.999736 0.03%
frax-ether
Frax Ether (FRXETH) $ 2,262.16 2.20%
tagger
TAGGER (TAG) $ 0.001343 10.85%
wrapped-hype
Wrapped HYPE (WHYPE) $ 33.57 1.97%
safo
Spiko Amundi Overnight Swap Fund (SAFO) $ 1.01 0.01%
zano
Zano (ZANO) $ 9.27 7.20%
fartcoin
Fartcoin (FARTCOIN) $ 0.142161 3.05%
kraken-wrapped-btc
Kraken Wrapped BTC (KBTC) $ 76,138.00 3.34%
sonic-3
Sonic (S) $ 0.037352 1.68%
staked-cap-usd
Staked Cap USD (STCUSD) $ 1.03 0.27%
gala
GALA (GALA) $ 0.002897 0.81%
thorchain
THORChain (RUNE) $ 0.396388 1.08%
benqi-liquid-staked-avax
BENQI Liquid Staked AVAX (SAVAX) $ 12.58 0.25%
story-2
Story (IP) $ 0.388392 4.66%
wrapped-aave-ethereum-usdc
Wrapped Aave Ethereum USDC (WAETHUSDC) $ 1.16 0.95%
strategy-pp-variable-xstock
Strategy PP Variable xStock (STRCX) $ 98.42 1.63%
bridged-usd-coin-starkgate
StarkGate Bridged USDC (Starknet) (USDC) $ 0.999674 0.01%
nusd-2
Neutrl USD (NUSD) $ 0.997245 0.11%
gate-wrapped-btc
Gate Wrapped BTC (GTBTC) $ 76,427.00 3.08%
tradable-latam-fintech-sstn
Tradable LatAm Fintech SSTN (PC0000097) $ 1.00 0.00%
astherus-staked-bnb
Aster Staked BNB (ASBNB) $ 804.12 1.66%
fidelity-digital-interest-token
Fidelity Digital Interest Token (FDIT) $ 1.00 0.00%
flying-tulip
Flying Tulip (FT) $ 0.102190 3.92%
safepal
SafePal (SFP) $ 0.264252 1.93%
shuffle-2
Shuffle (SHFL) $ 0.309576 2.01%
agora-dollar
AUSD (AUSD) $ 0.999572 0.03%
vision-3
Vision (VSN) $ 0.035116 0.65%
treehouse-eth
Treehouse ETH (TETH) $ 2,777.07 2.45%
binance-wrapped-btc
Binance Wrapped BTC (BBTC) $ 76,440.00 2.62%
golem
Golem (GLM) $ 0.129046 0.24%
convex-finance
Convex Finance (CVX) $ 1.43 3.43%
immutable-x
Immutable (IMX) $ 0.152864 0.81%
ecash
eCash (XEC) $ 0.000006 2.40%
circle-internet-group-ondo-tokenized-stock
Circle Internet Group (Ondo Tokenized Stock) (CRCLON) $ 92.28 9.56%
frax-usd
Frax USD (FRXUSD) $ 0.999668 0.02%
cash-4
CASH (CASH) $ 1.00 0.33%
wemix-token
WEMIX (WEMIX) $ 0.271569 1.31%
theo-short-duration-us-treasury-fund
Theo Short Duration US Treasury Fund (THBILL) $ 1.02 0.20%
ribbita-by-virtuals
Ribbita by Virtuals (TIBBIR) $ 0.124615 1.40%
ozone-chain
Ozone Chain (OZO) $ 0.129663 0.40%
ibc-bridged-usdc
Noble USDC (USDC.N) $ 1.00 0.21%
zksync
ZKsync (ZK) $ 0.012670 4.29%
societe-generale-forge-eurcv
EUR CoinVertible (EURCV) $ 1.16 0.27%
dai-on-pulsechain
DAI on PulseChain (DAI) $ 0.002719 17.04%
newton-project
AB (AB) $ 0.001220 0.35%
nexpace
Nexpace (NXPC) $ 0.423990 3.62%
vaulta
Vaulta (A) $ 0.072353 0.91%
payfi-strategy-token-usdc
PayFi Strategy Token USDC (PSTUSDC) $ 1.08 0.02%
polygon-pos-bridged-weth-polygon-pos
Polygon PoS Bridged WETH (Polygon POS) (WETH) $ 2,261.63 3.58%
cheems-token
Cheems Token (CHEEMS) $ 0.000001 3.82%
astherus-usdf
Aster USDF (USDF) $ 0.997990 0.14%
tradable-singapore-fintech-ssl-2
Tradable Singapore Fintech SSL (PC0000023) $ 1.00 0.00%
apollo-diversified-credit-securitize-fund
Apollo Diversified Credit Securitize Fund (ACRED) $ 1,097.63 0.01%
gauntlet-usdc-prime-morpho-vault
Gauntlet USDC Prime Morpho Vault (GTUSDC) $ 1.11 0.02%
wrapped-aave-ethereum-usdt
Wrapped Aave Ethereum USDT (WAETHUSDT) $ 1.15 0.80%
gmt-token
GoMining Token (GOMINING) $ 0.281225 0.39%
1inch
1INCH (1INCH) $ 0.079635 3.04%
arbitrum-bridged-wrapped-eeth
Arbitrum Bridged Wrapped eETH (Arbitrum) (WEETH) $ 2,460.40 3.55%
kaito
KAITO (KAITO) $ 0.465183 3.43%
helium
Helium (HNT) $ 0.615858 3.86%
solv-protocol-solvbtc-bbn
Solv Protocol Staked BTC (XSOLVBTC) $ 76,043.00 2.27%
sahara-ai
Sahara AI (SAHARA) $ 0.032420 8.91%
tradable-na-third-party-online-merchant-sstn
Tradable NA Third Party Online Merchant SSTN (PC0000015) $ 1.00 0.00%
bedrock-btc
Bedrock BTC (BRBTC) $ 78,850.00 2.46%
stp-network
AWE Network (AWE) $ 0.055867 0.13%
aethir
Aethir (ATH) $ 0.005376 2.64%
walrus-2
Walrus (WAL) $ 0.044817 12.16%
tradable-latam-middle-market-lender-sstl
Tradable LatAm Middle-Market Lender SSTL (PC0000085) $ 1.00 0.00%
wrapped-ether-mantle-bridge
Mantle Bridged WETH (Mantle) (WETH) $ 2,256.05 3.59%
nockchain
Nockchain (NOCK) $ 0.049132 4.99%
bitmart-token
BitMart (BMX) $ 0.309657 0.06%
arbitrum-bridged-wsteth-arbitrum
Arbitrum Bridged wstETH (Arbitrum) (WSTETH) $ 2,775.15 3.40%
ravedao
RaveDAO (RAVE) $ 0.418988 0.15%
mantle-restaked-eth
Mantle Restaked ETH (CMETH) $ 2,447.46 3.67%
securitize-tokenized-aaa-clo-fund
Securitize Tokenized AAA CLO Fund (STAC) $ 1,019.46 0.02%
river
River (RIVER) $ 5.22 4.51%
sentient
Sentient (SENT) $ 0.014099 0.05%
tokenize-xchange
Tokenize Xchange (TKX) $ 1.27 3.17%
avant-usd
Avant USD (AVUSD) $ 0.999358 0.07%
useless-3
Useless Coin (USELESS) $ 0.101563 1.13%
banana-for-scale-2
Banana For Scale (BANANAS31) $ 0.010067 7.90%
cronos-bridged-usdc-cronos
Cronos Bridged USDC (Cronos) (USDC) $ 0.999567 0.54%
elrond-erd-2
MultiversX (EGLD) $ 3.34 1.49%
jpool
JPool Staked SOL (JSOL) $ 129.85 6.36%
standx-dusd
StandX DUSD (DUSD) $ 0.998105 0.01%
micron-technology-ondo-tokenized-stock
Micron Technology (Ondo Tokenized Stock) (MUON) $ 1,063.39 2.95%
drift-staked-sol
Drift Staked SOL (DSOL) $ 114.86 5.54%
tradable-singapore-fintech-ssl
Tradable Singapore Fintech SSL (PC0000077) $ 1.00 0.00%
unity-usd
Unity USD (UUSD) $ 1.00 0.51%
rollbit-coin
Rollbit Coin (RLB) $ 0.059902 0.40%
palm-usd
Palm USD (PUSD) $ 0.998627 0.03%
instadapp
Fluid (FLUID) $ 1.26 5.06%
sosovalue
SoSoValue (SOSO) $ 0.311386 5.12%
zencash
Horizen (ZEN) $ 5.40 2.73%
superbridge-bridged-wsteth-base
Superbridge Bridged wstETH (Base) (WSTETH) $ 2,774.18 3.59%
derive
Derive (DRV) $ 0.096837 5.60%
polygon-bridged-wbtc-polygon-pos
Polygon Bridged WBTC (Polygon POS) (WBTC) $ 76,130.00 3.08%
livepeer
Livepeer (LPT) $ 1.95 2.50%
mnee-usd-stablecoin
MNEE USD Stablecoin (MNEE) $ 0.999600 0.00%
arkham
Arkham (ARKM) $ 0.149073 6.65%
four
Four (FORM) $ 0.248643 0.41%
gaib-ai-dollar-alpha-usdc
Gaib AI Dollar Alpha USDC (AIDAUSDC) $ 0.998450 0.00%
reserve-rights-token
Reserve Rights (RSR) $ 0.001511 1.43%
bybit-staked-sol
Bybit Staked SOL (BBSOL) $ 112.08 4.42%
legacy-token
Legacy Token (LGCT) $ 0.014697 21.81%
havven
Synthetix (SNX) $ 0.272705 1.54%
stronghold-token
Stronghold (SHX) $ 0.005306 7.00%
infinifi-usd
InfiniFi USD (IUSD) $ 0.999583 0.00%
universal-btc
Universal BTC (UNIBTC) $ 75,548.00 3.12%
grx-chain
GRX Chain (GRX) $ 9.54 1.92%
savings-xdai
Savings xDAI (SDAI) $ 1.23 0.03%
linea
Linea (LINEA) $ 0.002956 1.46%
cap-usd
Cap USD (CUSD) $ 0.999630 0.00%
wrapped-avax
Wrapped AVAX (WAVAX) $ 10.07 0.11%
cow-protocol
CoW Protocol (COW) $ 0.152182 3.56%
melania-meme
Melania Meme (MELANIA) $ 0.092539 2.38%
gas
Gas (GAS) $ 1.34 1.97%
strata-senior-usde
Strata Senior USDe (SRUSDE) $ 0.997315 0.61%
pleasing-gold
Pleasing Gold (PGOLD) $ 4,461.08 0.37%
quantum-resistant-ledger
Quantum Resistant Ledger (QRL) $ 1.10 4.02%
qtum
Qtum (QTUM) $ 0.812938 2.29%
jusd
JUSD (JUSD) $ 0.998713 0.03%
lido-earn-eth
Lido Earn ETH (EARNETH) $ 1,830.60 5.52%
usda-3
USDA (USDA) $ 0.951836 3.87%
exod
EXOD (EXOD) $ 8.18 0.00%
flare-bridged-xrp-flare
Flare Bridged XRP (Flare) (FXRP) $ 1.59 1.40%
kinetiq
Kinetiq (KNTQ) $ 0.302370 12.47%
safe
Safe (SAFE) $ 0.113079 1.97%
rif-token
Rootstock Infrastructure Framework (RIF) $ 0.085569 3.57%
pharos-network
Pharos (PROS) $ 0.624367 4.48%
staked-hype
Staked HYPE (STHYPE) $ 33.64 1.50%
nxm
Nexus Mutual (NXM) $ 48.68 4.31%
0x
0x Protocol (ZRX) $ 0.099124 0.51%
sealcoin
SEALCOIN (QAIT) $ 0.018852 6.23%
stau
STAU (STAU) $ 0.008288 3.87%
vicicoin
ViciCoin (VCNT) $ 16.94 0.41%
kamino
Kamino (KMNO) $ 0.017334 3.16%
chutes
Chutes (SN64) $ 16.02 7.73%
origin-ether
Origin Ether (OETH) $ 2,264.34 2.54%
berachain-bera
Berachain (BERA) $ 0.298640 7.03%
geodnet
Geodnet (GEOD) $ 0.182534 16.91%
xphere
Xphere (XP) $ 0.029733 0.82%
main-street-usd
Main Street USD (MSUSD) $ 0.999641 0.00%
keeta
Keeta (KTA) $ 0.149365 6.43%
beam-2
Beam (BEAM) $ 0.001593 3.58%
zignaly
ZIGChain (ZIG) $ 0.057504 3.34%
zero-gravity
0G (0G) $ 0.380702 2.79%
purr-2
Purr (PURR) $ 0.135897 9.57%
binance-peg-cardano
Binance-Peg Cardano (ADA) $ 0.296226 0.63%
seeker
Seeker (SKR) $ 0.012462 2.31%
precious-metals-usd
Precious Metals USD (PMUSD) $ 0.794958 0.47%
manadia
Manadia (UMXM) $ 1.69 0.15%
would
would (WOULD) $ 0.080021 4.14%
magma-finance
Magma Finance (MAGMA) $ 0.415662 54.00%
ravencoin
Ravencoin (RVN) $ 0.004834 1.94%
chip-2
USD.AI (CHIP) $ 0.039339 8.93%
bc-token
BCGame Coin (BC) $ 0.007794 14.14%
tac
TAC (TAC) $ 0.016907 0.73%
mustang
Mustang (MUST) $ 0.503016 0.00%
aioz-network
AIOZ Network (AIOZ) $ 0.062045 1.07%
ethena-staked-ena
Ethena Staked ENA (SENA) $ 0.137562 2.67%
na-post-settlement-legal-financing-receivables
Tradable NA Post-Settlement Legal Financing Receivables (PC0000101) $ 1.00 0.00%
usdx
USDX (USDX) $ 0.688825 0.59%
wormhole
Wormhole (W) $ 0.012904 3.94%
yearn-finance
yearn.finance (YFI) $ 2,135.06 2.98%
mag7-ssi
MAG7.ssi (MAG7.SSI) $ 0.449900 3.74%
troll-2
TROLL (TROLL) $ 0.076423 15.93%
xdai
XDAI (XDAI) $ 0.999812 0.10%
the-vault-staked-sol
The Vault Staked SOL (VSOL) $ 111.60 5.09%
meta-2-2
MetaDAO (META) $ 3.34 5.19%
plume
Plume (PLUME) $ 0.013164 4.43%
kusama
Kusama (KSM) $ 4.13 3.68%
ordinals
ORDI (ORDI) $ 3.61 2.88%
helio-protocol-hay
Lista USD (LISUSD) $ 0.997509 0.02%
main-street-yield
Main Street Yield (MSY) $ 1.03 0.00%
staked-frax-ether
Staked Frax Ether (SFRXETH) $ 2,589.68 3.62%
cygnus-finance-global-usd
Cygnus Finance Global USD (CGUSD) $ 0.991982 0.00%
reserve-protocol-eth-plus
ETHPlus (ETH+) $ 2,030.85 10.20%
tradable-na-neobank-sstl
Tradable NA Neobank SSTL (PC0000023) $ 1.00 0.00%
felix-feusd
Felix feUSD (FEUSD) $ 0.997281 0.09%
ai-rig-complex
AI Rig Complex (ARC) $ 0.074687 4.40%
pirate-chain
Pirate Chain (ARRR) $ 0.377765 6.17%
debridge
deBridge (DBR) $ 0.013870 0.73%
crown-brlv
Crown BRLV (BRLV) $ 0.198921 0.01%
cysic
Cysic (CYS) $ 0.461979 1.28%
mbg-by-multibank-group
MBG By Multibank Group (MBG) $ 0.297100 0.48%
phantom-staked-sol
Phantom Staked SOL (PSOL) $ 103.72 5.47%
bio-protocol
Bio Protocol (BIO) $ 0.034264 1.24%
super-oeth
Super OETH (SUPEROETH) $ 2,263.65 2.59%
comedian
Comedian (BAN) $ 0.071490 8.65%
staked-trx
Staked TRX (STRX) $ 0.350706 0.03%
theta-fuel
Theta Fuel (TFUEL) $ 0.009710 0.88%
magic-internet-money-arbitrum
Magic Internet Money (Arbitrum) (MIM) $ 0.996875 0.00%
quack-ai
Quack AI (Q) $ 0.018225 9.74%
zama
Zama (ZAMA) $ 0.032004 7.09%
superfarm
SuperVerse (SUPER) $ 0.109230 0.86%
steakhouse-eth-morpho-vault
Steakhouse ETH Morpho Vault (STEAKETH) $ 2,357.07 1.81%
meteora
Meteora (MET) $ 0.133534 1.30%
wrapped-ethereum-sollet
Wrapped Ethereum (Sollet) (SOETH) $ 229.19 3.08%
enjincoin
Enjin Coin (ENJ) $ 0.035488 3.01%
temple
TempleDAO (TEMPLE) $ 2.94 0.00%
myx-finance
MYX Finance (MYX) $ 0.362768 5.52%
matrixdock-gold
Matrixdock Gold (XAUM) $ 4,435.64 1.52%
metal-blockchain
Metal Blockchain (METAL) $ 0.138724 0.99%
binance-peg-sol
Binance-Peg SOL (SOL) $ 99.17 4.44%
orca
Orca (ORCA) $ 1.14 5.74%
turbo
Turbo (TURBO) $ 0.001003 1.35%
zilliqa
Zilliqa (ZIL) $ 0.003536 1.52%
blazestake-staked-sol
BlazeStake Staked SOL (BSOL) $ 125.89 4.62%
ishares-core-s-p-500-etf-ondo-tokenized-etf
iShares Core S&P 500 ETF (Ondo Tokenized ETF) (IVVON) $ 765.67 0.18%
zetachain
ZetaChain (ZETA) $ 0.046679 2.49%
solstice
Solstice (SLX) $ 0.277252 22.05%
octra
Octra (OCT) $ 0.108958 2.77%
unifai-network
UnifAI Network (UAI) $ 0.284230 3.03%
mina-protocol
Mina Protocol (MINA) $ 0.052435 1.65%
proton
XPR Network (XPR) $ 0.002359 2.53%
baby-doge-coin
Baby Doge Coin (BABYDOGE) $ 0.000000 3.86%
midas-mf-one
Midas mF-ONE (MF-ONE) $ 1.09 0.02%
qubic-network
Qubic (QUBIC) $ 0.000000 3.21%
aztec
Aztec (AZTEC) $ 0.021929 4.49%
dusk-network
DUSK (DUSK) $ 0.112047 4.10%
kinetiq-earn-vault
Kinetiq Earn Vault (VKHYPE) $ 33.98 2.41%
mindwavedao
MindWaveDAO (NILA) $ 0.078376 0.54%
gmx
GMX (GMX) $ 6.31 2.70%
tria
TRIA (TRIA) $ 0.030472 13.74%
susda
sUSDa (SUSDA) $ 1.01 0.00%
diem
Diem (DIEM) $ 1,767.06 12.55%
qusdt
QOM One Bridged USDT (QL1) (QUSDT) $ 0.998948 0.01%
ondo-u-s-dollar-token
Ondo U.S. Dollar Token (USDON) $ 1.00 0.00%
fasttoken
Fasttoken (FTN) $ 0.159833 0.00%
puff-the-dragon
Puff The Dragon (PUFF) $ 0.072303 0.01%
usdu
USDu (USDU) $ 0.999571 0.09%
apes-2-2
APES (APES) $ 0.071006 0.00%
tronbank
TronBank (TBK) $ 0.637991 1.74%
wrapped-pulse-wpls
Wrapped Pulse (WPLS) $ 0.000011 1.86%
velo
Velo (VELO) $ 0.003629 1.57%
vaneck-treasury-fund
VanEck Treasury Fund (VBILL) $ 1.00 0.00%
yuzu-usd
Yuzu USD (YZUSD) $ 0.997669 0.12%
io
io.net (IO) $ 0.183558 7.54%
jelly-my-jelly
Jelly-My-Jelly (JELLYJELLY) $ 0.063946 5.81%
louzi
LOUZI (LOUZI) $ 0.066228 0.03%
oasis-network
Oasis (ROSE) $ 0.008197 4.23%
tradable-north-america-pos-lender-sstn
Tradable North America PoS Lender SSTN (PC0000019) $ 1.00 0.00%
moonwell-flagship-eth-morpho-vault
Moonwell Flagship ETH (Morpho Vault) (MWETH) $ 2,432.58 2.98%
megaeth
MegaETH (MEGA) $ 0.055213 0.34%
backpack
Backpack (BP) $ 0.252115 35.95%
wrapped-ether-linea
Bridged Wrapped Ether (Linea) (WETH) $ 2,268.84 3.37%
holotoken
Holo (HOT) $ 0.000351 1.89%
magic-internet-money
Magic Internet Money (Ethereum) (MIM) $ 0.993795 0.46%
nexst
NEXST (NXT) $ 0.272444 2.39%
based-brett
Brett (BRETT) $ 0.006273 1.23%
dola-usd
DOLA (DOLA) $ 0.993688 0.02%
avant-staked-usd
Avant Staked USD (SAVUSD) $ 1.14 0.00%
swop-2
Swop (SWOP) $ 0.006196 0.00%
earnausd
earnAUSD (EARNAUSD) $ 1.00 0.00%
dog-go-to-the-moon-rune
Dog (Bitcoin) (DOG) $ 0.000619 0.13%
wrapped-savings-rusd
Wrapped Savings rUSD (WSRUSD) $ 1.08 0.00%
apriori
aPriori (APR) $ 0.248256 16.50%
ronin
Ronin (RON) $ 0.079376 0.06%
creditcoin-2
Creditcoin (CTC) $ 0.111413 5.29%
alchemist-ai
Alchemist AI (ALCH) $ 0.071712 1.31%
bitcastle-token
bitcastle Token (BCE) $ 0.149912 3.59%
sushi
Sushi (SUSHI) $ 0.220424 12.37%
toshi
Toshi (TOSHI) $ 0.000142 1.86%
tesla-xstock
Tesla xStock (TSLAX) $ 422.39 0.41%
axelar
Axelar (AXL) $ 0.050518 0.73%
basedhype
BasedHype (BASEDHYPE) $ 0.005968 4.44%
sierra-2
Sierra (SIERRA) $ 1.02 0.10%
babypie-wrapped-btc
Babypie Wrapped BTC (MBTC) $ 89,481.00 0.00%
astar
Astar (ASTR) $ 0.006796 3.01%
bridged-usd-coin-linea
Linea Bridged USDC (Linea) (USDC) $ 1.00 0.40%
targon
Targon (SN4) $ 12.24 7.40%
bas
BNB Attestation Service (BAS) $ 0.023616 1.59%
nervos-network
Nervos Network (CKB) $ 0.001202 1.58%
nvidia-ondo-tokenized-stock
NVIDIA (Ondo Tokenized Stock) (NVDAON) $ 215.45 4.31%
concordium
Concordium (CCD) $ 0.004662 1.94%
aelf
aelf (ELF) $ 0.071075 0.81%
cronos-bridged-usdt-cronos
Cronos Bridged USDT (Cronos) (USDT) $ 1.00 0.06%
f-x-protocol-fxusd
f(x) Protocol fxUSD (FXUSD) $ 0.997167 0.02%
crypto-com-staked-eth
Crypto.com Staked ETH (CDCETH) $ 2,405.16 4.40%
nano
Nano (XNO) $ 0.438066 0.21%
asteroid-shiba
Asteroid Shiba (ASTEROID) $ 0.000139 2.41%
meme-horse
MEME HORSE (MHORSE) $ 0.058143 26.60%
quantixai
Quantix Finance (QFI) $ 58.10 3.24%
impossible-cloud-network-token
Impossible Cloud Network Token (ICNT) $ 0.227019 3.24%
polymesh
Polymesh (POLYX) $ 0.045087 0.64%
eurite
Eurite (EURI) $ 1.16 0.38%
kava
Kava (KAVA) $ 0.053091 1.28%
lombard-protocol
Lombard (BARD) $ 0.177286 0.89%
fx-usd-saving
f(x) USD Saving (FXSAVE) $ 1.10 0.15%
spark-2
Spark (SPK) $ 0.020407 3.99%
numeraire
Numeraire (NMR) $ 8.00 4.76%
polygon-bridged-weeth-katana
Polygon Bridged weETH (Katana) (WEETH) $ 2,460.06 3.66%
amp-token
Amp (AMP) $ 0.000646 3.22%
bityuan
Bityuan (BTY) $ 0.076426 0.02%
chainopera-ai
ChainOpera AI (COAI) $ 0.297693 4.56%
peaq-2
peaq (PEAQ) $ 0.025061 2.59%
moonwell-flagship-usdc-morpho-vault
Moonwell Flagship USDC (Morpho Vault) (MWUSDC) $ 1.12 15.95%
collector-crypt
Collector Crypt (CARDS) $ 0.213848 7.84%
blur
Blur (BLUR) $ 0.019661 2.55%
block-street
Block Street (BSB) $ 0.250705 5.43%
unit-pump
Unit Pump (UPUMP) $ 0.001730 0.16%
bankercoin-2
BankrCoin (BNKR) $ 0.000549 4.93%
digibyte
DigiByte (DGB) $ 0.002976 1.35%
vaultbridge-bridged-wbtc-katana
VaultBridge Bridged WBTC (Katana) (VBWBTC) $ 76,100.00 2.93%
bitdca
BitDCA (BDCA) $ 0.656352 3.83%
soon-2
SOON (SOON) $ 0.158872 0.16%
jupusd
JupUSD (JUPUSD) $ 1.00 0.02%
agentfun-ai
AgentFun.AI (AGENTFUN) $ 0.537500 1.14%
bitkub-coin
KUB Coin (KUB) $ 0.775727 2.70%
tradable-na-legal-receivables-ssl
Tradable NA Legal Receivables SSL (PC0000081) $ 1.00 0.00%
fogo
Fogo (FOGO) $ 0.013981 0.98%
xyo-network
XYO Network (XYO) $ 0.003811 0.30%
midas-mtbill
Midas mTBILL (MTBILL) $ 1.06 0.00%
movement
Movement (MOVE) $ 0.013768 2.51%
brz
Brazilian Digital (BRZ) $ 0.197144 0.66%
escoin-token
Escoin (ELG) $ 0.284998 0.20%
fidelity-digital-dollar
Fidelity Digital Dollar (FIDD) $ 0.999585 0.02%
deep
DeepBook (DEEP) $ 0.020896 15.38%
compound-ether
cETH (CETH) $ 38.08 10.18%
loaded-lions
Loaded Lions (LION) $ 0.001679 0.58%
staked-usd1
staked USD1+ (SUSD1+) $ 1.02 0.02%
novem-pro
Novem Pro (NVM) $ 0.425702 1.69%
meet48
MEET48 (IDOL) $ 0.028346 10.14%
threshold-network-token
Threshold Network (T) $ 0.004569 1.02%
anemoy-tokenized-apollo-diversified-credit-fund
Anemoy Tokenized Apollo Diversified Credit Fund (ACRDX) $ 1.02 0.08%
babylon
Babylon (BABY) $ 0.013783 1.01%
ontology
Ontology (ONT) $ 0.050098 0.59%
ether-fi-staked-btc
Ether.fi Staked BTC (EBTC) $ 76,722.00 4.00%
usdkg
USDKG (USDKG) $ 0.999590 0.02%
alloy-tether
Alloy Tether (AUSDT) $ 0.999226 0.00%
popcat
Popcat (POPCAT) $ 0.050697 0.79%
tradable-eu-latam-pos-financing-sstl
Tradable Eu/LatAm PoS Financing SSTL (PC0000049) $ 1.00 0.00%
ai-powered-finance
AI Powered Finance (AIPF) $ 2.17 1.22%
zora
Zora (ZORA) $ 0.011123 8.48%
flow
Flow (FLOW) $ 0.029567 1.10%
unitywallet-token
UnityWallet Token (UNT) $ 0.074911 3.55%
law-blocks
Law Blocks AI (LBT) $ 0.200631 0.47%
peanut-the-squirrel
Peanut the Squirrel (PNUT) $ 0.048951 1.09%
superfortune
Superfortune (GUA) $ 1.10 35.41%
mocaverse
Moca Network (MOCA) $ 0.011425 0.91%
vvs-finance
VVS Finance (VVS) $ 0.000001 1.38%
ecomi
ECOMI (OMI) $ 0.000175 2.10%
sygnum-fiusd-liquidity-fund
Sygnum FIUSD Liquidity Fund (FIUSD) $ 11,898.79 0.01%
verge
Verge (XVG) $ 0.002878 8.69%
usd
Overnight.fi USD+ (USD+) $ 0.993561 0.00%
mog-coin
Mog Coin (MOG) $ 0.000000 2.58%
circle-xstock
Circle xStock (CRCLX) $ 92.43 9.51%
openledger-2
OpenLedger (OPEN) $ 0.217225 8.08%
celium
lium (SN51) $ 11.57 8.79%
notcoin
Notcoin (NOT) $ 0.000472 5.02%
tether-gold-tokens
Tether Gold Tokens (XAUT0) $ 5,021.54 4.07%
redstone-oracles
RedStone (RED) $ 0.113392 0.82%
vethor-token
VeThor (VTHO) $ 0.000457 0.53%
coinex-token
CoinEx (CET) $ 0.018227 4.88%
moo-deng
Moo Deng (MOODENG) $ 0.046069 2.47%
huobi-btc
Huobi BTC (HBTC) $ 41,869.00 2,404.88%
holoworld
Holoworld (HOLO) $ 0.071089 2.78%
okx-wrapped-btc
OKX Wrapped BTC (XBTC) $ 76,354.00 3.14%
request-network
Request (REQ) $ 0.060394 5.18%
ore
ORE (ORE) $ 96.74 12.35%
irys
Irys (IRYS) $ 0.022398 1.89%
jl-jupusd
Jupiter Lend JUPUSD (JLJUPUSD) $ 1.01 1.99%
affine
affine (SN120) $ 13.69 7.57%
robo-token-2
Fabric Protocol (ROBO) $ 0.019834 1.63%
huma-finance
Huma Finance (HUMA) $ 0.025483 1.45%
pay-coin
Paycoin (PCI) $ 0.043096 3.80%
austin-capitals
Austin Capitals (AUX) $ 4.25 0.00%
everything
Everything (EV) $ 0.000440 9.04%
tellor
Tellor Tributes (TRB) $ 15.73 2.73%
velvet
Velvet (VELVET) $ 0.103909 10.67%
janction
Janction (JCT) $ 0.003810 5.98%
ankr
Ankr Network (ANKR) $ 0.004365 0.66%
strata-junior-usde
Strata Junior USDe (JRUSDE) $ 1.03 0.06%
cross-2
CROSS (CROSS) $ 0.102488 0.39%
avantis
Avantis (AVNT) $ 0.134340 1.29%
allora
Allora (ALLO) $ 0.188022 2.37%
infrared-bera
Infrared Bera (IBERA) $ 0.397192 9.57%
aleo
ALEO (ALEO) $ 0.037261 3.72%
score
Score (SN44) $ 9.21 11.99%
chia
Chia (XCH) $ 2.34 0.54%
renzo-restaked-lst
Renzo Restaked LST (PZETH) $ 2,639.96 6.97%
rekt-4
Rekt (REKT) $ 0.000000 4.88%
magic-eden
Magic Eden (ME) $ 0.076945 2.88%
altlayer
AltLayer (ALT) $ 0.006715 1.23%
ishares-bitcoin-trust-ondo-tokenized
iShares Bitcoin Trust (Ondo Tokenized) (IBITON) $ 37.21 2.75%
spdr-s-p-500-etf-ondo-tokenized-etf
SPDR S&P 500 ETF (Ondo Tokenized ETF) (SPYON) $ 759.05 0.66%
celo
Celo (CELO) $ 0.070782 0.62%
fractal-bitcoin
Fractal Bitcoin (FB) $ 0.409673 1.79%
venus
Venus (XVS) $ 2.51 0.81%
casper-network
Casper Network (CSPR) $ 0.002641 1.67%
marvell-technology-ondo-tokenized-stock
Marvell Technology (Ondo Tokenized Stock) (MRVLON) $ 306.52 9.26%
etherfi-weeths
ether.fi weETHs (WEETHS) $ 2,366.84 3.21%
siacoin
Siacoin (SC) $ 0.000840 1.03%
mantra-dao
MANTRA (MANTRA) $ 0.008051 0.85%
burnedfi
BurnedFi (BURN) $ 3.37 2.49%
mask-network
Mask Network (MASK) $ 0.417206 1.96%
openserv
OpenServ (SERV) $ 0.053931 8.38%
gohome
GOHOME (GOHOME) $ 78.82 1.69%
binance-peg-shib
Binance-Peg SHIB (SHIB) $ 0.000007 0.97%
api3
Api3 (API3) $ 0.291253 0.80%
ventuals-vhype
Ventuals vHYPE (VHYPE) $ 33.62 2.89%
subsquid
SQD (SQD) $ 0.038083 12.41%
kgen
KGeN (KGEN) $ 0.208395 2.63%
staked-usdt
stUSDT Staked USDT (STUSDT) $ 0.996089 0.11%
apex-token-2
APEX (APEX) $ 0.293825 2.39%
frankencoin
Frankencoin (ZCHF) $ 1.26 0.56%
degen-base
Degen (DEGEN) $ 0.001089 13.92%
fluid-wrapped-staked-eth
Fluid Wrapped Staked ETH (FWSTETH) $ 4,069.22 0.00%
terra-luna-2
Terra (LUNA) $ 0.056721 0.87%
non-playable-coin
Non-Playable Coin (NPC) $ 0.004992 1.10%
vana
Vana (VANA) $ 1.28 0.76%
cat-in-a-dogs-world
cat in a dogs world (MEW) $ 0.000444 2.67%
gemini-dollar
Gemini Dollar (GUSD) $ 0.998884 0.05%
icon
ICON (ICX) $ 0.035903 1.35%
staked-frax-usd
Frax Staked frxUSD (SFRXUSD) $ 1.20 0.11%
wojak-finance
Wojak Finance (WOJ) $ 0.000766 0.93%
osmosis
Osmosis (OSMO) $ 0.050102 12.63%
yzy
YZY (YZY) $ 0.300611 0.13%
playnance
Playnance (GCOIN) $ 0.001791 4.14%
succinct
Succinct (PROVE) $ 0.199319 0.12%
project-galaxy
GAL (migrated to Gravity - G) (GAL) $ 0.305139 6.37%
invesco-qqq-etf-ondo-tokenized-etf
Invesco QQQ ETF (Ondo Tokenized ETF) (QQQON) $ 743.80 0.22%
unitas
Unitas (UP) $ 0.308378 6.12%
coredaoorg
Core (CORE) $ 0.031198 2.57%
straitsx-xusd
StraitsX XUSD (XUSD) $ 0.999882 0.02%
unipoly
Unipoly (UNP) $ 0.137027 2.74%
mimblewimblecoin
MimbleWimbleCoin (MWC) $ 3.46 0.56%
world-mobile-token
World Mobile Token (WMTX) $ 0.044610 0.80%
sp500-xstock
SP500 xStock (SPYX) $ 757.75 0.68%
iotex
IoTeX (IOTX) $ 0.004001 1.11%
wrapped-dag
Wrapped DAG (WDAG) $ 0.015404 1.95%
glidr
Glidr (GLIDR) $ 1.07 1.18%
nosana
Nosana (NOS) $ 0.376430 6.56%
sodax
SODAX (SODA) $ 0.034862 0.00%
midas-fasanara-global
Midas Fasanara Global (MGLOBAL) $ 1.00 0.00%
binance-usd
BUSD (BUSD) $ 0.960766 3.79%
helius-staked-sol
Helius Staked SOL (HSOL) $ 112.60 5.27%
uma
UMA (UMA) $ 0.414290 1.08%
superbridge-bridged-wsteth-optimism
Superbridge Bridged wstETH (Optimism) (WSTETH) $ 2,772.53 3.52%
deso
Decentralized Social (DESO) $ 3.53 5.43%
gekko
GEKKO (GEKKO) $ 0.000001 0.89%
latam-residential-sstl
Tradable LatAm Residential SSTL (PC0000089) $ 1.00 0.00%
gensyn
Gensyn (AI) $ 0.028409 1.34%
anvil
Anvil (ANVL) $ 0.000454 1.03%
botxcoin
BOTXCOIN (BOTX) $ 0.702614 0.30%
ebtc-2
eBTC (EBTC) $ 65,548.00 2.91%
usd-coin-ethereum-bridged
Arbitrum Bridged USDC (Arbitrum) (USDC.E) $ 0.999982 0.01%
the-innovation-game
The Innovation Game (TIG) $ 1.23 6.40%
manta-network
Manta Network (MANTA) $ 0.076496 2.08%
ssv-network
SSV Network (SSV) $ 2.47 4.90%
aegis-yusd
Aegis YUSD (YUSD) $ 0.998441 0.01%
bridged-tether-opbnb
opBNB Bridged USDT (opBNB) (USDT) $ 0.998710 0.05%
infinit
INFINIT (IN) $ 0.107551 22.73%
pundi-x-2
Pundi X (PUNDIX) $ 0.139164 0.48%
triple-plus
Triple Plus (TPT) $ 0.650730 6.10%
unit-plasma
Unit Plasma (UXPL) $ 0.093967 3.75%
playsout
PlaysOut (PLAY) $ 0.095779 9.46%
firelight-staked-xrp
Firelight Staked XRP (STXRP) $ 1.30 10.36%
merlin-chain
Merlin Chain (MERL) $ 0.027803 1.64%
omni-network
Omni Network [Old] (OMNI) $ 0.657478 8.53%
nvidia-xstock
NVIDIA xStock (NVDAX) $ 215.38 4.19%
small-thing
Small Thing (ST) $ 0.002148 2.65%
orbs
Orbs (ORBS) $ 0.007109 0.61%
band-protocol
Band (BAND) $ 0.198733 0.86%
mango-markets
Mango (MNGO) $ 0.031340 4.36%
memecoin-2
Memecoin (MEME) $ 0.000550 7.57%
snowbank
Snowbank (SB) $ 218.76 1.35%
ardor
Ardor (ARDR) $ 0.034920 7.70%
bim-2
BIM (BIM) $ 1.16 8.38%
lovebit
LoveBit (LB) $ 0.000000 1.52%
kinetiq-markets-lst
Kinetiq Markets HYPE (KMHYPE) $ 34.89 1.88%
rocket-pool
Rocket Pool (RPL) $ 1.54 1.46%
savings-crvusd
Savings crvUSD (SCRVUSD) $ 1.07 1.31%
reental
Reental (RNT) $ 0.261285 1.96%
resupply-usd
Resupply USD (REUSD) $ 0.998181 0.05%
pumpbtc
pumpBTC (PUMPBTC) $ 76,077.00 2.54%
coti
COTI (COTI) $ 0.012008 0.28%
bora
BORA (BORA) $ 0.029660 5.25%
bridged-wrapped-steth-gnosis
Bridged Wrapped stETH (Gnosis) (WSTETH) $ 2,772.17 3.56%
hermez-network-token
Hermez Network (HEZ) $ 3.09 1.54%
haedal-staked-sui
Haedal Staked SUI (HASUI) $ 1.21 1.01%
bitget-wrapped-btc
Bitget Wrapped BTC (BGBTC) $ 65,719.00 2.64%
storx
StorX (SRX) $ 0.056164 0.53%
eni-bridged-usdt-eni
ENI Bridged USDT (ENI) (USDT) $ 1.00 0.48%
hashkey-ecopoints
HashKey Platform Token (HSK) $ 0.098806 0.30%
terrausd
TerraClassicUSD (USTC) $ 0.006116 2.46%
goplus-security
GoPlus Security (GPS) $ 0.007714 7.23%
binance-peg-bitcoin-cash
Binance-Peg Bitcoin Cash (BCH) $ 536.43 0.22%
status
Status (SNT) $ 0.008367 3.94%
aintivirus
AIntivirus (AINTI) $ 0.033732 0.00%
l2-standard-bridged-weth-optimism
L2 Standard Bridged WETH (Optimism) (WETH) $ 2,264.62 3.22%
tdccp
TDCCP (TDCCP) $ 0.052729 4.95%
bridged-wrapped-ether-starkgate
Bridged Ether (StarkGate) (ETH) $ 2,241.79 5.41%
verus-coin
Verus (VRSC) $ 0.416734 3.44%
singularry
Singularry (SINGULARRY) $ 0.033456 15.89%
book-of-meme
BOOK OF MEME (BOME) $ 0.000485 0.57%
pumpmeme
PumpMeme (PM) $ 1.04 2.09%
onfa
ONFA (OFT) $ 0.310197 0.07%
liquity-bold-2
BOLD (BOLD) $ 0.999606 0.02%
opengradient
OpenGradient (OPG) $ 0.174548 1.24%
openeden-open-dollar
OpenEden OpenDollar (USDO) $ 0.998622 0.07%
atoshi
Atoshi (ATOS) $ 0.036614 1.03%
starpower
Starpower (STAR) $ 0.177255 4.11%
xtusd
XT Stablecoin XTUSD (XTUSD) $ 0.999353 0.01%
orizon
Orizon (ORI) $ 57.92 0.25%
venom
Venom (VENOM) $ 0.014998 0.05%
dfdv-staked-sol
DFDV Staked SOL (DFDVSOL) $ 103.99 5.55%
hive
Hive (HIVE) $ 0.059389 2.58%
perle
Perle (PRL) $ 0.185725 8.48%
dogelon-mars
Dogelon Mars (ELON) $ 0.000000 4.34%
kobe-the-shiba-inu
Kobe the Shiba Inu (KOBE) $ 0.294114 16,936.27%
skale
SKALE (SKL) $ 0.005330 2.84%
hive_dollar
Hive Dollar (HBD) $ 0.981074 1.20%
metamask-usd
MetaMask USD (MUSD) $ 0.999764 0.02%
changenow
ChangeNOW (NOW) $ 0.386800 5.80%
ustbl-tokenized-u-s-treasury-bill
USTBL (USTBL) $ 1.06 0.04%
frax-share
Frax (prev. FXS) (FRAX) $ 0.339301 12.55%
iostoken
IOST (IOST) $ 0.000966 1.17%
renzo
Renzo (REZ) $ 0.003731 1.22%
whiteheart
Whiteheart (WHITE) $ 3,612.52 0.00%
nirvana-ana-2
Nirvana ANA (ANA) $ 3.93 1.51%
paxos-standard
Pax Dollar (USDP) $ 0.999503 0.06%
kujira
Kujira (KUJI) $ 0.026902 0.50%
baseline
Baseline (B) $ 2.54 6.94%
edu-coin
Open Campus (EDU) $ 0.041308 5.47%
neiro-3
Neiro (NEIRO) $ 0.000076 1.32%
spiko-digital-assets-cash-carry-fund-euro-share-class
Spiko Digital Assets Cash & Carry Fund - Euro Share Class (EURSPKCC) $ 1.16 0.28%
stargate-bridged-usdc
Stargate Bridged USDC (USDC.E) $ 0.999336 0.04%
auction
Bounce (AUCTION) $ 4.31 0.99%
bancor
Bancor Network (BNT) $ 0.295371 6.33%
dmt-nat
DMT-NAT (NAT) $ 0.000000 1.44%
proprietary-trading-network
Proprietary Trading Network (SN8) $ 6.91 7.33%
tokenised-gbp
Tokenised GBP (TGBP) $ 1.34 0.26%
bridged-nxpc
Bridged NXPC (NXPC) $ 0.381388 1.14%
pha
PHALA (PHA) $ 0.037848 3.46%
wrapped-cro
Wrapped CRO (WCRO) $ 0.083017 2.92%
capybobo
Capybobo (PYBOBO) $ 0.001019 0.26%
swftcoin
SWFTCOIN (SWFTC) $ 0.003163 5.05%
illuvium
Illuvium (ILV) $ 3.82 1.20%
espresso
Espresso (ESP) $ 0.060815 3.10%
bedrock-token
Bedrock (BR) $ 0.126449 13.54%
wiki-cat
Wiki Cat (WKC) $ 0.000000 0.76%
stepn
GMT (GMT) $ 0.010064 0.57%
noon-usn
Noon USN (USN) $ 0.999532 0.01%
waves
Waves (WAVES) $ 0.312107 3.66%
palladium-network
Palladium Network (PLLD) $ 0.619763 5.05%
binance-peg-litecoin
Binance-Peg Litecoin (LTC) $ 60.25 0.65%
stargate-finance
Stargate Finance (STG) $ 0.267101 10.40%
nkyc-token
NKYC Token (NKYC) $ 7.75 3.46%
tradable-latam-bnpl-sstn
Tradable LatAm BNPL SSTN (PC0000027) $ 1.00 0.00%
bridged-weth
Bridged WETH (WETH) $ 2,260.15 3.61%
chainflip
Chainflip (FLIP) $ 0.347011 7.24%
dacxi
Dacxi (DXI) $ 0.000421 1.18%
zedxion
Zedxion (ZEDXION) $ 0.415690 0.00%
constellation-labs
Constellation (DAG) $ 0.007975 2.50%
manifesting
Manifesting (MANIFEST) $ 0.034605 4.50%
constitutiondao
ConstitutionDAO (PEOPLE) $ 0.006111 0.20%
just-a-frog
just a frog (FROG) $ 0.030586 0.00%
b3
B3 (Base) (B3) $ 0.000653 5.91%
sweth
Swell Ethereum (SWETH) $ 2,521.55 3.25%
giggle-fund
Giggle Fund (GIGGLE) $ 30.40 0.92%
mezo-wrapped-btc
Mezo Wrapped BTC (BTC) $ 76,504.00 2.26%
ethereum-pow-iou
EthereumPoW (ETHW) $ 0.282344 3.38%
snek
Snek (SNEK) $ 0.000406 1.77%
avalanche-bridged-weth-avalanche
Avalanche Bridged WETH (Avalanche) (WETH) $ 2,248.92 4.08%
power-ledger
Powerledger (POWR) $ 0.057256 1.94%
apex-4
APEX (AP3X) $ 0.018324 2.38%
mass-vehicle-ledger
MVL (MVL) $ 0.001088 1.88%
metronome-synth-usd
Metronome Synth USD (MSUSD) $ 0.995386 0.02%
neet
Not in Employment, Education, or Training (NEET) $ 0.029750 6.24%
america-party-5
America Party (AMERICA) $ 0.000000 3.67%
across-protocol
Across Protocol (ACX) $ 0.042518 4.49%
seda-2
SEDA (SEDA) $ 0.040161 5.10%
alchemy-pay
Alchemy Pay (ACH) $ 0.006178 4.95%
islamic-coin
Islamic Coin (ISLM) $ 0.008230 3.60%
backed-cspx-core-s-p-500
Backed CSPX Core S&P 500 (BCSPX) $ 819.18 0.43%
woo-network
WOO (WOO) $ 0.015757 2.61%
mezo-usd
Mezo USD (MUSD) $ 1.01 0.07%
prize-protocol
Prize Protocol (PRIZE) $ 0.000661 5.60%
vaultbridge-bridged-usdt-katana
Vault Bridge Bridged USDT (Katana) (VBUSDT) $ 0.998263 0.18%
usdb
USDB (USDB) $ 0.994997 0.85%
ishares-silver-trust-ondo-tokenized-stock
iShares Silver Trust (Ondo Tokenized Stock) (SLVON) $ 66.48 2.54%
bridged-tether-linea
Linea Bridged USDT (Linea) (USDT) $ 0.999053 0.02%
safecoin
SAFEbit (SAFE) $ 0.077507 7.88%
nillion
Nillion (NIL) $ 0.062639 1.23%
vaultbridge-bridged-eth-katana
VaultBridge Bridged ETH (Katana) (VBETH) $ 2,263.34 3.75%
collect-on-fanable
Collect on Fanable (COLLECT) $ 0.054540 7.93%
deapcoin
DEAPCOIN (DEP) $ 0.001057 1.10%
zerobase
ZEROBASE (ZBT) $ 0.118470 2.61%
iexec-rlc
iExec RLC (RLC) $ 0.399377 3.00%
black-phoenix
Black Phoenix (BPX) $ 0.004995 0.00%
project-89
Project 89 (PROJECT89) $ 0.032983 19,244.35%
ark
ARK (ARK) $ 0.146159 2.45%
cyberconnect
CYBER (CYBER) $ 0.431623 1.39%
wrapped-aave-ethereum-weth
Wrapped Aave Ethereum WETH (WAETHWETH) $ 2,395.08 1.66%
apro
Apro (AT) $ 0.124487 3.95%
liquity-usd
Liquity USD (LUSD) $ 1.00 0.14%
uchain-2
UCHAIN (UCN) $ 285.95 4.20%
clearpool
Clearpool (CPOOL) $ 0.028449 0.99%
hyperlane
Hyperlane (HYPER) $ 0.083880 5.23%
binance-peg-dai
Binance-Peg DAI (DAI) $ 1.00 0.08%
infinifi-locked-iusd-1week
infiniFi Locked iUSD (1week) (LIUSD) $ 1.16 0.00%
carv
CARV (CARV) $ 0.047067 1.88%
uquid-coin
Uquid Coin (UQC) $ 2.80 0.07%
iota-2
iota (SN9) $ 6.54 11.70%
monerium-eur-money-2
Monerium EUR emoney (EURE) $ 1.16 0.28%
openai-republic-pre-ipo
OpenAI (Republic Pre-IPO) (PREOPAI) $ 949.55 1.03%
singularitynet
SingularityNET (AGIX) $ 0.113471 1.09%
amnis-aptos
Amnis Aptos (AMAPT) $ 1.03 14.40%
space-and-time
Space and Time (SXT) $ 0.010597 1.10%
altura-2
Altura Vault Tokens (AVLT) $ 1.08 0.02%
bitway
Bitway (BTW) $ 0.012459 3.73%
restaked-swell-eth
Restaked Swell ETH (RSWETH) $ 2,405.52 3.18%
cargox
CargoX (CXO) $ 0.163585 4.49%
auki-labs
Auki (AUKI) $ 0.006156 3.00%
bitcoin-hyper-5
Bitcoin Hyper (HYPER) $ 0.025199 12,225.36%
gigachad-2
Gigachad (GIGA) $ 0.002838 4.21%
ai-companions
AI Companions (AIC) $ 0.027215 0.79%
ong
Ontology Gas (ONG) $ 0.057502 2.58%
lcx
LCX (LCX) $ 0.028696 0.01%
victoria-vr
Victoria VR (VR) $ 0.001608 0.22%
steem
Steem (STEEM) $ 0.048979 0.58%
nasdaq-xstock
Nasdaq xStock (QQQX) $ 743.41 0.38%
harmony
Harmony (ONE) $ 0.001801 2.76%
atomone
AtomOne (ATONE) $ 0.199950 5.48%
san-chan-2
San Chan (SANCHAN) $ 0.029602 99,999.99%
bridged-wrapped-bitcoin-starkgate
Bridged Wrapped Bitcoin (StarkGate) (WBTC) $ 75,778.00 3.80%
dual
Dual (DUAL) $ 0.003537 7.40%
tokamak-network
Tokamak Network (TON) $ 0.430186 2.02%
wrapped-frax
Wrapped FRAX (WFRAX) $ 0.866605 8.25%
pythia
PYTHIA (PYTHIA) $ 0.026607 0.29%
kaio
KAIO (KAIO) $ 0.038999 0.76%
aergo
Aergo [OLD] (AERGO) $ 0.048026 4.51%
opinion
Opinion (OPN) $ 0.189123 65.70%
tesla-ondo-tokenized-stock
Tesla (Ondo Tokenized Stock) (TSLAON) $ 422.33 0.45%
aixbt
aixbt (AIXBT) $ 0.026588 2.41%
commonwealth-2
CommonWealth (CWU) $ 0.029288 16.63%
cronos-bridged-wbtc-cronos
Cronos Bridged WBTC (Cronos) (WBTC) $ 76,176.00 3.32%
hims-hers-health-ondo-tokenized-stock
Hims & Hers Health (Ondo Tokenized Stock) (HIMSON) $ 26.60 3.31%
secret
Secret (SCRT) $ 0.076826 0.06%
saakuru-labs
Saakuru (SKR) $ 0.000056 2.18%
strikecoin
StrikeX (STRX) $ 0.029778 0.96%
stargate-bridged-weth
Stargate Bridged WETH (WETH) $ 2,264.41 3.38%
gyroscope-gyd
Gyroscope GYD (GYD) $ 0.992463 0.00%
rosa-inu
Rosa Inu (ROSA) $ 0.000260 6.85%
monerium-eur-money
Monerium EUR emoney [OLD] (EURE) $ 1.16 0.33%
bucket-protocol-buck-stablecoin
Bucket Protocol BUCK Stablecoin (BUCK) $ 1.00 0.25%
nyc-token
NYC (NYC) $ 0.086384 0.02%
moonbirds
Moonbirds (BIRB) $ 0.090717 1.03%
predictions
Predictions (PRDT) $ 1.08 0.63%
wax
WAX (WAXP) $ 0.005597 2.53%
everipedia
IQ (IQ) $ 0.000980 2.18%
zelcash
Flux (FLUX) $ 0.062794 0.24%
gogopool-ggavax
Hypha Staked AVAX (STAVAX) $ 9.66 12.52%
liquity
Liquity (LQTY) $ 0.262045 2.70%
gxchain
GXChain (GXC) $ 0.342929 16.63%
midas-mhyper
Midas mHYPER (MHYPER) $ 1.10 0.00%
coreum
Coreum [OLD] (COREUM) $ 0.035648 7.03%
alphabet-class-a-ondo-tokenized-stock
Alphabet Class A (Ondo Tokenized Stock) (GOOGLON) $ 360.26 1.99%
ocean-protocol
Ocean Protocol (OCEAN) $ 0.127612 2.40%
nest-basis-vault
Nest Basis Vault (NBASIS) $ 1.06 0.00%
sai
Sai (SAI) $ 9.62 4.74%
brevis
Brevis (BREV) $ 0.101536 0.05%
goldfish-gold
Goldfish Gold (GGBR) $ 4.45 1.27%
lisk
Lisk (LSK) $ 0.108723 0.13%
euler
Euler (EUL) $ 1.05 21.56%
microstrategy-xstock
MicroStrategy xStock (MSTRX) $ 130.35 5.32%
na-capital-as-a-service-sstn
NA Capital-as-a-Service SSTN (PC0016245) $ 1.00 0.00%
dkargo
dKargo (DKA) $ 0.004996 1.71%
anoma
Anoma (XAN) $ 0.009998 9.43%
coinbase-wrapped-xrp
Coinbase Wrapped XRP (CBXRP) $ 1.59 1.42%
acurast
Acurast (ACU) $ 0.087818 1.22%
templar
τemplar (SN3) $ 5.39 7.39%
lista
Lista DAO (LISTA) $ 0.064824 1.84%
momentum-3
Momentum (MMT) $ 0.121134 1.61%
stratis
Xertra (STRAX) $ 0.011346 7.54%
metal
Metal DAO (MTL) $ 0.272073 0.47%
ronin-bridged-weth-ronin
Ronin Bridged WETH (Ronin) (WETH) $ 2,269.79 3.24%
alphabet-xstock
Alphabet xStock (GOOGLX) $ 360.71 1.87%
audius
Audius (AUDIO) $ 0.017245 1.42%
usd-coin-avalanche-bridged-usdc-e
Avalanche Bridged USDC (Avalanche) (USDC.E) $ 0.999655 0.13%
dogs-2
Dogs (DOGS) $ 0.000048 0.42%
x-dol-x
x-DOL-x (XDOL) $ 0.083519 0.92%
ston-2
STON (STON) $ 0.654226 2.10%
tokenlon
Tokenlon (LON) $ 0.197379 2.44%
spell-token
Spell (SPELL) $ 0.000142 2.28%
cartesi
Cartesi (CTSI) $ 0.026291 1.74%
sign-global
Sign (SIGN) $ 0.010551 2.57%
memetern
Memetern (MXT) $ 0.024148 0.00%
rserg
rsERG (RSERG) $ 0.362218 1.39%
blast
Blast (BLAST) $ 0.000383 4.55%
yield-guild-games
Yield Guild Games (YGG) $ 0.032010 6.74%
official-fo
Official FO (FO) $ 0.184206 6.42%
swarm-network
Swarm Network (TRUTH) $ 0.011376 2.77%
brla-digital-brla
BRLA Digital BRLA (BRLA) $ 0.197587 0.52%
milk-alliance
MiL.k (MLK) $ 0.042948 4.77%
zerebro
Zerebro (ZEREBRO) $ 0.023535 4.10%
ai-analysis-token
AI Analysis Token (AIAT) $ 0.212302 0.20%
a-hunters-dream
A Hunters Dream (CAW) $ 0.000000 10.46%
debox
DeBox (BOX) $ 0.045719 7.25%
sophon
Sophon (SOPH) $ 0.006757 5.06%
autonomi
Autonomi (ANT) $ 0.070367 0.27%
ibs-3
IBS (IBS) $ 24.54 29.05%
cobak-token
Cobak (CBK) $ 0.234189 1.26%
universal-eth
Universal ETH (UNIETH) $ 2,126.59 9.98%
hydradx
Hydration (HDX) $ 0.003910 2.70%
honey-3
Honey (HONEY) $ 0.997361 0.03%
olaxbt
OlaXBT (AIO) $ 0.100499 5.69%
jixiangma
吉祥马 (吉祥马) $ 0.045887 7.00%
compound-wrapped-btc
cWBTC (CWBTC) $ 1,534.90 2.99%
lorenzo-stbtc
Lorenzo stBTC (STBTC) $ 64,835.00 8.62%
corn-3
Corn (CORN) $ 0.043749 0.20%
sats-ordinals
SATS (Ordinals) (SATS) $ 0.000000 1.16%
electronic-usd
Electronic USD (EUSD) $ 0.998517 0.05%
g-token
Gravity (by Galxe) (G) $ 0.003182 2.12%
sapien-2
Sapien (SAPIEN) $ 0.091671 0.97%
zentry
Zentry (ZENT) $ 0.002940 0.75%
token-pocket
TokenPocket Token (TPT) $ 0.007022 0.20%
kyber-network-crystal
Kyber Network Crystal (KNC) $ 0.133920 0.26%
somnia
Somnia (SOMI) $ 0.142222 0.78%
ozapay
Ozapay (OZA) $ 0.030058 6.45%
strategic-oil-supply-2
Strategic Oil Supply (SOS) $ 0.000227 30.99%
trillions
Trillions (TRILLIONS) $ 0.022692 0.00%
binance-peg-zcash-token
Binance-Peg ZEC (ZEC) $ 280.89 3.03%
certik
Shentu (CTK) $ 0.143987 2.39%
lack-of-memes
Lack Of Memes (MEMELESS) $ 0.204830 15,616.49%
pinksale
PinkSale (PINKSALE) $ 225.40 0.47%
tornado-cash
Tornado Cash (TORN) $ 5.93 4.26%
catizen
Catizen (CATI) $ 0.049432 0.34%
metis-token
Metis (METIS) $ 3.02 0.36%
yield-basis
Yield Basis (YB) $ 0.108678 8.52%
sailout-royalty
SailOut Royalty (SAIL.R) $ 14.87 0.52%
gamebuild
GameBuild (GAME) $ 0.001162 3.41%
qkacoin
Qkacoin (QKA) $ 0.700019 0.58%
btu-protocol
BTU Protocol (BTU) $ 0.253034 0.00%
show-2
SHOW (SHOW) $ 0.839878 1.38%
folks
FOLKS (FOLKS) $ 1.32 3.16%
xtcom-token
XT.com (XT) $ 3.64 4.97%
novachargex-coin
NovaChargeX Coin (NCX) $ 0.183805 3.45%
wall-street-shiba
Wall Street Shiba (STIBA) $ 0.017362 1,263.07%
asset
REAL (ASSET) $ 0.195358 5.14%
nova-3
NOVA (SN68) $ 5.07 11.61%
chaingpt
ChainGPT (CGPT) $ 0.023657 0.01%
unit-00-rei
Rei (REI) $ 0.021869 5.62%
smooth-love-potion
Smooth Love Potion (SLP) $ 0.000601 1.47%
yei-finance
Yei Finance (CLO) $ 0.168331 23.52%
zest-protocol
Zest Protocol (ZEST) $ 0.148303 1.91%
citrea
Citrea (CTR) $ 0.018022 5.15%
restaking-vault-eth
Restaking Vault ETH (RSTETH) $ 3,335.41 0.00%
gama-token
Gama Token (GAMA) $ 0.215663 0.41%
ryze
Ryze (RYZE) $ 0.099842 1.98%
yieldfi-yprism
YieldFi yPRISM (YPRISM) $ 1.00 0.00%
bonfida
Bonfida (FIDA) $ 0.021671 2.85%
usual
Usual (USUAL) $ 0.012014 3.33%
usdh-2
USDH (USDH) $ 1.00 0.08%
the-grays-currency
The Grays Currency (PTGC) $ 0.000073 5.46%
gradients
Gradients (SN56) $ 4.70 6.55%
arcblock
Arcblock (ABT) $ 0.215095 6.14%
babyboomtoken
BabyBoomToken (BBT) $ 0.123845 1.83%
compounding-open-dollar
Compounding OpenDollar (CUSDO) $ 1.05 0.00%
gold-park
Gold Park (GPT) $ 0.005990 10.23%
civic
Civic (CVC) $ 0.026321 2.72%
checkmate-2
Checkmate (CHECK) $ 0.054617 0.24%
bsquared-network
BSquared Network (B2) $ 0.505540 1.50%
aevo-exchange
Aevo (AEVO) $ 0.022919 0.42%
hundred
HUNDRED (HUNDRED) $ 0.000232 0.99%
nusd
Synthetix sUSD (SUSD) $ 0.634037 3.94%
gaib-said
GAIB sAID (SAID) $ 1.07 0.00%
coindepo
COINDEPO (COINDEPO) $ 0.075834 0.02%
sui-bridged-ether-sui
Sui Bridged Ether (Sui) (SBETH) $ 2,265.08 3.37%
gaib-aid
GAIB AID (AID) $ 0.997571 0.05%
bitchemical-token
Bitchemical Token (BCHEM) $ 0.024369 0.00%
wrapped-bch
Wrapped BCH (WBCH) $ 572.66 0.00%
quai-network
Quai Network (QUAI) $ 0.020290 4.68%
vultisig
Vultisig (VULT) $ 0.202401 1.46%
cetus-protocol
Cetus Protocol (CETUS) $ 0.021653 1.19%
jpycoin
JPY Coin (JPYC) $ 0.006256 0.30%
strike-2
Strike (STRIKE) $ 1.13 8.54%
sui-bridged-usdt-sui
Sui Bridged USDT (Sui) (SBUSDT) $ 0.999014 0.00%
incrypt
Incrypt (INC) $ 0.003144 1.58%
binaryx
BinaryX [OLD] (BNX) $ 31.44 1.23%
decentralized-validator-token
Decentralized Validator Token (DVSTETH) $ 1,409.89 0.00%
bob-build-on-bitcoin
BOB (Build on Bitcoin) (BOB) $ 0.006726 0.56%
anime
Animecoin (ANIME) $ 0.003650 3.10%
geode-chain
Geode Chain (GEODE) $ 0.001717 1.53%
magic-internet-money-optimism
Magic Internet Money (Optimism) (MIM) $ 0.998394 0.02%
mira-3
Mira (MIRA) $ 0.071309 3.11%
aurora-near
Aurora (AURORA) $ 0.028305 0.85%
xpin-network
XPIN Network (XPIN) $ 0.001295 2.46%
ergo
Ergo (ERG) $ 0.240375 5.53%
socean-staked-sol
Sanctum Infinity (INF) $ 138.37 4.48%
xmaquina
XMAQUINA (DEUS) $ 0.039773 9.10%
researchcoin
ResearchCoin (RSC) $ 0.090127 15.75%
tether-rainbow-bridge
Rainbow Bridged USDT (Near) (USDT.E) $ 0.998573 0.05%
mev-capital-usual-boosted-usdc-morpho-vault
MEV Capital Usual Boosted USDC Morpho Vault (USUALUSDC+) $ 1.10 0.05%
xai-blockchain
Xai (XAI) $ 0.009705 1.94%
freysa-ai
Freysa AI (FAI) $ 0.002418 2.23%
naoris
Naoris Protocol (NAORIS) $ 0.033076 2.45%
big-time
Big Time (BIGTIME) $ 0.010421 2.89%
global-commercial-business
Global Commercial Business (GCB) $ 0.016419 0.52%
ink-bridged-weth-ink
Ink Bridged WETH (Ink) (WETH) $ 2,253.81 4.09%
adventure-gold
Adventure Gold (AGLD) $ 0.225312 5.05%
caldera
Caldera (ERA) $ 0.112128 2.88%
tx
tx (TX) $ 0.004503 3.22%
ishares-20-year-treasury-bond-etf-ondo-tokenized-etf
iShares 20+ Year Treasury Bond ETF (Ondo Tokenized ETF) (TLTON) $ 87.88 0.67%
elephant-money
Elephant Money (ELEPHANT) $ 0.000000 5.78%
flock-2
FLOCK (FLOCK) $ 0.050395 3.62%
pepeto
PEPETO (PEPETO) $ 0.168765 23,724.46%
quark-chain
QuarkChain (QKC) $ 0.002671 1.37%
chromaway
Chromia (CHR) $ 0.019792 1.72%
steakhouse-weth
Steakhouse WETH V2 (STEAKETH) $ 1,900.05 10.48%
pocket-network
Pocket Network (POKT) $ 0.009601 3.80%
kelp-gain
Kelp Gain (AGETH) $ 1,515.45 0.00%
elevatefi
ElevateFi (EFI) $ 19.24 0.34%
hippius
Hippius (SN75) $ 4.58 7.77%
songbird
Songbird (SGB) $ 0.001117 0.24%
astherus-staked-usdf
Aster Staked USDF (ASUSDF) $ 1.06 0.20%
medibloc
Medibloc (MED) $ 0.001792 0.58%
synfutures
SynFutures (F) $ 0.004667 1.15%
sui-bridged-wbtc-sui
Sui Bridged WBTC (Sui) (WBTC) $ 76,051.00 2.86%
l2-standard-bridged-weth-megaeth
L2 Standard Bridged WETH (MegaETH) (WETH) $ 2,110.88 8.47%
eclipse-3
Eclipse (ES) $ 0.127080 10.55%
my-paqman-coin
My Paqman Coin (MPC) $ 0.000002 3.18%
hyperbeat-usdt
Hyperbeat USDT (HBUSDT) $ 1.09 2.16%
max-token
MAX (MAX) $ 0.283836 0.93%
wink
WINkLink (WIN) $ 0.000019 0.39%
propy
Propy (PRO) $ 0.325141 3.65%
bridged-usd-coin-scroll
Bridged USD Coin (Scroll) (USDC) $ 0.998592 0.35%
qanplatform
QANplatform (QANX) $ 0.011066 1.68%
wrapped-xrp
Wrapped XRP (WXRP) $ 1.59 1.82%
backed-ib01-treasury-bond-0-1yr
Backed IB01 $ Treasury Bond 0-1yr (BIB01) $ 120.60 0.02%
jpy-coin
JPY Coin (JPYC) $ 0.007128 2.19%
definitive
Definitive (EDGE) $ 0.074261 3.21%
chex-token
Chintai (CHEX) $ 0.015076 0.40%
ankreth
Ankr Staked ETH (ANKRETH) $ 2,296.45 10.41%
unity-2
Unity (UTY) $ 0.999316 0.00%
konet
KONET (KONET) $ 0.041734 5.46%
nxusd
NXUSD (NXUSD) $ 0.984413 1.14%
prometeus
Prom (PROM) $ 1.03 1.72%
taiko
Taiko (TAIKO) $ 0.098410 2.96%
moonriver
Moonriver (MOVR) $ 1.55 1.50%
infinex-2
Infinex (INX) $ 0.009269 5.22%
magic
Treasure (MAGIC) $ 0.054829 1.80%
bit2me
Bit2Me (B2M) $ 0.006209 1.68%
bridged-usd-coin-optimism
Standard Bridged USDC.e (Optimism) (USDC.E) $ 1.00 0.14%
loopring
Loopring (LRC) $ 0.014714 0.97%
sentismai
SentismAI (SENTIS) $ 0.093382 4.90%
dia-data
DIA (DIA) $ 0.153463 2.04%
echelon-prime
Echelon Prime (PRIME) $ 0.290782 1.89%
usp-yield-optimized-stablecoin
USP Yield Optimized Stablecoin (USP) $ 1.10 0.11%
wrapped-btt-tron
Wrapped BTT (Tron) (WBTT) $ 0.001097 0.00%
utya
Utya (UTYA) $ 0.018117 13.88%
avalanche-old-bridged-wbtc-avalanche
Avalanche Bridged WBTC (Avalanche) (WBTC.E) $ 76,133.00 3.34%
re-protocol-reusde
Re Protocol reUSDe (REUSDE) $ 1.26 1.47%
oho-blockchain
OHO Blockchain (OHO) $ 0.000788 2.82%
chain-key-bitcoin
Chain-key Bitcoin (CKBTC) $ 76,338.00 2.42%
wojak-5
wojak (WOJAK) $ 0.000000 3.85%
bifrost
Bifrost (BFC) $ 0.012978 5.80%
glue
Wrapped Glue (WGLUE) $ 0.027749 0.38%
nym
Nym (NYM) $ 0.021553 1.50%
advertise-coin
Advertise Coin (ADCO) $ 0.401512 5.06%
rujira
Rujira (RUJI) $ 0.241544 1.80%
dodo
DODO (DODO) $ 0.017997 5.42%
ponke
PONKE (PONKE) $ 0.032333 3.77%
orderly-network
Orderly (ORDER) $ 0.046316 0.29%
mango-network
Mango Network (MGO) $ 0.011241 9.98%
metronome-synth-eth
Metronome Synth ETH (MSETH) $ 2,253.52 3.51%
oracle-ondo-tokenized-stock
Oracle (Ondo Tokenized Stock) (ORCLON) $ 229.99 6.36%
hippo-protocol
Hippo Protocol (HP) $ 0.012943 0.05%
spiko-uk-t-bills-money-market-fund
Spiko UK T-Bills Money Market Fund (UKTBL) $ 1.37 0.38%
coin98
Coin98 (C98) $ 0.017696 0.74%
dovu-2
DOVU (DOVU) $ 0.001764 0.56%
handy
Handy (HANDY) $ 0.002673 0.17%
velodrome-finance
Velodrome Finance (VELO) $ 0.014754 0.75%
jpyc
JPY Coin v1 (JPYC) $ 0.007019 1.89%
tcy
THORChain Yield (TCY) $ 0.095126 0.80%
wrapped-sei
Wrapped SEI (WSEI) $ 0.086761 1.63%
hunt-token
Hunt (HUNT) $ 0.088134 4.58%
lagrange
Lagrange (LA) $ 0.090859 9.51%
resolv-rlp
Resolv Liquidity Provider Token (RLP) $ 0.649677 0.70%
tera-smart-money
TERA (TERA) $ 0.019917 0.00%
talus
Talus (US) $ 0.013699 25.44%
wmatic
Wrapped POL (WPOL) $ 0.109033 3.55%
pumpcade
PUMPCADE (PUMPCADE) $ 0.017433 12.90%
royal-euro
Royal Euro (REUR) $ 1.16 0.34%
portal-2
Portal (PORTAL) $ 0.021738 11.04%
delysium
Delysium (AGI) $ 0.006820 4.02%
faith-tribe
Faith Tribe (FTRB) $ 0.005254 0.17%
energy-web-token
Energy Web Token (EWT) $ 0.285568 3.78%
tokenbot-2
tokenbot (CLANKER) $ 17.42 3.31%
wrapped-nxm
Wrapped NXM (WNXM) $ 56.46 3.16%
abey
Abey (ABEY) $ 0.016266 0.43%
kernel-2
KernelDAO (KERNEL) $ 0.059271 1.98%
moonwell-artemis
Moonwell (WELL) $ 0.003823 0.05%
saucerswap
SaucerSwap (SAUCE) $ 0.018685 2.57%
tree-capital
Tree (TREE) $ 0.167143 0.09%
morpheusai
Morpheus AI (MOR) $ 2.22 0.35%
degate
DeGate (DG) $ 0.043386 1.40%
hylo-staked-sol
Hylo Staked SOL (HYLOSOL) $ 101.87 5.33%
boundless
Boundless (ZKC) $ 0.057882 3.58%
wrapped-zedxion
Wrapped Zedxion (WZEDX) $ 0.419166 0.00%
ishares-core-msci-eafe-etf-ondo-tokenized-etf
iShares Core MSCI EAFE ETF (Ondo Tokenized ETF) (IEFAON) $ 99.02 0.43%
zksync-bridged-usdc-zksync
zkSync Bridged USDC (zkSync) (USDC) $ 0.999696 0.00%
apertum
Apertum (APTM) $ 0.171310 1.12%
yield-optimizer-eth
Yield Optimizer ETH (YOETH) $ 2,047.23 10.25%
intel-ondo-tokenized-stock
Intel (Ondo Tokenized Stock) (INTCON) $ 112.01 3.87%
wrapped-quil
Wrapped QUIL (QUIL) $ 0.016300 7.45%
pippin
pippin (PIPPIN) $ 0.016557 5.55%
zcoin
Firo (FIRO) $ 0.886011 0.43%
adshares
Adshares (ADS) $ 0.426899 2.35%
trusta-ai
Trusta AI (TA) $ 0.091920 9.46%
gunz
Gunz (GUN) $ 0.007248 3.95%
based-one
Based (BASED) $ 0.069910 4.29%
spacex-republic-pre-ipo
SpaceX (Republic Pre-IPO) (PRESPCX) $ 172.99 0.91%
dolphin-2
Dolphin (POD) $ 0.292756 25.88%
biconomy
Biconomy (BICO) $ 0.022694 0.88%
unicorn-fart-dust
Unicorn Fart Dust (UFD) $ 0.016167 9.56%
ethlend
Aave [OLD] (LEND) $ 0.448229 0.44%
ridges-ai
Ridges AI (SN62) $ 3.45 10.76%
metamui
MetaMUI (MMUI) $ 0.033828 0.27%
moviebloc
MovieBloc (MBL) $ 0.000829 1.08%
microsoft-ondo-tokenized-stock
Microsoft (Ondo Tokenized Stock) (MSFTON) $ 426.24 4.27%
linea-bridged-wsteth-linea
Linea Bridged wstETH (Linea) (WSTETH) $ 2,773.99 3.49%
celo-dollar
Mento Dollar (USDM) $ 0.999825 0.03%
qie
QIE Blockchain (QIE) $ 0.188479 0.39%
striker
Striker (STKRI) $ 0.303014 0.03%
injective-bridged-usdt-injective
Injective Bridged USDT (Injective) (USDT) $ 0.998576 0.04%
riv-coin
RIV Coin (RIV) $ 0.010840 4.88%
electroneum
Electroneum (ETN) $ 0.000885 0.64%
araracoin
Araracoin (ARARA) $ 0.000437 0.08%
epic-chain
Epic Chain (EPIC) $ 0.468580 19.96%
solayer
Solayer (LAYER) $ 0.075112 3.27%
stbl
STBL (STBL) $ 0.031333 1.43%
chinese-oil-asset-reserve
Chinese Oil Asset Reserve (COAR) $ 0.015619 0.00%
capx-ai
Capx AI (CAPX) $ 0.152698 0.69%
goatseus-maximus
Goatseus Maximus (GOAT) $ 0.015613 0.40%
binance-peg-polkadot
Binance-Peg Polkadot (DOT) $ 1.52 1.18%
spacecoin-2
Spacecoin (SPACE) $ 0.007275 12.52%
miladystrategy
MiladyStrategy (MLDSTR) $ 0.014838 224.02%
codatta
Codatta (XNY) $ 0.006235 4.37%
compound-basic-attention-token
cBAT (CBAT) $ 0.002291 9.22%
bluwhale
Bluwhale (BLUAI) $ 0.012656 3.60%
aquarius
Aquarius (AQUA) $ 0.000433 0.26%
katana-network-token
Katana (KAT) $ 0.006607 2.14%
concierge-io
AVA (Travala) (AVA) $ 0.210312 0.85%
zeus-netwok-zbtc
Zeus Network zBTC (ZBTC) $ 65,312.00 9.98%
looped-hype
Looped Hype (LHYPE) $ 73.69 0.27%
power-protocol
Power Protocol (POWER) $ 0.073204 9.78%
wrapped-bitcoin-pulsechain
Wrapped Bitcoin (PulseChain) (WBTC) $ 154.84 3.42%
doodles
Doodles (DOOD) $ 0.001961 4.88%
marsmi
MarsMi (MARSMI) $ 0.015253 4.95%
l2-standard-bridged-usdt-base
L2 Standard Bridged USDT (Base) (USDT) $ 0.998486 0.02%
dora-2
DORA (DORA) $ 0.015250 0.03%
openkaito
OpenKaito (SN5) $ 4.09 7.50%
metadium
Metadium (META) $ 0.008744 4.29%
ini
INI (INI) $ 0.017026 1.82%
mantle-bridged-usdc-mantle
Mantle Bridged USDC (Mantle) (USDC) $ 1.01 0.57%
humidifi
HumidiFi (WET) $ 0.065922 5.01%
joe
JOE (JOE) $ 0.037408 1.56%
fluent-network
Fluent (BLEND) $ 0.075297 7.32%
huobi-token
Huobi (HT) $ 0.137110 0.32%
mu-digital-mubond
Mu Digital muBOND (MUBOND) $ 1.05 0.01%
kpk-eth-prime
kpk ETH Prime (KPK ETH PR) $ 2,040.95 0.30%
okzoo
OKZOO (AIOT) $ 0.056960 4.84%
superform
Superform (UP) $ 0.079067 3.37%
xsgd
XSGD (XSGD) $ 0.780358 0.20%
chainbase
Chainbase (C) $ 0.093907 4.08%
kishu-inu
Kishu Inu (KISHU) $ 0.000000 6.44%
vaultbridge-bridged-usdc-katana
VaultBridge Bridged USDC (Katana) (VBUSDC) $ 0.998812 0.29%
bertram-the-pomeranian
Bertram The Pomeranian (BERT) $ 0.015220 11.35%
alchemix-usd
Alchemix USD (ALUSD) $ 0.995922 0.11%
orochi-network
Orochi Network (ON) $ 0.103251 4.73%
fart-coin
FART COIN (FRTC) $ 0.000000 0.00%
roll-2
ROLL (ROLL) $ 0.095610 10.45%
lorenzo-protocol
Lorenzo Protocol (BANK) $ 0.034791 2.06%
fulcrom
Fulcrom (FUL) $ 0.000889 3.50%
test-3
Test (TST) $ 0.015719 6.49%
bonk-staked-sol
Bonk Staked SOL (BONKSOL) $ 114.92 4.60%
usdm-2
USDM (USDM) $ 1.00 0.33%
gnosis-xdai-bridged-usdc-gnosis
Gnosis xDAI Bridged USDC (Gnosis) (USDC) $ 0.999695 0.00%
aos-2
τaos (SN79) $ 3.69 1.92%
celer-network
Celer Network (CELR) $ 0.002607 3.44%
yield-optimizer-usd
Yield Optimizer USD (YOUSD) $ 1.05 0.01%
harmony-horizen-bridged-usdc-harmony
Harmony Horizon Bridged USDC (Harmony) (1USDC) $ 0.999698 0.00%
hegic
Hegic (HEGIC) $ 0.013459 7.21%
fluid-wrapped-ether
Fluid Wrapped Ether (FWETH) $ 4,040.26 0.00%
solidus-aitech
AITECH Cloud Network (ACN) $ 0.008104 2.19%
h2o-2
H2O (H2O) $ 6.14 2.86%
sceptre-staked-flr
Sceptre Staked FLR (SFLR) $ 0.017776 0.35%
verified-emeralds
Verified Emeralds (VEREM) $ 5.77 2.15%
wemix-dollar
WEMIX Dollar (WEMIX$) $ 0.991250 0.93%
ishares-core-us-aggregate-bond-etf-ondo-tokenized-etf
iShares Core US Aggregate Bond ETF (Ondo Tokenized ETF) (AGGON) $ 101.40 0.12%
mey-network
Mey Network (MEY) $ 0.053660 1.61%
harrypotterobamasonic10in
HarryPotterObamaSonic10Inu (ETH) (BITCOIN) $ 0.014312 10.91%
staked-usn
Staked USN (SUSN) $ 1.16 0.09%
cdai
cDAI (CDAI) $ 0.025036 0.06%
avail
Avail (AVAIL) $ 0.003705 5.21%
radix
Radix (XRD) $ 0.001044 2.37%
wrapped-xpl
Wrapped XPL (WXPL) $ 0.097847 4.93%
lumia
Lumia (LUMIA) $ 0.100976 2.14%
steakhouse-usdt
Steakhouse USDT V2 (STEAKUSDT) $ 1.00 0.07%
enso
Enso (ENSO) $ 0.675718 0.01%
marlin
Marlin (POND) $ 0.001668 0.40%
hakimi
哈基米 (Hajimi) (哈基米) $ 0.013910 2.32%
sideshift-token
SideShift (XAI) $ 0.086785 3.29%
banana-gun
Banana Gun (BANANA) $ 3.45 0.36%
polygon-bridged-wsteth-polygon
Polygon Bridged wstETH (Polygon) (WSTETH) $ 2,772.84 3.57%
apple-ondo-tokenized-stock
Apple (Ondo Tokenized Stock) (AAPLON) $ 310.58 0.59%
makerdao-arbitrum-bridged-dai-arbitrum-one
MakerDAO Arbitrum Bridged DAI (Arbitrum One) (DAI) $ 0.999898 0.02%
egl1
EGL1 (EGL1) $ 0.014326 4.58%
newton-protocol
Newton Protocol (NEWT) $ 0.063863 1.43%
coinmarketcap-20-index-dtf
CoinMarketCap 20 Index DTF (CMC20) $ 134.24 3.08%
blockv
BLOCKv (VEE) $ 0.006997 9.30%
wrapped-tao
Wrapped TAO (WTAO) $ 195.98 1.43%
stader-maticx
Stader MaticX (MATICX) $ 0.111224 10.73%
streamex-gldy
Streamex GLDY (GLDY) $ 4,445.02 1.07%
ready
Ready Cards (READY) $ 0.013528 3.05%
arm-holdings-plc-ondo-tokenized-stock
Arm Holdings plc (Ondo Tokenized Stock) (ARMON) $ 395.49 3.80%
capybara-nation
Capybara Nation (BARA) $ 0.000000 1.76%
funfair
FUNToken (FUN) $ 0.001278 5.67%
theros
Theros (THEROS) $ 0.209326 5.91%
origin-protocol
Origin Token (OGN) $ 0.020287 1.80%
esui-dollar
eSui Dollar (SUIUSDE) $ 0.999742 0.07%
infinity-ground
Infinity Ground (AIN) $ 0.072601 2.14%
hylo-usd
Hylo USD (HYUSD) $ 1.00 0.01%
dolomite
Dolomite (DOLO) $ 0.027488 1.40%
lucidum
Lucidum (LUCIC) $ 0.081540 5.12%
sompi
Sompi (SOMPI) $ 0.014043 5.75%
limitless-3
Limitless (LMTS) $ 0.101322 6.01%
space-id
SPACE ID (ID) $ 0.031086 1.19%
stakestone
StakeStone (STO) $ 0.060003 3.27%
croatian-ff-fan-token
Croatian Football Federation Token (VATRENI) $ 1.31 2.19%
sdola
sDOLA (SDOLA) $ 1.16 1.56%
yfsx
YFSX (YFSX) $ 658.58 4.99%
pdd-holdings-ondo-tokenized
PDD Holdings (Ondo Tokenized) (PDDON) $ 85.10 4.48%
osaka-protocol
Osaka Protocol (OSAK) $ 0.000000 21.01%
shardus
Shardus (ULT) $ 0.029803 3.52%
initia
Initia (INIT) $ 0.066494 0.57%
ao-computer
ao Computer (AO) $ 2.12 9.07%
diam
DIAM (DIAM) $ 0.006596 0.19%
storj
Storj (STORJ) $ 0.090665 1.87%
bitmind
BitMind (SN34) $ 2.89 6.95%
ishares-gold-trust-ondo-tokenized-stock
iShares Gold Trust (Ondo Tokenized Stock) (IAUON) $ 83.47 0.62%
proton-loan
Loan Protocol (LOAN) $ 0.000393 1.59%
fartboy
Fartboy ($FARTBOY) $ 0.012963 4.85%
amd-ondo-tokenized-stock
AMD (Ondo Tokenized Stock) (AMDON) $ 531.47 3.59%
coinmetro
Coinmetro (XCM) $ 0.042783 0.42%
hyperbeat-lst-vault
Hyperbeat LST Vault (LSTHYPE) $ 34.40 2.76%
avici
Avici (AVICI) $ 0.996706 2.49%
vestra-dao
Vestra DAO (VSTR) $ 0.007683 5.77%
diamond-token-2
DIAMOND TOKEN 💎 (DIT) $ 0.128493 0.28%
gods-unchained
Gods Unchained (GODS) $ 0.032595 1.84%
etherfuse-ustry
Etherfuse USTRY (USTRY) $ 1.07 0.77%
vine
Vine (VINE) $ 0.012830 7.20%
elsa
Elsa (ELSA) $ 0.056175 5.16%
pepecoin-network
Pepecoin (PEP) $ 0.000124 1.82%
alethea-artificial-liquid-intelligence-token
Artificial Liquid Intelligence (ALI) $ 0.001359 7.49%
aura-on-sol
aura (AURA) $ 0.013193 4.27%
stablr-usd
StablR USD (USDR) $ 0.604155 0.03%
binance-peg-avalanche
Binance-Peg Avalanche (AVAX) $ 10.05 0.75%
moonbeam
Moonbeam (GLMR) $ 0.010838 0.78%
bitcoin-diamond
Bitcoin Diamond (BCD) $ 0.061182 0.00%
gvnr
GVNR (GVNR) $ 0.798569 0.03%
og-fan-token
OG Fan Token (OG) $ 2.68 2.06%
usd-coinvertible
USD CoinVertible (USDCV) $ 0.999208 0.07%
sofi-technologies-ondo-tokenized-stock
SoFi Technologies (Ondo Tokenized Stock) (SOFION) $ 16.64 6.83%
ishares-core-s-p-total-us-stock-market-etf-ondo-tokenized-etf
iShares Core S&P Total US Stock Market ETF (Ondo Tokenized ETF) (ITOTON) $ 166.87 0.27%
bone-shibaswap
Bone ShibaSwap (BONE) $ 0.050301 3.01%
rocksolid-reth
RockSolid rETH (ROCK.RETH) $ 2,454.73 9.96%
toescoin
TOESCOIN (TOES) $ 0.012604 8.45%
vcred
VCRED (VCRED) $ 0.996538 0.00%
slash-vision-labs
Slash Vision Labs (SVL) $ 0.007302 1.56%
corgiai
CorgiAI (CORGIAI) $ 0.000035 0.43%
zkpass
zkPass (ZKP) $ 0.062376 1.67%
czs-dog
CZ's Dog (BROCCOLI) $ 0.012917 2.17%
nineteen-ai
Blockmachine (SN19) $ 2.87 7.38%
superwalk
SuperWalk GRND (GRND) $ 0.017595 1.14%
cortex-2
Cortex (CX) $ 0.009161 0.00%
tribe-2
Tribe (TRIBE) $ 0.329823 1.25%
santos-fc-fan-token
Santos FC Fan Token (SANTOS) $ 0.774051 5.76%
nest-blackopal-liquidstone-ii-vault
Nest BlackOpal LiquidStone II Vault (NOPAL) $ 1.06 0.03%
mwx-token
MWX Token (MWXT) $ 0.066278 2.58%
tether-avalanche-bridged-usdt-e
Avalanche Bridged USDT (Avalanche) (USDTE) $ 0.999217 0.01%
wom-token
WOM Protocol (WOM) $ 0.051927 0.00%
buttcoin-7
Buttcoin (BUTTCOIN) $ 0.012487 6.35%
everscale
Everscale (EVER) $ 0.006081 34.07%
cacao
Maya Protocol (CACAO) $ 0.122218 1.60%
ix-swap
IXS (IXS) $ 0.068152 3.83%
keep-network
Keep Network (KEEP) $ 0.022282 1.36%
gains-network
Gains Network (GNS) $ 0.509225 2.08%
torch-of-liberty
Torch of Liberty (LIBERTY) $ 0.012197 4.23%
firmachain
Firmachain (FCT) $ 0.010309 1.05%
sandisk-ondo-tokenized
SanDisk (Ondo Tokenized) (SNDKON) $ 1,788.16 3.27%
superrare
SuperRare (RARE) $ 0.014824 2.10%
hopr
HOPR (HOPR) $ 0.018194 1.20%
polyswarm
PolySwarm (NCT) $ 0.006419 4.21%
medxt
MEDXT (MEDXT) $ 0.000582 2.10%
rootstock
Rootstock Bitcoin (RBTC) $ 75,199.00 3.34%
stader-bnbx
Stader BNBx (BNBX) $ 689.31 10.53%
tensor
Tensor (TNSR) $ 0.036153 0.87%
layer3
Layer3 (L3) $ 0.007653 1.31%
recall
Recall (RECALL) $ 0.047272 2.71%
sonic-svm
Sonic SVM (SONIC) $ 0.033249 2.06%
hydrated-dollar
Hydrated Dollar (HOLLAR) $ 0.995185 0.14%
rss3
RSS3 (RSS3) $ 0.007847 2.03%
steam-exchange
Wrapped STEAMX (WSTEAMX) $ 0.060932 0.92%
boba-network
Boba Network (BOBA) $ 0.023891 0.08%
gigadot
GIGADOT (GDOT) $ 1.27 11.45%
taohash
Cacheon (SN14) $ 2.86 6.26%
yusd-stablecoin
YUSD Stablecoin (YUSD) $ 0.995408 0.01%
diamond-launch
Diverge Loop (DLC) $ 0.013213 2.59%
wrapped-core
Wrapped CORE (WCORE) $ 0.085938 2.59%
radicle
Radworks (RAD) $ 0.235306 2.28%
alpha-quark-token
Alpha Quark (AQT) $ 0.436597 0.60%
usdc-rainbow-bridge
Rainbow Bridged USDC (Near) (USDC.E) $ 0.999337 0.08%
avalaunch
Avalaunch (XAVA) $ 0.274205 0.32%
altdeer
ALTDeer (ALT) $ 0.022381 3.78%
microstrategy-ondo-tokenized-stock
MicroStrategy (Ondo Tokenized Stock) (MSTRON) $ 130.43 5.24%
smardex
SMARDEX (SDEX) $ 0.001184 0.27%
my-neighbor-alice
My Neighbor Alice (ALICE) $ 0.117043 0.08%
fuzzybear
Fuzzybear (FUZZY) $ 0.000038 0.00%
wormhole-bridged-weth-monad
Wormhole Bridged WETH (Monad) (WETH) $ 2,255.57 3.95%
paris-saint-germain-fan-token
Paris Saint-Germain Fan Token (PSG) $ 0.721434 5.75%
simon-s-cat
Simon's Cat (CAT) $ 0.000002 3.86%
andy70b
ANDY70B (ANDY70B) $ 0.011970 0.00%
maverick-protocol
Maverick Protocol (MAV) $ 0.012466 0.60%
metaplex
Metaplex (MPLX) $ 0.022440 3.90%
neural3d
Zipcode (SN46) $ 2.72 10.63%
mimatic
MAI (MIMATIC) $ 0.970824 0.01%
unit-fartcoin
Unit Fartcoin (UFART) $ 0.143152 2.11%
arcane-2
Arcane (ARCANE) $ 0.013454 6.05%
farcana
FAR Labs (FAR) $ 0.002349 0.02%
mezo
MEZO (MEZO) $ 0.022750 3.43%
mubarak
Mubarak (MUBARAK) $ 0.011417 0.83%
worldwide-usd
Worldwide USD (WUSD) $ 0.997154 0.05%
ishares-tips-bond-etf-ondo-tokenized-etf
iShares TIPS Bond ETF (Ondo Tokenized ETF) (TIPON) $ 112.82 0.08%
data-ownership-protocol-2
Data Ownership Protocol 2 (DOP2) $ 0.001853 7.17%
hypurr-fun
Hypurr Fun (HFUN) $ 11.36 1.22%
georgeplaysclashroyale
GeorgePlaysClashRoyale (CLASH) $ 0.011250 3.39%
taiwan-semiconductor-manufacturing-ondo-tokenized-stock
Taiwan Semiconductor Manufacturing (Ondo Tokenized Stock) (TSMON) $ 440.24 1.44%
drift-protocol
Drift Protocol (DRIFT) $ 0.018280 5.02%
goldfinch
Goldfinch (GFI) $ 0.119443 3.22%
stader
Stader (SD) $ 0.155088 2.63%
wanchain
Wanchain (WAN) $ 0.055918 3.89%
stake-link
stake.link (SDL) $ 0.185536 2.54%
ninja-squad
Ninja Squad Token (NST) $ 1.28 0.60%
ishares-msci-eafe-etf-ondo-tokenized-etf
iShares MSCI EAFE ETF (Ondo Tokenized ETF) (EFAON) $ 106.07 0.08%
beincom
Beincom (BIC) $ 0.005017 4.78%
endurance
Fusionist (ACE) $ 0.112863 2.41%
intuition
Intuition (TRUST) $ 0.061512 0.47%
thena
Thena (THE) $ 0.083795 2.31%
yellow
Yellow (YELLOW) $ 0.056824 0.33%
localcoinswap
LocalCoinSwap (LCS) $ 0.287206 0.11%
qubetics
Qubetics (TICS) $ 0.045129 11.88%
squirrel-by
Squirrel By 𝓜𝓪𝓽𝓽 𝓕𝓾𝓻𝓲𝓮 (SQUIRREL) $ 0.101802 0.00%
yieldfi-ytoken
YieldFi yToken (YUSD) $ 0.998454 0.00%
marcopolo
MAP Protocol (MAPO) $ 0.001742 4.27%
particle-network
Particle Network (PARTI) $ 0.046302 12.71%
dinero-2
Dinero (DINERO) $ 0.012796 0.05%
moolah
Moolah (MOOLAH) $ 0.010749 3.92%
scout-protocol-token
Scout Protocol Token (DEV) $ 0.021863 0.00%
pentagon-chain
Pentagon Chain (PC) $ 44.43 3.50%
youves-uusd
Youves uUSD (UUSD) $ 0.928790 0.80%
monji
monji (MONJI) $ 0.010565 46.97%
benqi
BENQI (QI) $ 0.001485 0.15%
marinade
Marinade (MNDE) $ 0.019520 1.74%
act-i-the-ai-prophecy
Act I The AI Prophecy (ACT) $ 0.011258 0.34%
mossland
Mossland (MOC) $ 0.023526 1.16%
ember-third-eye
Ember Third Eye (ETHIRD) $ 1.04 0.37%
felysyum
Felysyum (FELY) $ 0.240893 2.72%
thunder-token
ThunderCore (TT) $ 0.000771 1.50%
hamster-kombat
Hamster Kombat (HMSTR) $ 0.000163 2.18%
nest-alpha-vault-lp
Nest Alpha Vault (LP) (INALPHA) $ 0.954200 0.00%
midas-mre7yield
Midas mRe7YIELD (MRE7YIELD) $ 1.07 0.00%
cronos-zkevm-cro
Cronos zkEVM CRO (ZKCRO) $ 0.079110 12.75%
ishares-core-msci-emerging-markets-etf-ondo-tokenized-etf
iShares Core MSCI Emerging Markets ETF (Ondo Tokenized ETF) (IEMGON) $ 86.08 0.45%
layerzero-bridged-usdc-etherlink
Etherlink Bridged USDC (Etherlink) (USDC) $ 0.999617 0.01%
bouncebit
BounceBit (BB) $ 0.025394 2.50%
botanix-pegged-bitcoin
Botanix Pegged Bitcoin (PBTC) $ 76,189.00 3.43%
hivemapper
Hivemapper (HONEY) $ 0.001782 0.28%
mitosis
Mitosis (MITO) $ 0.029339 4.84%
eitherway
Eitherway (EITHER) $ 0.103426 3.34%
404-gen
404—GEN (SN17) $ 2.15 15.72%
tokenfi
TokenFi (TOKEN) $ 0.002722 2.07%
elysia
ELYSIA (EL) $ 0.001495 3.76%
vulcan-forged
Vulcan Forged (PYR) $ 0.224939 1.54%
dymension
Dymension (DYM) $ 0.018996 2.04%
wazirx
WazirX (WRX) $ 0.022233 0.66%
avalon-2
Avalon (AVL) $ 0.032382 0.66%
compound-usd-coin
Compound USDC (CUSDC) $ 0.025317 0.04%
defi-ssi
DEFI.ssi (DEFI.SSI) $ 0.397784 1.58%
bald
Bald (BALD) $ 0.010135 5.26%
wilder-world
Wilder World (WILD) $ 0.021083 1.60%
asteroid-the-space-shiba-inu
Asteroid The Space Shiba Inu (ASTEROID) $ 0.010083 15.41%
ccip-bridged-usdc-ronin
CCIP Bridged USDC (Ronin) (USDC) $ 1.00 0.05%
freedom-dollar
Freedom Dollar (FUSD) $ 0.998500 0.08%
anzens-usda
Anzens USDA (USDA) $ 1.00 0.21%
sanctum-2
Cloud (CLOUD) $ 0.017429 2.88%
solayer-staked-sol
Solayer Staked SOL (SSOL) $ 112.14 4.30%
openeden
OpenEden (EDEN) $ 0.053210 21.67%
wrapped-songbird
Wrapped Songbird (WSGB) $ 0.001874 0.39%
gauntlet-usdt-balanced
Gauntlet USDT Balanced (GTUSDTB) $ 1.00 0.08%
defi-money
Defi.money (MONEY) $ 1.00 0.97%
backed-govies-0-6-months-euro
Backed GOVIES 0-6 months EURO (BC3M) $ 146.33 0.28%
gnosis-xdai-bridged-weth-gnosis-chain
Gnosis xDai Bridged WETH (Gnosis Chain) (WETH) $ 2,261.26 3.63%
eusd-2
eUSD (EUSD) $ 0.999723 0.00%
omega-labs
OMEGA Labs (SN24) $ 2.17 13.95%
binance-peg-filecoin
Binance-Peg Filecoin (FIL) $ 1.08 0.38%
kled-ai
Kled AI (KLED) $ 0.009876 10.71%
bxn
BXN (BXN) $ 0.000623 2.79%
aave-usdc-sonic
Aave USDC (Sonic) (ASONUSDC) $ 0.999549 0.01%
daku-v2
Daku V2 (DAKU) $ 0.016480 4.90%
liquid-hype-yield
Liquid HYPE Yield (LIQUIDHYPE) $ 35.23 3.53%
alpha-trader-exchange-atx
Quantum Innovate (SN63) $ 2.25 1.34%
football-fun
Sport.fun (FUN) $ 0.055932 4.51%
hashflow
Hashflow (HFT) $ 0.012116 5.68%
assemble-protocol
Assemble AI (ASM) $ 0.006468 0.13%
ellipsis
Ellipsis [OLD] (EPS) $ 0.014079 6.05%
omnibridge-bridged-zcash-solana
OmniBridge Bridged Zcash (Solana) (ZEC) $ 279.96 3.31%
netx
NetX (NETX) $ 0.434288 3.63%
spiko-digital-assets-cash-carry-fund
Spiko Digital Assets Cash & Carry Fund (SPKCC) $ 1.02 0.02%
rupiah-token
Rupiah Token (IDRT) $ 0.000056 2.20%
usualx
USUALx (USUALX) $ 0.021116 1.88%
apex-5
Apex (SN1) $ 2.21 7.42%
yneth-max
ynETH MAX (YNETHX) $ 2,018.64 10.14%
clash-of-lilliput
Clash of Lilliput (COL) $ 0.119138 2.45%
elastos
Elastos (ELA) $ 0.422803 2.82%
bridged-usdc-gnosis
Gnosis xDAI Bridged USDC (Gnosis) (USDC.E) $ 1.00 0.22%
gitlawb
Gitlawb (GITLAWB) $ 0.000097 11.61%
synapse-2
Synapse (SYN) $ 0.044254 1.05%
staked-yuzu-usd
Staked Yuzu USD (SYZUSD) $ 0.998695 0.04%
lava-network
Lava Network (LAVA) $ 0.018287 3.62%
ishares-russell-1000-growth-etf-ondo-tokenized-etf
iShares Russell 1000 Growth ETF (Ondo Tokenized ETF) (IWFON) $ 508.60 0.65%
achain
Achain (ACT) $ 0.011232 0.61%
tg-casino
TG.Casino (TGC) $ 0.125239 4.04%
ostrich
Ostrich (RICH) $ 0.181895 0.00%
redbelly-network-token
Redbelly Network (RBNT) $ 0.003633 1.37%
hyperion-staked-aptos
Hyperion Staked Aptos (STAPT) $ 1.51 0.15%
supra
Supra (SUPRA) $ 0.000330 2.09%
alchemix
Alchemix (ALCX) $ 3.79 5.89%
connect-token-wct
WalletConnect Token (WCT) $ 0.051252 1.66%
vifoxcoin
ViFoxCoin (VFX) $ 0.964334 3.73%
bitcast
Bitcast (SN93) $ 2.83 5.31%
arpa
ARPA (ARPA) $ 0.009699 0.82%
big-dog-fink
Big Dog Fink (BINK) $ 0.000063 6.68%
cjournal-2
CJournal (CJL) $ 0.014568 2.39%
bless-2
Bless (BLESS) $ 0.005113 4.11%
skor-ai
SKOR AI (SKORAI) $ 0.016474 0.00%
hermetica-usdh
Hermetica USDh (USDH) $ 0.998077 0.25%
midas-mapollo
Midas mAPOLLO (MAPOLLO) $ 1.09 0.04%
marblex
MARBLEX (MBX) $ 0.033615 4.99%
edexa
edeXa (EDX) $ 0.012600 1.98%
stable-coin-2
Stable Coin (SBC) $ 0.999745 0.00%
artdra-coin
ARTDRA Coin (ARTDRA) $ 0.042001 7.36%
alien-worlds
Alien Worlds (TLM) $ 0.001369 0.79%
summer-point-token
Summer Point Token (SUMX) $ 0.010448 0.00%
griffain
GRIFFAIN (GRIFFAIN) $ 0.009198 2.30%
vitadao
VitaDAO (VITA) $ 0.353749 3.43%
aspecta
Aspecta (ASP) $ 0.027451 2.35%
xion-2
XION (XION) $ 0.129183 0.78%
idlemine
IdleMine (IDLE) $ 0.001907 7.49%
alltoscan
Alltoscan (ATS) $ 0.120465 0.86%
cookie
Cookie DAO (COOKIE) $ 0.011886 2.36%
chill-guy
Just a chill guy (CHILLGUY) $ 0.009080 1.97%
resolv
Resolv (RESOLV) $ 0.022506 1.06%
vanar-chain
Vanar Chain (VANRY) $ 0.004223 1.60%
overnight-fi-usd-blast
Overnight.fi USD+ (Blast) (USD+) $ 0.980201 0.00%
abelian
Abelian (ABEL) $ 0.065368 1.45%
lobster-2
龙虾 (Lobster) (龙虾) $ 0.008348 16.18%
quick
Quickswap [OLD] (QUICK) $ 11.74 4.31%
makerdao-optimism-bridged-dai-optimism
MakerDAO Optimism Bridged DAI (Optimism) (DAI) $ 1.00 0.28%
balsa-mm-fund
Balsa MM Fund (BMMF) $ 0.083407 0.01%
crypgpt
CrypGPT (CRYPGPT) $ 0.057673 0.42%
ark-of-panda
Ark of Panda (AOP) $ 0.033107 18.43%
adex
heyAura (ADX) $ 0.060328 0.89%
ahatoken
AhaToken (AHT) $ 0.001223 3.29%
squidgrow-2
SquidGrow (SQGROW) $ 0.008888 0.78%
hydranet
Hydranet (HDN) $ 0.043331 3.79%
fakenews
FakeNews (SN66) $ 2.07 11.61%
mito
Mito (MITO) $ 0.219877 0.00%
punkstrategy
PunkStrategy (PNKSTR) $ 0.009593 6.47%
bnbtiger
BNB Tiger OG (BNBTIGEROG) $ 0.000000 5.27%
anthropic-prestocks-2
Anthropic PreStocks (ANTHROPIC) $ 922.82 1.94%
dippy
Dippy (SN11) $ 2.18 4.08%
usd-coin-pulsechain
Bridged USD Coin (PulseChain) (USDC) $ 1.00 0.29%
puffer-finance
Puffer (PUFFER) $ 0.018978 1.10%
treehouse
Treehouse (TREE) $ 0.056453 2.33%
crob-mob
Crob Mob (CROB) $ 0.008830 1.35%
infinite-games
Infinite Games (SN6) $ 2.02 7.32%
midas-re7-ethereum
Midas Re7 Ethereum (MRE7ETH) $ 1,841.14 4.08%
hanu-yokia
Hanu Yokia (HANU) $ 0.000000 0.61%
wo-ta-ma-laile
我踏马来了 (我踏马来了) $ 0.008748 6.90%
hosky
Hosky (HOSKY) $ 0.000000 9.19%
sentinel-protocol
ChainBounty (BOUNTY) $ 0.016871 1.59%
monbasecoin
MonbaseCoin (MBC) $ 0.045856 6.98%
trufin-staked-apt
TruFin Staked APT (TRUAPT) $ 1.57 0.00%
bitcoin-usd-btcfi
Bitcoin USD (BTCFi) (BTCUSD) $ 1.02 1.65%
solana-bridged-trx-solana
Solana Bridged TRX (Solana) (TRX) $ 0.286172 0.84%
ambire-wallet
Ambire Wallet (WALLET) $ 0.011973 8.57%
yieldnest-rwa-max
YieldNest RWA MAX (YNRWAX) $ 0.995164 0.38%
hodl-etf
Ditto (SN118) $ 4.32 16.32%
augur
Augur (REP) $ 1.05 4.83%
dao-maker
DAO Maker (DAO) $ 0.034243 5.02%
forta
Forta (FORT) $ 0.013495 0.56%
binance-peg-near-protocol
Binance-Peg NEAR Protocol (NEAR) $ 1.19 0.28%
infiniticoin
InfinitiCoin (INCO) $ 0.008593 0.00%
myshell
MyShell (SHELL) $ 0.031822 2.20%
1guy
1GUY (1GUY) $ 0.008436 0.00%
uranium
Uranium (XU3O8) $ 5.38 1.18%
send-token-2
Send (SEND) $ 0.024383 0.38%
edel
Edel (EDEL) $ 0.014114 11.61%
lodesupply
LODEsupply (LODE) $ 2.86 0.00%
polkastarter
Polkastarter (POLS) $ 0.084774 10.47%
hava
HAVA (HAVA) $ 2.12 0.01%
zeus-5
Zeus (SN18) $ 1.80 0.50%
fc-barcelona-fan-token
FC Barcelona Fan Token (BAR) $ 0.335628 1.29%
memex-token
MEMEX Token (MMX) $ 0.030508 0.00%
4-2
4 (4) $ 0.008415 0.27%
unit-solana
Unit Solana (USOL) $ 99.07 4.36%
tars-protocol
TARS AI (TAI) $ 0.014356 2.77%
xeqm-labs
XEQM Labs (XEQM) $ 0.030692 2.42%
saffron-finance
saffron.finance (SFI) $ 105.01 0.15%
hylo-leveraged-sol
Hylo Leveraged SOL (XSOL) $ 0.068094 52.80%
wecan
Wecan (WECAN) $ 0.001396 14.27%
optio
Optio (OPT) $ 0.000518 0.93%
inverse-finance
Inverse Finance (INV) $ 11.73 4.27%
crepe-2
CREPE (CREPE) $ 0.000012 1.70%
dextools
DexTools (DEXT) $ 0.115298 2.57%
apollox-2
APX (APX) $ 0.218487 0.66%
mcdex
MUX Protocol (MCB) $ 2.16 0.23%
wormhole-bridged-hype
Wormhole Bridged HYPE (HYPE) $ 33.62 1.82%
as-roma-fan-token
AS Roma Fan Token (ASR) $ 0.956604 0.38%
wrapped-viction
Wrapped Viction (WVIC) $ 0.065015 2.39%
xborg
XBorg (XBG) $ 0.016274 0.40%
fight-2
FIGHT (FIGHT) $ 0.004012 2.43%
schuman-europ
EURØP (EUROP) $ 1.16 0.21%
wrapped-super-oeth
Wrapped Super OETH (WSUPEROETH) $ 2,464.73 3.53%
ref-finance
Ref Finance (REF) $ 0.084497 18.00%
tutorial
Tutorial (TUT) $ 0.009770 1.17%
atletico-madrid
Atletico Madrid Fan Token (ATM) $ 0.961840 0.19%
meta-platforms-ondo-tokenized-stock
Meta Platforms (Ondo Tokenized Stock) (METAON) $ 614.24 0.82%
xpla
CONX (CONX) $ 0.008665 10.71%
wibx
Wibx (WBX) $ 0.000693 2.36%
zedxion-bridged-usdt-zedxion
Zedxion Bridged USDT (Zedxion) (USDT.Z) $ 0.998576 0.04%
data-universe
Data Universe (SN13) $ 1.68 4.69%
kleros
Kleros (PNK) $ 0.011208 0.09%
gpu-ai
GPU AI (GPUAI) $ 0.008297 5,526.14%
jumptoken
JumpToken (JMPT) $ 0.549539 2.14%
ballies
Ballies (BALL) $ 0.019094 23.10%
phnix
PHNIX (PHNIX) $ 0.000015 7.89%
pulsechain-peacock
PulseChain Peacock (PCOCK) $ 0.009457 0.43%
bella-protocol
Bella Protocol (BEL) $ 0.100018 3.29%
pathusd
pathUSD (PATHUSD) $ 0.999701 0.02%
trevee-plasma-usd
Trevee Plasma USD (PLUSD) $ 0.996522 0.00%
mia-2
MIA (MIA) $ 0.014512 3.15%
defi-janus-henderson-anemoy-aaa-clo-fund
DeFi Janus Henderson Anemoy AAA CLO Fund (DEJAAA) $ 1.04 0.01%
argentine-football-association-fan-token
Argentine Football Association Fan Token (ARG) $ 0.428383 2.63%
aia
DeAgentAI (AIA) $ 0.080324 19.68%
naws-ai
NAWS.AI (NAWS) $ 0.003994 4.03%
access-protocol
Access Protocol (ACS) $ 0.000161 3.34%
bitrise-token
Bitgert (BRISE) $ 0.000000 4.69%
monacoin
MonaCoin (MONA) $ 0.075472 0.14%
nebius-group-ondo-tokenized
Nebius Group (Ondo Tokenized) (NBISON) $ 253.65 3.60%
scroll
Scroll (SCR) $ 0.041578 3.91%
crypto-com-wrapped-btc
Crypto.com Wrapped BTC (CDCBTC) $ 76,255.00 3.52%
earthmeta
EarthMeta (EMT) $ 0.003896 0.22%
l2-standard-bridged-weth-blast
L2 Standard Bridged WETH (Blast) (WETH) $ 2,263.87 3.35%
everlyn
Everlyn (LYN) $ 0.037778 5.05%
staked-yusd
Staked YUSD (SYUSD) $ 1.02 0.00%
coinweb
Coinweb (CWEB) $ 0.001189 0.27%
thorswap
THORSwap (THOR) $ 0.039221 9.09%
ethichub
Ethix (ETHIX) $ 0.111773 3.86%
ishares-msci-emerging-markets-etf-ondo-tokenized-etf
iShares MSCI Emerging Markets ETF (Ondo Tokenized ETF) (EEMON) $ 70.47 1.08%
gold-xstock
Gold xStock (GLDX) $ 407.34 1.13%
wolf-2
WOLF (WOLF) $ 0.007877 15.11%
balancer
Balancer (BAL) $ 0.121452 2.35%
foom
Foom (FOOM) $ 0.000000 0.13%
milady-cult-coin
Milady Cult Coin (CULT) $ 0.000166 5.60%
spiko-amundi-overnight-swap-fund-gbp
Spiko Amundi Overnight Swap Fund (GBP) (GBPSAFO) $ 1.36 0.34%
nest-2
NEST (NEST) $ 0.035706 63.46%
lido-staked-sol
Lido Staked SOL (STSOL) $ 120.82 4.58%
omisego
OMG Network (OMG) $ 0.055213 1.13%
wrapped-itry
Wrapped iTRY (WITRY) $ 0.023057 0.03%
gitcoin
Gitcoin (GTC) $ 0.088268 0.09%
alpha-fi
Alpha Fi (ALPHA) $ 0.775206 4.19%
hana-network
Hana Network (HANA) $ 0.031982 0.55%
wrapped-hypertensor
Wrapped Hypertensor (TENSOR) $ 8.58 0.64%
resistance-dog
Resistance Dog (REDO) $ 0.075269 5.24%
bugscoin
BugsCoin (BGSC) $ 0.000819 8.48%
amazon-ondo-tokenized-stock
Amazon (Ondo Tokenized Stock) (AMZNON) $ 249.59 3.80%
partisia-blockchain
Partisia Blockchain (MPC) $ 0.016233 1.42%
peercoin
Peercoin (PPC) $ 0.249653 1.65%
unipeg
Unipeg (UPEG) $ 754.09 7.38%
synth-2
Synth (SN50) $ 1.65 3.26%
iagon
Iagon (IAG) $ 0.020067 1.51%
platon-network
PlatON Network (LAT) $ 0.001089 2.81%
dadi-insight-token
DADI Insight Token (DIT) $ 15.29 0.00%
rayls
Rayls (RLS) $ 0.003822 20.69%
hairdao
HairDAO (HAIR) $ 10.63 2.57%
solomon
Solomon (SOLO) $ 0.652472 4.02%
insure
inSure DeFi (SURE) $ 0.000280 38.05%
edu3games
Edu3Games (EGN) $ 0.007590 0.00%
klever
Klever (KLV) $ 0.000824 1.40%
akedo
Akedo (AKE) $ 0.000326 0.69%
freedom-of-money
Freedom of Money (FREEDOM OF) $ 0.007434 2.06%
amo
AMO Coin (AMO) $ 0.000347 2.62%
shmonad
ShMonad (SHMON) $ 0.032556 0.73%
oraichain-token
Oraichain (ORAI) $ 0.374963 3.51%
helium-mobile
Helium Mobile (MOBILE) $ 0.000083 0.62%
aism-faith-token
AISM FAITH TOKEN (AISM) $ 0.007314 4.12%
bitcoin-pro
Bitcoin Pro (BTCP) $ 57.03 0.02%
australian-safe-shepherd
Australian Safe Shepherd (ASS) $ 0.000000 8.77%
anzen-usdz
Anzen USDz (USDZ) $ 0.971451 0.62%
vidaio
Vidaio (SN85) $ 1.82 4.88%
bitmex-token
BitMEX (BMEX) $ 0.073423 2.98%
pulsechain-bridged-weth-pulsechain
Pulsechain Bridged WETH (Pulsechain) (WETH) $ 2,259.44 4.15%
badger-dao
Badger (BADGER) $ 0.368145 3.73%
backed-coinbase-global
Backed Coinbase Global (BCOIN) $ 172.62 3.79%
wink-2
WINK (WINK) $ 0.029850 0.00%
origyn-foundation
ORIGYN (OGY) $ 0.000894 1.34%
heroes-of-mavia
Heroes of Mavia (MAVIA) $ 0.029523 1.60%
ika
Ika (IKA) $ 0.002442 1.84%
navi
NAVI Protocol (NAVX) $ 0.008928 0.74%
galatasaray-fan-token
Galatasaray Fan Token (GAL) $ 0.915428 1.26%
equitedge
EquitEdge (EEG) $ 0.019363 0.00%
maza
Maza (MZC) $ 0.003045 0.00%
anyswap
Anyswap (ANY) $ 0.550585 3.90%
nimiq-2
Nimiq (NIM) $ 0.000521 1.20%
lisk-bridged-wsteth-lisk
Lisk Bridged wstETH (Lisk) (WSTETH) $ 2,777.63 3.24%
gold-token-sa-dgld-tokenized-gold
Gold Token SA DGLD Tokenized Gold (DGLD) $ 4,493.55 0.03%
game-by-virtuals
GAME by Virtuals (GAME) $ 0.007198 0.19%
readyai
ReadyAI (SN33) $ 1.76 4.30%
nest-alpha-vault
Nest Alpha Vault (NALPHA) $ 1.09 0.10%
red-pulse
Phoenix Global [OLD] (PHB) $ 0.002104 0.00%
coinbase-ondo-tokenized-stock
Coinbase (Ondo Tokenized Stock) (COINON) $ 165.78 4.30%
fc-porto
FC Porto (PORTO) $ 0.623538 4.32%
kofi-aptos
Kofi Aptos (KAPT) $ 1.03 14.63%
noble-dollar-usdn
Noble Dollar (USDN) (USDN) $ 0.999803 0.00%
wrapped-monad
Wrapped MON (WMON) $ 0.017878 2.13%
yooldo-games
Yooldo Games (ESPORTS) $ 0.046336 1.00%
slerf
Slerf [OLD] (SLERF) $ 0.014060 2.53%
dialectic-usd-vault
Dialectic USD Vault (DUSD) $ 1.02 0.33%
swarms
Swarms (SWARMS) $ 0.007028 3.53%
husd
HUSD (HUSD) $ 0.037314 0.00%
dojo-3
Dojo (SN52) $ 1.61 5.09%
avalanche-bridged-dai-avalanche
Avalanche Bridged DAI (Avalanche) (DAI) $ 1.00 0.09%
metronome
Metronome (MET) $ 0.795965 7.55%
save
Save (SAVE) $ 0.139536 0.11%
onefootball-club
OneFootball Club (OFC) $ 0.043295 5.68%
usdx-money-usdx
Stables Labs USDX (USDX) $ 0.010119 4.88%
doge-lumens
DogeLumens (DXLM) $ 0.000053 0.00%
umbra
Umbra (UMBRA) $ 0.475384 3.92%
sx-network-2
SX Network (SX) $ 0.013459 0.00%
frok-ai
FROK (FROK) $ 0.034451 4.36%
kpk-usdc-prime
kpk USDC Prime (KPK USDC P) $ 1.01 0.02%
pepper
PEPPER (PEPPER) $ 0.000000 3.62%
saga-2
Saga (SAGA) $ 0.017067 3.08%
osmosis-allbtc
Osmosis allBTC (BTC) $ 65,107.00 7.97%
mori-coin
MORI COIN (MORI) $ 0.007621 10.14%
airtor-protocol
ANyONe Protocol (ANYONE) $ 0.085650 1.04%
elizaos
ElizaOS (ELIZAOS) $ 0.000914 1.39%
thala-apt
Thala APT (THAPT) $ 1.03 13.82%
aria-ai
Aria.AI (ARIA) $ 0.037305 0.18%
lazio-fan-token
Lazio Fan Token (LAZIO) $ 0.517289 2.70%
autonolas
Autonolas (OLAS) $ 0.029097 1.30%
niza-global-2
Niza Global (NIZA) $ 0.003806 2.93%
venus-doge
Venus DOGE (VDOGE) $ 0.001848 11.17%
stake-dao
Stake DAO (SDT) $ 0.100226 3.63%
trevee-staked-plasma-usd
Trevee Staked Plasma USD (SPLUSD) $ 1.00 0.00%
hera-finance
Hera Finance (HERA) $ 1.47 3.14%
world-assets
WorldAssets (INC) $ 0.075353 0.48%
lienfi
LienFi (LFI) $ 0.000106 13.64%
minswap
Minswap (MIN) $ 0.003914 0.07%
pepecoin-2
PepeCoin (PEPECOIN) $ 0.069538 0.98%
patrol-tao-com
grail (SN81) $ 1.79 4.78%
wayfinder
Wayfinder (PROMPT) $ 0.030013 0.29%
apple-xstock
Apple xStock (AAPLX) $ 312.23 0.33%
tradoor
Tradoor (TRADOOR) $ 0.473614 3.67%
scor
Scor (SCOR) $ 0.014975 26.96%
occidental-petroleum-ondo-tokenized
Occidental Petroleum (Ondo Tokenized) (OXYON) $ 60.07 1.15%
pikaboss
Pikaboss (PIKA) $ 0.000000 3.00%
sweatcoin
SWEAT (SWEAT) $ 0.000783 4.48%
mobox
Mobox (MBOX) $ 0.012161 2.11%
coq-inu
Coq Inu (COQ) $ 0.000000 9.45%
vin-2
VulgarTycoon (VIN) $ 0.400545 2.99%
payai-network-2
PayAI Network (PAYAI) $ 0.006683 3.02%
grin
Grin (GRIN) $ 0.028690 4.56%
public-meme-token
Public Masterpiece Token (PMT) $ 0.106265 0.13%
enosys-loans-cdp
Enosys Loans CDP (CDP) $ 0.996419 0.35%
bridged-wrapped-ether-sonic
Bridged Wrapped Ether (Sonic) (WETH) $ 2,258.14 3.75%
bytecoin
Bytecoin (BCN) $ 0.000036 0.00%
midas-rockaway-market-neutral
Midas Rockaway Market Neutral (MROX) $ 1.13 0.00%
mcdull
McDull (Meme) (MCDULL) $ 0.000001 0.00%
tokenos-ai
TokenOS AI (TOS) $ 0.006543 13.06%
chrema-coin
Chrema Coin (CRMC) $ 0.595973 0.82%
quickswap
Quickswap (QUICK) $ 0.008594 1.78%
wrapped-hbar
Wrapped HBAR (SaucerSwap) (WHBAR) $ 0.090483 2.99%
bluefin
Bluefin (BLUE) $ 0.013001 1.48%
deepnode
DeepNode (DN) $ 0.293885 8.92%
mu-digital-aznd
Mu Digital AZND (AZND) $ 0.990727 0.20%
bitcoin-limited-edition
Bitcoin Limited Edition (BTCLE) $ 417.43 0.58%
dar-open-network
Dar Open Network (D) $ 0.010056 1.46%
illuminaticoin
IlluminatiCoin (NATI) $ 0.000000 0.00%
iron-fish
Iron Fish (IRON) $ 0.088159 1.46%
lido-earnusd
Lido EarnUSD (EARNUSD) $ 1.01 0.07%
turtle-4
Turtle (TURTLE) $ 0.041547 1.32%
hemi
Hemi (HEMI) $ 0.006560 1.23%
luna-by-virtuals
Luna by Virtuals (LUNA) $ 0.006430 4.27%
smolecoin
smolecoin (SMOLE) $ 0.000015 3.25%
tomochain
Viction (VIC) $ 0.050412 10.92%
matic-aave-usdc
Matic Aave Interest Bearing USDC (MAUSDC) $ 1.14 0.11%
heyanon
Hey Anon (ANON) $ 0.461007 3.23%
brickken
Brickken (BKN) $ 0.089509 2.56%
rxr-coin
RXR Coin (RXRC) $ 0.159768 0.16%
gyen
GYEN (GYEN) $ 0.006269 0.00%
spacex-prestocks-2
SpaceX PreStocks (SPACEX) $ 723.98 7.29%
nomina
Nomina (NOM) $ 0.002188 7.05%
thorwallet
THORWallet DEX (TGT) $ 0.007548 0.00%
red-hare-coin
Red Hare Coin (RHC) $ 0.006358 2.13%
mpendle
mPendle (MPENDLE) $ 0.520132 25.35%
mansory-token
Mansory Token (MNSRY) $ 0.007040 4.18%
linea-bridged-wbtc-linea
Linea Bridged WBTC (Linea) (WBTC) $ 76,319.00 3.05%
milady-meme-coin
Milady Meme Coin (LADYS) $ 0.000000 7.46%
rainmaker
Rainmaker (RAIN) $ 0.006267 0.58%
ivault
ivault (IVT) $ 0.013392 6.68%
ava-ai
Ava AI (AVA) $ 0.006275 2.89%
bettensor
Bettensor (SN30) $ 1.33 2.92%
graphite
Graphite (SN43) $ 1.38 1.42%
token-dforce-usd
dForce USD (USX) $ 0.422475 0.26%
neon
Neon (NEON) $ 0.026250 5.74%
oort
OORT (OORT) $ 0.008079 1.34%
radio-caca
Radio Caca (RACA) $ 0.000015 1.69%
paal-ai
PAAL AI (PAAL) $ 0.006910 3.86%
reppo
REPPO (REPPO) $ 0.016137 4.65%
tung-tung-tung-sahur-2
Tung Tung Tung Sahur (TRIPLET) $ 0.006157 6.09%
overtime
Overtime (OVER) $ 0.107976 0.43%
juventus-fan-token
Juventus Fan Token (JUV) $ 0.396876 2.11%
webgenieai
WebGenieAI (SN54) $ 1.34 9.54%
liquid-mercury
Liquid Mercury (MERC) $ 0.001931 1.54%
vault-2
Vault (V) $ 0.061801 11.58%
prxvt-by-virtuals
PRXVT by Virtuals (PRXVT) $ 0.009889 35.66%
wrapped-elrond
Wrapped EGLD (WEGLD) $ 4.94 3.77%
pivx
PIVX (PIVX) $ 0.059563 0.99%
lantern-staked-sol
Lantern Staked SOL (LANTERNSOL) $ 118.49 4.42%
proshares-ultrapro-qqq-ondo-tokenized
ProShares UltraPro QQQ (Ondo Tokenized) (TQQQON) $ 86.37 0.63%
horsecoin-2
HorseCoin (马币) $ 0.006143 6.67%
steakhouse-usdc
Steakhouse USDC V2 (STEAKUSDC) $ 1.01 0.01%
wrapped-mantle
Wrapped Mantle (WMNT) $ 0.719693 0.28%
winternomics-tv
Winternomics TV (WNTV) $ 0.006077 39.73%
mcoin1
MCOIN (MCOIN) $ 0.034733 13.95%
pangolin
Pangolin (PNG) $ 0.026315 2.60%
cod3x-usd
Cod3x USD (CDXUSD) $ 0.996309 0.38%
draggable-aktionariat-ag
Draggable Aktionariat AG (DAKS) $ 7.65 0.05%
numine-token
NUMINE Token (NUMI) $ 0.019032 1.05%
doublezero-staked-sol
DoubleZero Staked SOL (DZSOL) $ 101.42 5.53%
nfprompt-token
NFPrompt (NFP) $ 0.009542 1.39%
bitquant
BitQuant (SN15) $ 7.44 3.26%
dinero-staked-eth
Dinero Staked ETH (PXETH) $ 2,252.22 3.69%
spacechain-erc-20
SpaceChain (ERC-20) (SPC) $ 0.015039 2.11%
galeon
Galeon (GALEON) $ 0.006477 0.41%
lukso-token-2
LUKSO (LYX) $ 0.200438 1.95%
apraemio
Apraemio (APRA) $ 0.044116 4.27%
tethereum-3
Tethereum (T99) $ 0.302439 0.00%
hyperlend
HyperLend (HPL) $ 0.015764 10.88%
cofinex-2
Cofinex (CNX) $ 0.099918 0.00%
gimo-staked-0g
Gimo Staked 0G (ST0G) $ 0.731171 6.80%
pofu
Pofu (POFU) $ 0.000060 4.22%
destra-network
Destra Network (DSYNC) $ 0.006076 12.02%
build-on-bnb
Build On BNB (BOB) $ 0.000000 1.09%
dolz-io
DOLZ.io (DOLZ) $ 0.008720 3.84%
mil
MIL (MIL) $ 0.004966 4.43%
realio-network
Realio Network Token (RIO) $ 0.060280 1.31%
origin-dollar
Origin Dollar (OUSD) $ 0.999387 0.01%
tominet
TOMI (TOMI) $ 0.000000 19.93%
sturdy-subnet
Sturdy (SN10) $ 1.27 4.19%
pitbull
Pitbull (PIT) $ 0.000000 2.66%
towns
Towns (TOWNS) $ 0.002820 1.62%
w-ai-parked
basilica (SN39) $ 1.49 5.29%
anyspend
Anyspend (ANY) $ 0.027105 1.76%
wexo
Wexo (WEXO) $ 0.017907 1.61%
goldcoin
Goldcoin (GLC) $ 0.005193 0.00%
contentos
Contentos (COS) $ 0.001146 0.44%
heima
Heima (HEI) $ 0.066086 10.48%
delta-exchange-token
Delta Exchange (DETO) $ 0.021212 0.02%
bitlayer-bitvm
Bitlayer (BTR) $ 0.022626 1.04%
mind-network
Mind Network (FHE) $ 0.023493 3.83%
realtoken-ecosystem-governance
RealToken Ecosystem Governance (REG) $ 0.080513 0.75%
plume-usd
Plume USD (PUSD) $ 1.00 0.40%
minima
Minima (MINIMA) $ 0.008733 0.29%
thetadrop
ThetaDrop (TDROP) $ 0.000529 1.48%
bridged-tether-scroll
Scroll Bridged USDT (Scroll) (USDT) $ 0.997370 0.04%
vnx-gold
VNX Gold (VNXAU) $ 142.25 1.08%
stronghold-staked-sol
Stronghold Staked SOL (STRONGSOL) $ 115.00 4.80%
bitlight
Bitlight (LIGHT) $ 0.134990 3.93%
symmio
SYMMIO (SYMM) $ 0.007316 6.02%
liquidity
Liquidity (SN77) $ 1.27 10.12%
lumi-finance-luausd
Lumi Finance LUAUSD (LUAUSD) $ 0.733935 24.01%
village
庄 (BUNDLE) $ 0.006350 0.00%
quantoz-usdq
Quantoz USDQ (USDQ) $ 0.993354 0.05%
limewire-token
LimeWire (LMWR) $ 0.015687 0.20%
landwolf-0x67
LandWolf (WOLF) $ 0.000006 3.57%
overtake
OVERTAKE (TAKE) $ 0.019970 1.93%
omron
Omron (SN2) $ 1.27 6.42%
axcnh
AxCNH (AXCNH) $ 0.147532 0.14%
baby-shiba-inu
Baby Shiba Inu (BABYSHIBAI) $ 0.000000 2.68%
splendor
Splendor (SPLD) $ 0.152888 1.96%
math
MATH (MATH) $ 0.030532 0.44%
wrapped-eth-world-chain
Wrapped ETH (World Chain) (WETH) $ 2,271.03 3.10%
tradable-latam-charge-card-ssn
Tradable LatAm Charge Card SSN (PC0000111) $ 1.00 0.00%
nextplace
Quantum Compute (SN48) $ 1.32 0.55%
compute-horde
Compute Horde (SN12) $ 1.38 4.85%
efficientfrontier
EfficientFrontier (SN53) $ 1.19 4.95%
melon
Enzyme (MLN) $ 1.74 0.05%
gamercoin
GamerCoin (GHX) $ 0.008078 0.03%
iusd
Indigo Protocol iUSD (IUSD) $ 1.03 0.01%
solv-protocol
Solv Protocol (SOLV) $ 0.003839 1.43%
pika-protocol
Pika Protocol (PIKA) $ 0.299736 0.56%
dexsport
Dexsport (DESU) $ 0.009462 2.86%
bitget-staked-sol
Bitget Staked SOL (BGSOL) $ 112.27 4.41%
resolv-usr
Resolv USR (USR) $ 0.451887 0.42%
unichain-bridged-weth-unichain
Unichain Bridged WETH (Unichain) (WETH) $ 2,261.95 3.61%
teddy-bear
TEDDY BEAR (BEAR) $ 0.000000 8.66%
manchester-city-fan-token
Manchester City Fan Token (CITY) $ 0.419017 1.07%
sosana
SOSANA (SOSANA) $ 0.169044 3.43%
genius-ai
GENIUS AI (GNUS) $ 0.454825 25.81%
the-doge-nft
Own The Doge (DOG) $ 0.000407 2.62%
telos
Telos (TLOS) $ 0.013459 1.75%
depinsim
Depinsim (ESIM) $ 0.041792 4.09%
merkle-trade
Merkle Trade (MKL) $ 0.060316 0.00%
gertrudedatapig
GertrudeDataPig (GDP) $ 0.008059 0.29%
onyx-arches
Onyx Arches (OXA) $ 0.013687 34.93%
kryll
KRYLL (KRL) $ 0.139555 0.54%
joe-coin
Joe Coin (JOE) $ 0.005621 9.90%
aergo-2
House Party Protocol (HPP) $ 0.045122 7.04%
mecca
MECCA (MEA) $ 0.002666 1.39%
qualcomm-ondo-tokenized-stock
Qualcomm (Ondo Tokenized Stock) (QCOMON) $ 254.94 4.48%
best-patent-token
Best Patent Token (BPT) $ 0.002072 11.46%
spring-staked-sui
Spring Staked SUI (SSUI) $ 1.15 1.89%
bitcoin-gold
Bitcoin Gold (BTG) $ 0.319056 0.13%
opal-3
Opal (OPAL) $ 0.111678 3.59%
lotos
Lotos (LTS) $ 0.042459 0.19%
p2p-protocol
P2P Protocol (P2P) $ 0.464969 0.31%
yieldnest-restaked-eth
YieldNest Restaked ETH (YNETH) $ 2,407.24 1.49%
reactive-network
Reactive Network (REACT) $ 0.011108 1.34%
comtech-gold
Comtech Gold (CGO) $ 142.23 1.38%
sundog
Sundog (SUNDOG) $ 0.005628 0.49%
agoras-currency-of-tau
Agoras: Tau Net (AGRS) $ 0.308050 8.01%
sportstensor
Sportstensor (SN41) $ 1.33 8.05%
haedal
Haedal Protocol (HAEDAL) $ 0.028062 7.32%
cygnus-2
Cygnus (CGN) $ 0.002402 0.10%
novatti-australian-digital-dollar
Australian Digital Dollar (AUDD) $ 0.711850 0.21%
kyrgyz-som-stablecoin
Kyrgyz Som Stablecoin (KGST) $ 0.011366 0.01%
upland
Upland (SPARKLET) $ 0.018960 0.20%
swarm-3
Swarm (SN124) $ 1.77 6.78%
precog
Precog (SN55) $ 1.24 5.50%
coinzoom-token
CoinZoom (ZOOM) $ 0.013523 0.08%
solayer-usd
Solayer USD (SUSD) $ 1.11 0.12%
quantoz-eurq
Quantoz EURQ (EURQ) $ 1.16 0.27%
vow
Vow (VOW) $ 0.017013 0.84%
peapods-finance
Peapods Finance (PEAS) $ 0.541300 0.71%
allindoge
ALLINDOGE (ALLINDOGE) $ 0.005382 7.50%
dydx
dYdX (ETHDYDX) $ 0.181354 7.84%
lumi-credits
LUMI Credits (LUMI) $ 0.042005 3.34%
buying
Buying.com (BUY) $ 0.008210 1.98%
broadcom-ondo-tokenized-stock
Broadcom (Ondo Tokenized Stock) (AVGOON) $ 487.41 0.32%
midas-msyrupusdp
Midas msyrupUSDp (MSYRUPUSDP) $ 1.05 0.00%
soneium-bridged-usdc-soneium
Soneium Bridged USDC (Soneium) (USDC.E) $ 0.999814 0.01%
broccoli-3
Broccoli (BROCCOLI) $ 0.005342 0.11%
zoid-pay
ZoidPay (ZPAY) $ 0.008650 0.99%
orchid-protocol
Orchid Protocol (OXT) $ 0.008909 0.69%
magic-internet-money-avalanche
Magic Internet Money (Avalanche) (MIM) $ 0.995891 0.09%
wrapped-xdc
Wrapped XDC (WXDC) $ 0.078200 0.60%
ishares-russell-2000-value-etf-ondo-tokenized-etf
iShares Russell 2000 Value ETF (Ondo Tokenized ETF) (IWNON) $ 215.71 0.59%
coinbase-xstock
Coinbase xStock (COINX) $ 165.56 4.36%
fuel-network
Fuel Network (FUEL) $ 0.000647 0.28%
dialectic-eth-vault
Dialectic ETH Vault (DETH) $ 1,856.13 4.86%
yu
Yala Stablecoin (YU) $ 0.181461 0.01%
eesee
Eesee (ESE) $ 0.007963 2.61%
nx8
NX8 (NX8) $ 72.75 3.47%
i-love-puppies
I love puppies (PUPPIES) $ 0.000000 4.69%
sperax
Sperax (SPA) $ 0.002775 1.53%
open-loot
OPENLOOT (OL) $ 0.006756 2.03%
rigoblock
RigoBlock (GRG) $ 0.797833 27.49%
world3
World3 (WAI) $ 0.015567 2.97%
pixels
Pixels (PIXEL) $ 0.006758 2.08%
saga-dollar
Saga Dollar (D) $ 0.502322 0.00%
doginme
doginme (DOGINME) $ 0.000077 3.88%
fbomb
Fantom Bomb (FBOMB) $ 0.011169 2.15%
wrapped-cygnus-usd
Wrapped Cygnus USD (WCGUSD) $ 1.18 0.00%
openvpp-2
OpenVPP (OVPP) $ 0.006411 2.34%
yee-token
Yee Token (YEE) $ 0.005187 12.25%
logicnet
0xMarkets (SN35) $ 1.05 7.96%
amaterasu-omikami
AMATERASU OMIKAMI (OMIKAMI) $ 0.005177 1.12%
switch-token
Switch Token (SWITCH) $ 0.000109 5.02%
neon-exchange
Nash (NEX) $ 0.116718 13.06%
strike-robot
Strike Robot (SR) $ 0.005150 9.85%
dora-factory-2
Dora Factory (DORA) $ 0.005118 1.74%
vnx-swiss-franc
VNX Swiss Franc (VCHF) $ 1.26 0.95%
kucoin-bridged-usdt-kucoin-community-chain
KCC Bridged USDT (Kucoin Community Chain) (USDT) $ 1.00 0.71%
andy-the-wisguy
ANDY ETH (ANDY) $ 0.000005 9.76%
asd
AscendEx (ASD) $ 0.006914 6.65%
manyu-2
Manyu (MANYU) $ 0.000000 4.88%
openvpp
OpenVPP (OVPP) $ 0.006364 3.13%
staked-kofi-aptos
Staked Kofi (Aptos) (STKAPT) $ 1.69 0.00%
tokemak-2
Auto Finance (AUTO) $ 0.051033 3.15%
metfi-2
MetFi (METFI) $ 0.015863 0.15%
district0x
district0x (DNT) $ 0.006726 0.01%