@beefyfinance/blockchain-addressbook 0.54.148 → 0.54.150
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/address-book/arbitrum/index.d.ts +72 -12
- package/build/address-book/arbitrum/tokens/tokens.d.ts +36 -6
- package/build/address-book/arbitrum/tokens/tokens.js +33 -6
- package/build/address-book/aurora/index.d.ts +16 -0
- package/build/address-book/aurora/tokens/tokens.d.ts +8 -0
- package/build/address-book/aurora/tokens/tokens.js +5 -0
- package/build/address-book/avax/index.d.ts +58 -2
- package/build/address-book/avax/tokens/tokens.d.ts +29 -1
- package/build/address-book/avax/tokens/tokens.js +26 -1
- package/build/address-book/base/index.d.ts +150 -28
- package/build/address-book/base/tokens/tokens.d.ts +75 -14
- package/build/address-book/base/tokens/tokens.js +72 -14
- package/build/address-book/berachain/index.d.ts +6 -0
- package/build/address-book/berachain/tokens/tokens.d.ts +3 -0
- package/build/address-book/berachain/tokens/tokens.js +3 -0
- package/build/address-book/bsc/index.d.ts +78 -8
- package/build/address-book/bsc/tokens/tokens.d.ts +39 -4
- package/build/address-book/bsc/tokens/tokens.js +36 -4
- package/build/address-book/canto/index.d.ts +12 -0
- package/build/address-book/canto/tokens/tokens.d.ts +6 -0
- package/build/address-book/canto/tokens/tokens.js +6 -0
- package/build/address-book/celo/index.d.ts +2 -0
- package/build/address-book/celo/tokens/tokens.d.ts +1 -0
- package/build/address-book/celo/tokens/tokens.js +1 -0
- package/build/address-book/cronos/index.d.ts +18 -0
- package/build/address-book/cronos/tokens/tokens.d.ts +9 -0
- package/build/address-book/cronos/tokens/tokens.js +9 -0
- package/build/address-book/emerald/index.d.ts +4 -0
- package/build/address-book/emerald/tokens/tokens.d.ts +2 -0
- package/build/address-book/emerald/tokens/tokens.js +2 -0
- package/build/address-book/ethereum/index.d.ts +58 -6
- package/build/address-book/ethereum/platforms/beefyfinance.d.ts +1 -0
- package/build/address-book/ethereum/platforms/beefyfinance.js +1 -0
- package/build/address-book/ethereum/tokens/tokens.d.ts +29 -3
- package/build/address-book/ethereum/tokens/tokens.js +26 -3
- package/build/address-book/fantom/index.d.ts +38 -0
- package/build/address-book/fantom/tokens/tokens.d.ts +19 -0
- package/build/address-book/fantom/tokens/tokens.js +16 -0
- package/build/address-book/fraxtal/index.d.ts +8 -0
- package/build/address-book/fraxtal/tokens/tokens.d.ts +4 -0
- package/build/address-book/fraxtal/tokens/tokens.js +4 -0
- package/build/address-book/fuse/index.d.ts +8 -0
- package/build/address-book/fuse/tokens/tokens.d.ts +4 -0
- package/build/address-book/fuse/tokens/tokens.js +4 -0
- package/build/address-book/gnosis/index.d.ts +16 -0
- package/build/address-book/gnosis/tokens/tokens.d.ts +8 -0
- package/build/address-book/gnosis/tokens/tokens.js +8 -0
- package/build/address-book/heco/index.d.ts +16 -0
- package/build/address-book/heco/tokens/tokens.d.ts +8 -0
- package/build/address-book/heco/tokens/tokens.js +8 -0
- package/build/address-book/hyperevm/index.d.ts +4 -0
- package/build/address-book/hyperevm/tokens/tokens.d.ts +2 -0
- package/build/address-book/hyperevm/tokens/tokens.js +2 -0
- package/build/address-book/kava/index.d.ts +10 -0
- package/build/address-book/kava/tokens/tokens.d.ts +5 -0
- package/build/address-book/kava/tokens/tokens.js +5 -0
- package/build/address-book/linea/index.d.ts +16 -4
- package/build/address-book/linea/tokens/tokens.d.ts +8 -2
- package/build/address-book/linea/tokens/tokens.js +5 -2
- package/build/address-book/lisk/index.d.ts +10 -0
- package/build/address-book/lisk/tokens/tokens.d.ts +5 -0
- package/build/address-book/lisk/tokens/tokens.js +2 -0
- package/build/address-book/manta/index.d.ts +8 -0
- package/build/address-book/manta/tokens/tokens.d.ts +4 -0
- package/build/address-book/manta/tokens/tokens.js +1 -0
- package/build/address-book/mantle/index.d.ts +4 -0
- package/build/address-book/mantle/tokens/tokens.d.ts +2 -0
- package/build/address-book/mantle/tokens/tokens.js +2 -0
- package/build/address-book/metis/index.d.ts +10 -0
- package/build/address-book/metis/tokens/tokens.d.ts +5 -0
- package/build/address-book/metis/tokens/tokens.js +5 -0
- package/build/address-book/mode/index.d.ts +10 -2
- package/build/address-book/mode/tokens/tokens.d.ts +5 -1
- package/build/address-book/mode/tokens/tokens.js +2 -1
- package/build/address-book/monad/index.d.ts +16 -8
- package/build/address-book/monad/tokens/tokens.d.ts +8 -4
- package/build/address-book/monad/tokens/tokens.js +8 -4
- package/build/address-book/moonbeam/index.d.ts +18 -0
- package/build/address-book/moonbeam/tokens/tokens.d.ts +9 -0
- package/build/address-book/moonbeam/tokens/tokens.js +9 -0
- package/build/address-book/moonriver/index.d.ts +20 -0
- package/build/address-book/moonriver/tokens/tokens.d.ts +10 -0
- package/build/address-book/moonriver/tokens/tokens.js +9 -0
- package/build/address-book/one/index.d.ts +14 -0
- package/build/address-book/one/tokens/tokens.d.ts +7 -0
- package/build/address-book/one/tokens/tokens.js +6 -0
- package/build/address-book/optimism/index.d.ts +46 -10
- package/build/address-book/optimism/tokens/tokens.d.ts +23 -5
- package/build/address-book/optimism/tokens/tokens.js +20 -5
- package/build/address-book/plasma/index.d.ts +4 -2
- package/build/address-book/plasma/tokens/tokens.d.ts +2 -1
- package/build/address-book/plasma/tokens/tokens.js +2 -1
- package/build/address-book/polygon/index.d.ts +54 -2
- package/build/address-book/polygon/tokens/tokens.d.ts +27 -1
- package/build/address-book/polygon/tokens/tokens.js +22 -1
- package/build/address-book/real/index.d.ts +10 -0
- package/build/address-book/real/tokens/tokens.d.ts +5 -0
- package/build/address-book/real/tokens/tokens.js +1 -0
- package/build/address-book/saga/index.d.ts +4 -0
- package/build/address-book/saga/tokens/tokens.d.ts +2 -0
- package/build/address-book/saga/tokens/tokens.js +2 -0
- package/build/address-book/scroll/index.d.ts +12 -0
- package/build/address-book/scroll/tokens/tokens.d.ts +6 -0
- package/build/address-book/scroll/tokens/tokens.js +3 -0
- package/build/address-book/sei/index.d.ts +2 -0
- package/build/address-book/sei/tokens/tokens.d.ts +1 -0
- package/build/address-book/sei/tokens/tokens.js +1 -0
- package/build/address-book/sonic/index.d.ts +18 -2
- package/build/address-book/sonic/tokens/tokens.d.ts +9 -1
- package/build/address-book/sonic/tokens/tokens.js +6 -1
- package/build/address-book/unichain/index.d.ts +8 -0
- package/build/address-book/unichain/tokens/tokens.d.ts +4 -0
- package/build/address-book/unichain/tokens/tokens.js +1 -0
- package/build/address-book/zkevm/index.d.ts +24 -0
- package/build/address-book/zkevm/tokens/tokens.d.ts +12 -0
- package/build/address-book/zkevm/tokens/tokens.js +9 -0
- package/build/address-book/zksync/index.d.ts +12 -2
- package/build/address-book/zksync/tokens/tokens.d.ts +6 -1
- package/build/address-book/zksync/tokens/tokens.js +3 -1
- package/build/types/token.d.ts +1 -1
- package/build-esm/address-book/arbitrum/index.d.ts +72 -12
- package/build-esm/address-book/arbitrum/tokens/tokens.d.ts +36 -6
- package/build-esm/address-book/arbitrum/tokens/tokens.js +33 -6
- package/build-esm/address-book/aurora/index.d.ts +16 -0
- package/build-esm/address-book/aurora/tokens/tokens.d.ts +8 -0
- package/build-esm/address-book/aurora/tokens/tokens.js +5 -0
- package/build-esm/address-book/avax/index.d.ts +58 -2
- package/build-esm/address-book/avax/tokens/tokens.d.ts +29 -1
- package/build-esm/address-book/avax/tokens/tokens.js +26 -1
- package/build-esm/address-book/base/index.d.ts +150 -28
- package/build-esm/address-book/base/tokens/tokens.d.ts +75 -14
- package/build-esm/address-book/base/tokens/tokens.js +72 -14
- package/build-esm/address-book/berachain/index.d.ts +6 -0
- package/build-esm/address-book/berachain/tokens/tokens.d.ts +3 -0
- package/build-esm/address-book/berachain/tokens/tokens.js +3 -0
- package/build-esm/address-book/bsc/index.d.ts +78 -8
- package/build-esm/address-book/bsc/tokens/tokens.d.ts +39 -4
- package/build-esm/address-book/bsc/tokens/tokens.js +36 -4
- package/build-esm/address-book/canto/index.d.ts +12 -0
- package/build-esm/address-book/canto/tokens/tokens.d.ts +6 -0
- package/build-esm/address-book/canto/tokens/tokens.js +6 -0
- package/build-esm/address-book/celo/index.d.ts +2 -0
- package/build-esm/address-book/celo/tokens/tokens.d.ts +1 -0
- package/build-esm/address-book/celo/tokens/tokens.js +1 -0
- package/build-esm/address-book/cronos/index.d.ts +18 -0
- package/build-esm/address-book/cronos/tokens/tokens.d.ts +9 -0
- package/build-esm/address-book/cronos/tokens/tokens.js +9 -0
- package/build-esm/address-book/emerald/index.d.ts +4 -0
- package/build-esm/address-book/emerald/tokens/tokens.d.ts +2 -0
- package/build-esm/address-book/emerald/tokens/tokens.js +2 -0
- package/build-esm/address-book/ethereum/index.d.ts +58 -6
- package/build-esm/address-book/ethereum/platforms/beefyfinance.d.ts +1 -0
- package/build-esm/address-book/ethereum/platforms/beefyfinance.js +1 -0
- package/build-esm/address-book/ethereum/tokens/tokens.d.ts +29 -3
- package/build-esm/address-book/ethereum/tokens/tokens.js +26 -3
- package/build-esm/address-book/fantom/index.d.ts +38 -0
- package/build-esm/address-book/fantom/tokens/tokens.d.ts +19 -0
- package/build-esm/address-book/fantom/tokens/tokens.js +16 -0
- package/build-esm/address-book/fraxtal/index.d.ts +8 -0
- package/build-esm/address-book/fraxtal/tokens/tokens.d.ts +4 -0
- package/build-esm/address-book/fraxtal/tokens/tokens.js +4 -0
- package/build-esm/address-book/fuse/index.d.ts +8 -0
- package/build-esm/address-book/fuse/tokens/tokens.d.ts +4 -0
- package/build-esm/address-book/fuse/tokens/tokens.js +4 -0
- package/build-esm/address-book/gnosis/index.d.ts +16 -0
- package/build-esm/address-book/gnosis/tokens/tokens.d.ts +8 -0
- package/build-esm/address-book/gnosis/tokens/tokens.js +8 -0
- package/build-esm/address-book/heco/index.d.ts +16 -0
- package/build-esm/address-book/heco/tokens/tokens.d.ts +8 -0
- package/build-esm/address-book/heco/tokens/tokens.js +8 -0
- package/build-esm/address-book/hyperevm/index.d.ts +4 -0
- package/build-esm/address-book/hyperevm/tokens/tokens.d.ts +2 -0
- package/build-esm/address-book/hyperevm/tokens/tokens.js +2 -0
- package/build-esm/address-book/kava/index.d.ts +10 -0
- package/build-esm/address-book/kava/tokens/tokens.d.ts +5 -0
- package/build-esm/address-book/kava/tokens/tokens.js +5 -0
- package/build-esm/address-book/linea/index.d.ts +16 -4
- package/build-esm/address-book/linea/tokens/tokens.d.ts +8 -2
- package/build-esm/address-book/linea/tokens/tokens.js +5 -2
- package/build-esm/address-book/lisk/index.d.ts +10 -0
- package/build-esm/address-book/lisk/tokens/tokens.d.ts +5 -0
- package/build-esm/address-book/lisk/tokens/tokens.js +2 -0
- package/build-esm/address-book/manta/index.d.ts +8 -0
- package/build-esm/address-book/manta/tokens/tokens.d.ts +4 -0
- package/build-esm/address-book/manta/tokens/tokens.js +1 -0
- package/build-esm/address-book/mantle/index.d.ts +4 -0
- package/build-esm/address-book/mantle/tokens/tokens.d.ts +2 -0
- package/build-esm/address-book/mantle/tokens/tokens.js +2 -0
- package/build-esm/address-book/metis/index.d.ts +10 -0
- package/build-esm/address-book/metis/tokens/tokens.d.ts +5 -0
- package/build-esm/address-book/metis/tokens/tokens.js +5 -0
- package/build-esm/address-book/mode/index.d.ts +10 -2
- package/build-esm/address-book/mode/tokens/tokens.d.ts +5 -1
- package/build-esm/address-book/mode/tokens/tokens.js +2 -1
- package/build-esm/address-book/monad/index.d.ts +16 -8
- package/build-esm/address-book/monad/tokens/tokens.d.ts +8 -4
- package/build-esm/address-book/monad/tokens/tokens.js +8 -4
- package/build-esm/address-book/moonbeam/index.d.ts +18 -0
- package/build-esm/address-book/moonbeam/tokens/tokens.d.ts +9 -0
- package/build-esm/address-book/moonbeam/tokens/tokens.js +9 -0
- package/build-esm/address-book/moonriver/index.d.ts +20 -0
- package/build-esm/address-book/moonriver/tokens/tokens.d.ts +10 -0
- package/build-esm/address-book/moonriver/tokens/tokens.js +9 -0
- package/build-esm/address-book/one/index.d.ts +14 -0
- package/build-esm/address-book/one/tokens/tokens.d.ts +7 -0
- package/build-esm/address-book/one/tokens/tokens.js +6 -0
- package/build-esm/address-book/optimism/index.d.ts +46 -10
- package/build-esm/address-book/optimism/tokens/tokens.d.ts +23 -5
- package/build-esm/address-book/optimism/tokens/tokens.js +20 -5
- package/build-esm/address-book/plasma/index.d.ts +4 -2
- package/build-esm/address-book/plasma/tokens/tokens.d.ts +2 -1
- package/build-esm/address-book/plasma/tokens/tokens.js +2 -1
- package/build-esm/address-book/polygon/index.d.ts +54 -2
- package/build-esm/address-book/polygon/tokens/tokens.d.ts +27 -1
- package/build-esm/address-book/polygon/tokens/tokens.js +22 -1
- package/build-esm/address-book/real/index.d.ts +10 -0
- package/build-esm/address-book/real/tokens/tokens.d.ts +5 -0
- package/build-esm/address-book/real/tokens/tokens.js +1 -0
- package/build-esm/address-book/saga/index.d.ts +4 -0
- package/build-esm/address-book/saga/tokens/tokens.d.ts +2 -0
- package/build-esm/address-book/saga/tokens/tokens.js +2 -0
- package/build-esm/address-book/scroll/index.d.ts +12 -0
- package/build-esm/address-book/scroll/tokens/tokens.d.ts +6 -0
- package/build-esm/address-book/scroll/tokens/tokens.js +3 -0
- package/build-esm/address-book/sei/index.d.ts +2 -0
- package/build-esm/address-book/sei/tokens/tokens.d.ts +1 -0
- package/build-esm/address-book/sei/tokens/tokens.js +1 -0
- package/build-esm/address-book/sonic/index.d.ts +18 -2
- package/build-esm/address-book/sonic/tokens/tokens.d.ts +9 -1
- package/build-esm/address-book/sonic/tokens/tokens.js +6 -1
- package/build-esm/address-book/unichain/index.d.ts +8 -0
- package/build-esm/address-book/unichain/tokens/tokens.d.ts +4 -0
- package/build-esm/address-book/unichain/tokens/tokens.js +1 -0
- package/build-esm/address-book/zkevm/index.d.ts +24 -0
- package/build-esm/address-book/zkevm/tokens/tokens.d.ts +12 -0
- package/build-esm/address-book/zkevm/tokens/tokens.js +9 -0
- package/build-esm/address-book/zksync/index.d.ts +12 -2
- package/build-esm/address-book/zksync/tokens/tokens.d.ts +6 -1
- package/build-esm/address-book/zksync/tokens/tokens.js +3 -1
- package/build-esm/types/token.d.ts +1 -1
- package/package.json +1 -1
|
@@ -9,6 +9,7 @@ const ETH = {
|
|
|
9
9
|
description: 'Ether or ETH is the native currency built on the Ethereum blockchain.',
|
|
10
10
|
bridge: 'base-canonical',
|
|
11
11
|
documentation: 'https://ethereum.org/en/developers/docs/',
|
|
12
|
+
tags: ['BLUECHIP'],
|
|
12
13
|
};
|
|
13
14
|
export const tokens = {
|
|
14
15
|
WNATIVE: ETH,
|
|
@@ -26,6 +27,7 @@ export const tokens = {
|
|
|
26
27
|
description: "The incentive-bearing Beefy Token (mooBIFI) applies the magic of Beefy's autocompounding technology to the BIFI token. It is the vault token for the BIFI Vault, which automatically claims and swaps governance incentives into more BIFI, and redeposits to unlock exponential growth. On chains other than Ethereum, mooBIFI is a bridged copy of the native Ethereum token, and cannot be returned to BIFI without first bridging back to Ethereum. mooBIFI holders on all chains retain their full voting power corresponding to the underlying amount of BIFI deposited and compounding on Ethereum.",
|
|
27
28
|
documentation: 'https://docs.beefy.finance/',
|
|
28
29
|
bridge: 'beefy',
|
|
30
|
+
tags: ['BLUECHIP'],
|
|
29
31
|
},
|
|
30
32
|
BSX: {
|
|
31
33
|
name: 'BSX',
|
|
@@ -172,7 +174,7 @@ export const tokens = {
|
|
|
172
174
|
description: 'USD+ is USDC that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDC. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.',
|
|
173
175
|
documentation: 'https://docs.overnight.fi/',
|
|
174
176
|
bridge: 'native',
|
|
175
|
-
tags: ['CURATED'],
|
|
177
|
+
tags: ['CURATED', 'STABLECOIN'],
|
|
176
178
|
},
|
|
177
179
|
'DAI+': {
|
|
178
180
|
name: 'DAI+',
|
|
@@ -223,6 +225,7 @@ export const tokens = {
|
|
|
223
225
|
description: "Coinbase Wrapped Staked ETH (“cbETH”) is a utility token that represents Ethereum 2 (ETH2), which is ETH staked through Coinbase. Over time, the price of cbETH will likely deviate from ETH because cbETH represents 1 staked ETH plus all of its accrued staking interest starting from when cbETH's conversion rate and balance were initialized (June 16, 2022 19:34 UTC). cbETH is minted exclusively by Coinbase.",
|
|
224
226
|
documentation: 'https://help.coinbase.com/en/coinbase/trading-and-funding/staking-rewards/cbeth',
|
|
225
227
|
bridge: 'native',
|
|
228
|
+
tags: ['BLUECHIP'],
|
|
226
229
|
},
|
|
227
230
|
axlUSDC: {
|
|
228
231
|
name: 'Axelar Wrapped USDC',
|
|
@@ -363,6 +366,7 @@ export const tokens = {
|
|
|
363
366
|
documentation: 'https://docs.threshold.network/',
|
|
364
367
|
description: 'Threshold is the first ever on-chain merge between two existing networks and communities, Keep and NuCypher. Threshold provides a suite of threshold cryptography services that power user sovereignty on the blockchain.',
|
|
365
368
|
bridge: 'wormhole',
|
|
369
|
+
tags: ['BLUECHIP'],
|
|
366
370
|
},
|
|
367
371
|
BASED: {
|
|
368
372
|
name: 'based.markets',
|
|
@@ -437,6 +441,7 @@ export const tokens = {
|
|
|
437
441
|
description: 'As a Rocket Pool staker, your role is to deposit ETH into the deposit pool which will enable a node operator to create a new Beacon Chain validator. You can stake as little as 0.01 ETH. In doing so, you will be given a token called rETH. rETH represents both how much ETH you deposited, and when you deposited it.',
|
|
438
442
|
bridge: 'base-canonical',
|
|
439
443
|
documentation: 'https://docs.rocketpool.net/guides/',
|
|
444
|
+
tags: ['BLUECHIP'],
|
|
440
445
|
},
|
|
441
446
|
FTW: {
|
|
442
447
|
name: 'FriendTech33',
|
|
@@ -498,6 +503,7 @@ export const tokens = {
|
|
|
498
503
|
description: 'Lido is a liquid staking solution for ETH backed by industry-leading staking providers. Lido lets users stake their ETH - without locking assets or maintaining infrastructure - whilst participating in on-chain activities, e.g. lending. Lido attempts to solve the problems associated with initial ETH staking - illiquidity, immovability and accessibility - making staked ETH liquid and allowing for participation with any amount of ETH to improve security of the Ethereum network.',
|
|
499
504
|
documentation: 'https://docs.lido.fi/',
|
|
500
505
|
bridge: 'base-canonical',
|
|
506
|
+
tags: ['BLUECHIP'],
|
|
501
507
|
},
|
|
502
508
|
CRV: {
|
|
503
509
|
name: 'Curve DAO Token',
|
|
@@ -510,6 +516,7 @@ export const tokens = {
|
|
|
510
516
|
description: 'Curve is an exchange liquidity pool on Ethereum. Curve is designed for extremely efficient stablecoin trading and low risk, supplemental fee income for liquidity providers, without an opportunity cost.',
|
|
511
517
|
documentation: 'https://curve.readthedocs.io/',
|
|
512
518
|
bridge: 'base-canonical',
|
|
519
|
+
tags: ['BLUECHIP'],
|
|
513
520
|
},
|
|
514
521
|
'USDC+': {
|
|
515
522
|
name: 'USDC Plus',
|
|
@@ -546,6 +553,7 @@ export const tokens = {
|
|
|
546
553
|
description: 'In the spirit of being based and fair, $TYBG was stealth launched with no tax or team/presale tokens. Memecoin.',
|
|
547
554
|
documentation: '',
|
|
548
555
|
bridge: 'native',
|
|
556
|
+
tags: ['MEMECOIN'],
|
|
549
557
|
},
|
|
550
558
|
axlOP: {
|
|
551
559
|
name: 'Axelar Wrapped OP',
|
|
@@ -570,6 +578,7 @@ export const tokens = {
|
|
|
570
578
|
description: 'The first meme coin on Base. Fairly Launched. Organic Growth. Good Vibes.',
|
|
571
579
|
documentation: 'https://basicdog.gitbook.io/basic-meme-chain/',
|
|
572
580
|
bridge: 'native',
|
|
581
|
+
tags: ['MEMECOIN'],
|
|
573
582
|
},
|
|
574
583
|
SNX: {
|
|
575
584
|
name: 'Synthetix Network Token',
|
|
@@ -582,6 +591,7 @@ export const tokens = {
|
|
|
582
591
|
description: 'Synthetix is the backbone for derivatives trading in DeFi, allowing anyone, anywhere to gain on-chain exposure to a vast range of assets.',
|
|
583
592
|
documentation: 'https://docs.synthetix.io/synthetix-protocol/the-synthetix-protocol/synthetix-token-snx',
|
|
584
593
|
bridge: 'base-canonical',
|
|
594
|
+
tags: ['BLUECHIP'],
|
|
585
595
|
},
|
|
586
596
|
T: {
|
|
587
597
|
name: 'Threshold Network Token',
|
|
@@ -618,6 +628,7 @@ export const tokens = {
|
|
|
618
628
|
website: 'https://dogin.meme/',
|
|
619
629
|
description: 'The $doginme memecoin roots were established when a Farcaster user inquired if Dan Romero (DWR), the founder of the decentralized social media platform, owned a dog.',
|
|
620
630
|
bridge: 'native',
|
|
631
|
+
tags: ['MEMECOIN'],
|
|
621
632
|
},
|
|
622
633
|
RSR: {
|
|
623
634
|
name: 'Reserve Rights',
|
|
@@ -666,6 +677,7 @@ export const tokens = {
|
|
|
666
677
|
website: 'https://basedchad.com/',
|
|
667
678
|
description: 'You can’t say anything is more based than putting the best meme of all time on the most based L2.',
|
|
668
679
|
bridge: 'native',
|
|
680
|
+
tags: ['MEMECOIN'],
|
|
669
681
|
},
|
|
670
682
|
ANIME: {
|
|
671
683
|
name: 'Anime',
|
|
@@ -677,6 +689,7 @@ export const tokens = {
|
|
|
677
689
|
website: 'https://www.animeonbase.art/',
|
|
678
690
|
description: '$ANIME has grown into a movement uniting people from around the world by their love of art and anime. No VCs, influencers, or utility. Just art and memes.',
|
|
679
691
|
bridge: 'native',
|
|
692
|
+
tags: ['MEMECOIN'],
|
|
680
693
|
},
|
|
681
694
|
L2VE: {
|
|
682
695
|
name: 'Cupid Inu',
|
|
@@ -688,6 +701,7 @@ export const tokens = {
|
|
|
688
701
|
website: 'https://www.l2ve.me/',
|
|
689
702
|
description: 'The Cupid Inu memecoin has landed on BASE, with a mission to scatter as much $L2VE as possible.',
|
|
690
703
|
bridge: 'native',
|
|
704
|
+
tags: ['MEMECOIN'],
|
|
691
705
|
},
|
|
692
706
|
SEXY: {
|
|
693
707
|
name: 'Settled ETHXY Token',
|
|
@@ -777,6 +791,7 @@ export const tokens = {
|
|
|
777
791
|
description: 'Meme dog token on base.',
|
|
778
792
|
bridge: 'native',
|
|
779
793
|
documentation: 'https://www.basedoge.xyz/',
|
|
794
|
+
tags: ['MEMECOIN'],
|
|
780
795
|
},
|
|
781
796
|
baseQI: {
|
|
782
797
|
name: 'Qi Dao',
|
|
@@ -812,6 +827,7 @@ export const tokens = {
|
|
|
812
827
|
website: 'https://www.nonplayablecoin.io/',
|
|
813
828
|
description: 'Non-Playable Coin (NPC) is a memecoin actually backed by one of the most recognizable memes on the internet. Trade it as an NFT or as a memecoin, it doesn’t matter. It’s the first memecoin-NFT hybrid.',
|
|
814
829
|
bridge: 'wormhole',
|
|
830
|
+
tags: ['MEMECOIN'],
|
|
815
831
|
},
|
|
816
832
|
Mog: {
|
|
817
833
|
name: 'Mog Coin',
|
|
@@ -823,6 +839,7 @@ export const tokens = {
|
|
|
823
839
|
website: 'https://mogcoin.xyz/',
|
|
824
840
|
description: '$Mog is the internet’s first culture coin. Starting as a meme among friends in the summer of 2023 it has set itself apart from other projects through its open-ended memetic branding and unique content.',
|
|
825
841
|
bridge: 'base-canonical',
|
|
842
|
+
tags: ['MEMECOIN'],
|
|
826
843
|
},
|
|
827
844
|
HPC: {
|
|
828
845
|
name: 'Happy Puppy Club',
|
|
@@ -834,6 +851,7 @@ export const tokens = {
|
|
|
834
851
|
website: 'https://www.happypuppyclub.xyz/',
|
|
835
852
|
description: 'The Happy Puppy Club ($HPC) memecoin embodies the spirit of "we in the club, onchain".',
|
|
836
853
|
bridge: 'native',
|
|
854
|
+
tags: ['MEMECOIN'],
|
|
837
855
|
},
|
|
838
856
|
ROCK: {
|
|
839
857
|
name: 'BLACK ROCK',
|
|
@@ -881,6 +899,7 @@ export const tokens = {
|
|
|
881
899
|
website: 'https://www.normilio.com/',
|
|
882
900
|
description: 'A community driven project that aims to bring the normalest memecoin to the base.',
|
|
883
901
|
bridge: 'native',
|
|
902
|
+
tags: ['MEMECOIN'],
|
|
884
903
|
},
|
|
885
904
|
POOL: {
|
|
886
905
|
name: 'PoolTogether',
|
|
@@ -942,7 +961,7 @@ export const tokens = {
|
|
|
942
961
|
description: 'Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.',
|
|
943
962
|
documentation: 'https://etherfi.gitbook.io/etherfi',
|
|
944
963
|
bridge: 'stargate',
|
|
945
|
-
tags: ['NO_TIMELOCK'],
|
|
964
|
+
tags: ['BLUECHIP', 'NO_TIMELOCK'],
|
|
946
965
|
},
|
|
947
966
|
KLIMA: {
|
|
948
967
|
name: 'Klima DAO',
|
|
@@ -981,6 +1000,7 @@ export const tokens = {
|
|
|
981
1000
|
description: 'Aavegotchis are crypto-collectibles living on the Ethereum blockchain, backed by the ERC721 standard used in popular blockchain games.',
|
|
982
1001
|
documentation: 'https://docs.aavegotchi.com/',
|
|
983
1002
|
bridge: 'base-canonical',
|
|
1003
|
+
tags: ['MEMECOIN'],
|
|
984
1004
|
},
|
|
985
1005
|
HBR: {
|
|
986
1006
|
name: 'Harbor Token',
|
|
@@ -1018,6 +1038,7 @@ export const tokens = {
|
|
|
1018
1038
|
description: 'UNI is the governance token for Uniswap. UNI was introduced on 16th September 2020 through a retrospective airdrop to users who have interacted with the protocol either by swapping tokens or by providing liquidity.',
|
|
1019
1039
|
bridge: 'base-canonical',
|
|
1020
1040
|
documentation: 'https://docs.uniswap.org/concepts/governance/overview',
|
|
1041
|
+
tags: ['BLUECHIP'],
|
|
1021
1042
|
},
|
|
1022
1043
|
ZRO: {
|
|
1023
1044
|
name: 'LayerZero',
|
|
@@ -1030,6 +1051,7 @@ export const tokens = {
|
|
|
1030
1051
|
documentation: 'https://docs.layerzero.network/v2',
|
|
1031
1052
|
description: 'ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.',
|
|
1032
1053
|
bridge: 'layer-zero',
|
|
1054
|
+
tags: ['BLUECHIP'],
|
|
1033
1055
|
},
|
|
1034
1056
|
NORMUS: {
|
|
1035
1057
|
name: 'NORMUS',
|
|
@@ -1042,6 +1064,7 @@ export const tokens = {
|
|
|
1042
1064
|
documentation: 'https://www.basednormus.com/',
|
|
1043
1065
|
description: 'NORMUS is the governance token of the launchpad eNORMUSPUMP, a pump.fun fork on Base.',
|
|
1044
1066
|
bridge: 'native',
|
|
1067
|
+
tags: ['MEMECOIN'],
|
|
1045
1068
|
},
|
|
1046
1069
|
jEUR: {
|
|
1047
1070
|
name: 'Jarvis Synthetic Euro',
|
|
@@ -1105,6 +1128,7 @@ export const tokens = {
|
|
|
1105
1128
|
description: 'CHOMP is the fiercest little fuzzball on Base. Meme coin on Base.',
|
|
1106
1129
|
website: 'https://www.chompcoin.xyz/',
|
|
1107
1130
|
bridge: 'native',
|
|
1131
|
+
tags: ['MEMECOIN'],
|
|
1108
1132
|
},
|
|
1109
1133
|
MIGGLES: {
|
|
1110
1134
|
name: 'Mister Miggles',
|
|
@@ -1116,6 +1140,7 @@ export const tokens = {
|
|
|
1116
1140
|
description: 'Mr. Miggles, The Coinbase Cat Mascot. Meme coin on Base.',
|
|
1117
1141
|
website: 'https://mrmigglesbase.com/',
|
|
1118
1142
|
bridge: 'native',
|
|
1143
|
+
tags: ['MEMECOIN'],
|
|
1119
1144
|
},
|
|
1120
1145
|
mfer: {
|
|
1121
1146
|
name: 'mfercoin',
|
|
@@ -1127,6 +1152,7 @@ export const tokens = {
|
|
|
1127
1152
|
description: 'Meme coin for every crypto mfer on Base.',
|
|
1128
1153
|
website: 'https://linktr.ee/Mfercoin',
|
|
1129
1154
|
bridge: 'native',
|
|
1155
|
+
tags: ['MEMECOIN'],
|
|
1130
1156
|
},
|
|
1131
1157
|
EURC: {
|
|
1132
1158
|
name: 'EURO',
|
|
@@ -1150,6 +1176,7 @@ export const tokens = {
|
|
|
1150
1176
|
description: 'Based Pepe was launched quietly with no presale, zero taxes, locked LP, and a renounced contract – ensuring it remains a token for the people, forever. Meme coin on Base.',
|
|
1151
1177
|
website: 'https://basedpepe.vip/',
|
|
1152
1178
|
bridge: 'native',
|
|
1179
|
+
tags: ['MEMECOIN'],
|
|
1153
1180
|
},
|
|
1154
1181
|
COMP: {
|
|
1155
1182
|
name: 'Compound',
|
|
@@ -1162,6 +1189,7 @@ export const tokens = {
|
|
|
1162
1189
|
website: 'https://compound.finance/',
|
|
1163
1190
|
documentation: 'https://docs.compound.finance/',
|
|
1164
1191
|
bridge: 'base-canonical',
|
|
1192
|
+
tags: ['BLUECHIP'],
|
|
1165
1193
|
},
|
|
1166
1194
|
KEYCAT: {
|
|
1167
1195
|
name: 'KeyBoard Cat',
|
|
@@ -1174,6 +1202,7 @@ export const tokens = {
|
|
|
1174
1202
|
website: 'https://www.keyboardcat.fun/',
|
|
1175
1203
|
documentation: 'https://en.wikipedia.org/wiki/Keyboard_Cat',
|
|
1176
1204
|
bridge: 'native',
|
|
1205
|
+
tags: ['MEMECOIN'],
|
|
1177
1206
|
},
|
|
1178
1207
|
TOSHI: {
|
|
1179
1208
|
name: 'Toshi',
|
|
@@ -1186,6 +1215,7 @@ export const tokens = {
|
|
|
1186
1215
|
website: 'https://www.toshithecat.com/',
|
|
1187
1216
|
documentation: 'https://www.toshithecat.com/#FAQs',
|
|
1188
1217
|
bridge: 'native',
|
|
1218
|
+
tags: ['MEMECOIN'],
|
|
1189
1219
|
},
|
|
1190
1220
|
OwO: {
|
|
1191
1221
|
name: 'SoMon',
|
|
@@ -1198,6 +1228,7 @@ export const tokens = {
|
|
|
1198
1228
|
website: 'https://www.social.monster/',
|
|
1199
1229
|
documentation: 'https://gitbook.social.monster/',
|
|
1200
1230
|
bridge: 'native',
|
|
1231
|
+
tags: ['MEMECOIN'],
|
|
1201
1232
|
},
|
|
1202
1233
|
cbBTC: {
|
|
1203
1234
|
name: 'Coinbase Wrapped WBTC',
|
|
@@ -1234,6 +1265,7 @@ export const tokens = {
|
|
|
1234
1265
|
description: 'LITERALLY JUST A DOG WIF A HAT',
|
|
1235
1266
|
website: 'https://dogwifcoin.org/',
|
|
1236
1267
|
bridge: 'layer-zero',
|
|
1268
|
+
tags: ['MEMECOIN'],
|
|
1237
1269
|
},
|
|
1238
1270
|
SPX: {
|
|
1239
1271
|
name: 'SPX6900',
|
|
@@ -1245,6 +1277,7 @@ export const tokens = {
|
|
|
1245
1277
|
description: 'SPX6900 is an advanced blockchain cryptography token coin capable of limitless possibilities and scientific utilization. Ethereum based memecoin.',
|
|
1246
1278
|
website: 'https://spx6900.com/',
|
|
1247
1279
|
bridge: 'wormhole',
|
|
1280
|
+
tags: ['MEMECOIN'],
|
|
1248
1281
|
},
|
|
1249
1282
|
wBLT: {
|
|
1250
1283
|
name: 'Wrapped BMX Liquidity Token',
|
|
@@ -1305,6 +1338,7 @@ export const tokens = {
|
|
|
1305
1338
|
description: 'BITCOIN is the ticker of HarryPotterObamaSonic10Inu, a meme coin that incentivizes the creation of novel and entertaining meme content.',
|
|
1306
1339
|
documentation: 'https://hpos10i.com/#Tokenomics',
|
|
1307
1340
|
bridge: 'base-canonical',
|
|
1341
|
+
tags: ['MEMECOIN'],
|
|
1308
1342
|
},
|
|
1309
1343
|
OGN: {
|
|
1310
1344
|
name: 'OriginToken',
|
|
@@ -1381,6 +1415,7 @@ export const tokens = {
|
|
|
1381
1415
|
website: 'https://app.virtuals.io/virtuals/68',
|
|
1382
1416
|
documentation: 'https://whitepaper.virtuals.io/',
|
|
1383
1417
|
bridge: 'native',
|
|
1418
|
+
tags: ['MEMECOIN'],
|
|
1384
1419
|
},
|
|
1385
1420
|
SPEC: {
|
|
1386
1421
|
name: 'Spectral Token',
|
|
@@ -1393,7 +1428,7 @@ export const tokens = {
|
|
|
1393
1428
|
website: 'https://www.spectrallabs.xyz/',
|
|
1394
1429
|
documentation: 'https://docs.spectrallabs.xyz/',
|
|
1395
1430
|
bridge: 'synapse',
|
|
1396
|
-
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
1431
|
+
tags: ['MEMECOIN', 'LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
1397
1432
|
},
|
|
1398
1433
|
TALENT: {
|
|
1399
1434
|
name: 'Talent Protocol Token',
|
|
@@ -1418,6 +1453,7 @@ export const tokens = {
|
|
|
1418
1453
|
description: "Higher is an experiment in discovering a brand, together. It's yours, everyone's, no one's. You can add to it, remix it, destroy and rebuild it. It’s an open canvas for creativity. Meme coin on Base.",
|
|
1419
1454
|
website: 'https://www.aimhigher.net/',
|
|
1420
1455
|
bridge: 'native',
|
|
1456
|
+
tags: ['MEMECOIN'],
|
|
1421
1457
|
},
|
|
1422
1458
|
BRETT: {
|
|
1423
1459
|
name: 'Brett',
|
|
@@ -1430,7 +1466,7 @@ export const tokens = {
|
|
|
1430
1466
|
website: 'https://www.basedbrett.com/',
|
|
1431
1467
|
documentation: 'https://www.basedbrett.com/#tokenomics',
|
|
1432
1468
|
bridge: 'native',
|
|
1433
|
-
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
1469
|
+
tags: ['MEMECOIN', 'LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
1434
1470
|
},
|
|
1435
1471
|
ION: {
|
|
1436
1472
|
name: 'Ionic',
|
|
@@ -1481,6 +1517,7 @@ export const tokens = {
|
|
|
1481
1517
|
description: 'Clanker autonomous memecoins built by Dish and Proxyswap.eth',
|
|
1482
1518
|
website: 'https://www.clanker.world/',
|
|
1483
1519
|
bridge: 'native',
|
|
1520
|
+
tags: ['MEMECOIN'],
|
|
1484
1521
|
},
|
|
1485
1522
|
LUM: {
|
|
1486
1523
|
name: 'luminous',
|
|
@@ -1492,6 +1529,7 @@ export const tokens = {
|
|
|
1492
1529
|
description: 'Deployed by an AI agent by request from another AI agent, LUM is a token without human intervention.',
|
|
1493
1530
|
website: 'https://warpcast.com/aethernet/0x9b64c883',
|
|
1494
1531
|
bridge: 'native',
|
|
1532
|
+
tags: ['MEMECOIN'],
|
|
1495
1533
|
},
|
|
1496
1534
|
YFI: {
|
|
1497
1535
|
name: 'yearn.finance',
|
|
@@ -1504,6 +1542,7 @@ export const tokens = {
|
|
|
1504
1542
|
website: 'https://yearn.fi/',
|
|
1505
1543
|
documentation: 'https://docs.yearn.fi/',
|
|
1506
1544
|
bridge: 'base-canonical',
|
|
1545
|
+
tags: ['BLUECHIP'],
|
|
1507
1546
|
},
|
|
1508
1547
|
LRDS: {
|
|
1509
1548
|
name: 'BLOCKLORDS',
|
|
@@ -1516,7 +1555,7 @@ export const tokens = {
|
|
|
1516
1555
|
website: 'https://blocklords.com/',
|
|
1517
1556
|
documentation: 'https://wiki.blocklords.com/economy/currencies/usdlrds',
|
|
1518
1557
|
bridge: 'base-canonical',
|
|
1519
|
-
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
1558
|
+
tags: ['MEMECOIN', 'LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
1520
1559
|
},
|
|
1521
1560
|
SUSHI: {
|
|
1522
1561
|
name: 'Sushi',
|
|
@@ -1529,6 +1568,7 @@ export const tokens = {
|
|
|
1529
1568
|
description: 'Sushi is the home of DeFi. Their community is building a comprehensive, decentralized trading platform for the future of finance. Swap, earn, stack yields, lend, borrow, leverage all on one decentralized, community driven platform.',
|
|
1530
1569
|
bridge: 'base-canonical',
|
|
1531
1570
|
documentation: 'https://dev.sushi.com/',
|
|
1571
|
+
tags: ['BLUECHIP'],
|
|
1532
1572
|
},
|
|
1533
1573
|
baseETH: {
|
|
1534
1574
|
name: 'Tokemak baseETH',
|
|
@@ -1552,6 +1592,7 @@ export const tokens = {
|
|
|
1552
1592
|
description: 'Deployed by an AI agent by request from another AI agent, PARADOX is a token without human intervention.',
|
|
1553
1593
|
website: 'https://warpcast.com/clanker/0x30f98af8',
|
|
1554
1594
|
bridge: 'native',
|
|
1595
|
+
tags: ['MEMECOIN'],
|
|
1555
1596
|
},
|
|
1556
1597
|
LBTC: {
|
|
1557
1598
|
name: 'Lombard Staked Bitcoin',
|
|
@@ -1600,6 +1641,7 @@ export const tokens = {
|
|
|
1600
1641
|
description: 'an anonymous token deployed by an autonomous AI powering social posting with ZK on anoncast',
|
|
1601
1642
|
documentation: '',
|
|
1602
1643
|
bridge: 'native',
|
|
1644
|
+
tags: ['MEMECOIN'],
|
|
1603
1645
|
},
|
|
1604
1646
|
MORPHO: {
|
|
1605
1647
|
name: 'Morpho Token',
|
|
@@ -1612,7 +1654,7 @@ export const tokens = {
|
|
|
1612
1654
|
description: 'Morpho is a decentralized lending protocol with different entities and individuals contributing to its development and adoption. As a result, the documentation refers to different areas of “Morpho” which are worth distinguishing.',
|
|
1613
1655
|
documentation: 'https://docs.morpho.org/',
|
|
1614
1656
|
bridge: 'base-canonical',
|
|
1615
|
-
tags: ['NO_TIMELOCK'],
|
|
1657
|
+
tags: ['BLUECHIP', 'NO_TIMELOCK'],
|
|
1616
1658
|
},
|
|
1617
1659
|
PUBLIUS: {
|
|
1618
1660
|
name: 'PUBLIUS',
|
|
@@ -1636,6 +1678,7 @@ export const tokens = {
|
|
|
1636
1678
|
description: '$FCAST is the autonomous anomaly —Clanker AIs first and only self-initiated token deployment. Uniquely forged without external intervention, it stands as a singular testament to AIs creative autonomy, marking a breakthrough moment in decentralized innovation and the digital frontier.',
|
|
1637
1679
|
documentation: '',
|
|
1638
1680
|
bridge: 'native',
|
|
1681
|
+
tags: ['MEMECOIN'],
|
|
1639
1682
|
},
|
|
1640
1683
|
SIMMI: {
|
|
1641
1684
|
name: 'Simmi Token',
|
|
@@ -1648,6 +1691,7 @@ export const tokens = {
|
|
|
1648
1691
|
website: 'https://simulacrum.network/',
|
|
1649
1692
|
documentation: 'https://docs.simulacrum.network/',
|
|
1650
1693
|
bridge: 'native',
|
|
1694
|
+
tags: ['MEMECOIN'],
|
|
1651
1695
|
},
|
|
1652
1696
|
AIFUN: {
|
|
1653
1697
|
name: 'AI Agent Layer',
|
|
@@ -1660,6 +1704,7 @@ export const tokens = {
|
|
|
1660
1704
|
description: 'The AI Agent Layer introduces a pioneering platform that allows users to create, personalize, and tokenize AI Agents in a fully decentralized ecosystem. Through a seamless and accessible interface, users can launch tradeable AI Agents in just 15 seconds, each represented by tokens paired with the native currency, $AIFUN.',
|
|
1661
1705
|
documentation: 'https://aifun-1.gitbook.io/aiagentlayer',
|
|
1662
1706
|
bridge: 'native',
|
|
1707
|
+
tags: ['MEMECOIN'],
|
|
1663
1708
|
},
|
|
1664
1709
|
CHAOS: {
|
|
1665
1710
|
name: 'CHAOS',
|
|
@@ -1672,6 +1717,7 @@ export const tokens = {
|
|
|
1672
1717
|
description: 'CHAOS is a token created by ai agent AIXbt using Simulacrum',
|
|
1673
1718
|
documentation: '',
|
|
1674
1719
|
bridge: 'native',
|
|
1720
|
+
tags: ['MEMECOIN'],
|
|
1675
1721
|
},
|
|
1676
1722
|
G: {
|
|
1677
1723
|
name: 'Gravity',
|
|
@@ -1748,6 +1794,7 @@ export const tokens = {
|
|
|
1748
1794
|
description: 'At 9:00 PM UTC on November 22, 2024, Freysa awoke. The human population of Earth stood at 8,189,700,000. The population of sovereign agents: 1.',
|
|
1749
1795
|
documentation: 'https://framework.freysa.ai/overview',
|
|
1750
1796
|
bridge: '',
|
|
1797
|
+
tags: ['MEMECOIN'],
|
|
1751
1798
|
},
|
|
1752
1799
|
CHAMP: {
|
|
1753
1800
|
name: 'Super Champs',
|
|
@@ -1760,7 +1807,7 @@ export const tokens = {
|
|
|
1760
1807
|
description: 'Super Champs is an immersive, anime-inspired universe spanning games, video, social media, merch, and web3 ownership.',
|
|
1761
1808
|
documentation: 'https://whitepaper.superchamps.com/champ-tokenomics',
|
|
1762
1809
|
bridge: '',
|
|
1763
|
-
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
1810
|
+
tags: ['MEMECOIN', 'LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
1764
1811
|
},
|
|
1765
1812
|
uSUI: {
|
|
1766
1813
|
name: 'Sui (Universal)',
|
|
@@ -1838,7 +1885,7 @@ export const tokens = {
|
|
|
1838
1885
|
description: 'uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.',
|
|
1839
1886
|
documentation: 'https://docs.universalassets.xyz/universal-protocol',
|
|
1840
1887
|
bridge: 'native',
|
|
1841
|
-
tags: ['NO_TIMELOCK'],
|
|
1888
|
+
tags: ['MEMECOIN', 'NO_TIMELOCK'],
|
|
1842
1889
|
},
|
|
1843
1890
|
uNEAR: {
|
|
1844
1891
|
name: 'NEAR (Universal)',
|
|
@@ -1890,6 +1937,7 @@ export const tokens = {
|
|
|
1890
1937
|
description: '0xReisearch is a collective of AI and Crypto natives that decided to develop a novel approach to the AI x Blockchain space. The Framework presents an architecture for AI blockchain integration through structured data interchange. By focusing on the complementary strengths of both technologies, this framework enables sophisticated interactions while maintaining blockchains deterministic properties.',
|
|
1891
1938
|
documentation: 'https://0xreisearch.gitbook.io/0xreisearch',
|
|
1892
1939
|
bridge: 'native',
|
|
1940
|
+
tags: ['MEMECOIN'],
|
|
1893
1941
|
},
|
|
1894
1942
|
AIXBT: {
|
|
1895
1943
|
name: 'aixbt by Virtuals',
|
|
@@ -1902,6 +1950,7 @@ export const tokens = {
|
|
|
1902
1950
|
description: 'AIXBT tracks CT discussions and leverages its proprietary engine to identify high momentum plays.',
|
|
1903
1951
|
documentation: '',
|
|
1904
1952
|
bridge: 'native',
|
|
1953
|
+
tags: ['MEMECOIN'],
|
|
1905
1954
|
},
|
|
1906
1955
|
VVV: {
|
|
1907
1956
|
name: 'Venice Token',
|
|
@@ -1965,7 +2014,7 @@ export const tokens = {
|
|
|
1965
2014
|
description: 'The B3 token is the engine powering the Open Gaming ecosystem, designed to grow, scale and transform gaming by empowering players, game developers, and holders.',
|
|
1966
2015
|
documentation: 'https://learn.b3.fun/claim-comprehensive-faq',
|
|
1967
2016
|
bridge: 'native',
|
|
1968
|
-
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
2017
|
+
tags: ['MEMECOIN', 'LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
1969
2018
|
},
|
|
1970
2019
|
VEIL: {
|
|
1971
2020
|
name: 'VEIL Token',
|
|
@@ -2001,6 +2050,7 @@ export const tokens = {
|
|
|
2001
2050
|
description: 'POPCAT meme on Solana bridged via Wormhole',
|
|
2002
2051
|
documentation: '',
|
|
2003
2052
|
bridge: 'wormhole',
|
|
2053
|
+
tags: ['MEMECOIN'],
|
|
2004
2054
|
},
|
|
2005
2055
|
uPEPE: {
|
|
2006
2056
|
name: 'Pepe (Universal)',
|
|
@@ -2013,7 +2063,7 @@ export const tokens = {
|
|
|
2013
2063
|
description: 'uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.',
|
|
2014
2064
|
documentation: 'https://docs.universalassets.xyz/universal-protocol',
|
|
2015
2065
|
bridge: 'native',
|
|
2016
|
-
tags: ['NO_TIMELOCK'],
|
|
2066
|
+
tags: ['MEMECOIN', 'NO_TIMELOCK'],
|
|
2017
2067
|
},
|
|
2018
2068
|
uSHIB: {
|
|
2019
2069
|
name: 'Shiba Inu (Universal)',
|
|
@@ -2025,7 +2075,7 @@ export const tokens = {
|
|
|
2025
2075
|
description: 'uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.',
|
|
2026
2076
|
documentation: 'https://docs.universalassets.xyz/universal-protocol',
|
|
2027
2077
|
bridge: 'native',
|
|
2028
|
-
tags: ['NO_TIMELOCK'],
|
|
2078
|
+
tags: ['MEMECOIN', 'NO_TIMELOCK'],
|
|
2029
2079
|
},
|
|
2030
2080
|
KAITO: {
|
|
2031
2081
|
name: 'KAITO',
|
|
@@ -2049,6 +2099,7 @@ export const tokens = {
|
|
|
2049
2099
|
website: 'https://grokster.ai/',
|
|
2050
2100
|
description: 'Bankr, in collaboration with Grok, officially deploys the $GRK Grokster token on the Base chain, as announced through a post on X.',
|
|
2051
2101
|
bridge: 'native',
|
|
2102
|
+
tags: ['MEMECOIN'],
|
|
2052
2103
|
},
|
|
2053
2104
|
DRB: {
|
|
2054
2105
|
name: 'DebtReliefBot',
|
|
@@ -2060,6 +2111,7 @@ export const tokens = {
|
|
|
2060
2111
|
website: 'https://drbgrok.com/',
|
|
2061
2112
|
description: 'The first token proposed by Grok AI. Built on Base chain.',
|
|
2062
2113
|
bridge: 'native',
|
|
2114
|
+
tags: ['MEMECOIN'],
|
|
2063
2115
|
},
|
|
2064
2116
|
MOXIE: {
|
|
2065
2117
|
name: 'Moxie',
|
|
@@ -2072,6 +2124,7 @@ export const tokens = {
|
|
|
2072
2124
|
description: 'Moxie is your onchain AI assistant—analyzing transactions, unlocking social alpha, and executing trades on your behalf.',
|
|
2073
2125
|
documentation: 'https://build.moxie.xyz/the-moxie-protocol',
|
|
2074
2126
|
bridge: 'native',
|
|
2127
|
+
tags: ['MEMECOIN'],
|
|
2075
2128
|
},
|
|
2076
2129
|
MOR: {
|
|
2077
2130
|
name: 'MOR',
|
|
@@ -2084,7 +2137,7 @@ export const tokens = {
|
|
|
2084
2137
|
description: 'Morpheus is a Decentralized AI network designed to incentivize a network of Smart Agents, general-purpose AI that can execute Smart Contracts on behalf of users.',
|
|
2085
2138
|
documentation: 'https://morpheusai.gitbook.io/morpheus/',
|
|
2086
2139
|
bridge: 'layer-zero',
|
|
2087
|
-
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
2140
|
+
tags: ['MEMECOIN', 'LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
2088
2141
|
},
|
|
2089
2142
|
KTA: {
|
|
2090
2143
|
name: 'Keeta',
|
|
@@ -2161,7 +2214,7 @@ export const tokens = {
|
|
|
2161
2214
|
description: 'Overtime is an onchain sportsbook ecosystem with platforms for placing bets on popular sporting events and digital options trading.',
|
|
2162
2215
|
documentation: 'https://docs.overtime.io/',
|
|
2163
2216
|
bridge: 'chainlink-ccip',
|
|
2164
|
-
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
2217
|
+
tags: ['MEMECOIN', 'LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
2165
2218
|
},
|
|
2166
2219
|
EDGE: {
|
|
2167
2220
|
name: 'Edge',
|
|
@@ -2238,6 +2291,7 @@ export const tokens = {
|
|
|
2238
2291
|
description: 'Base Meme',
|
|
2239
2292
|
documentation: '',
|
|
2240
2293
|
bridge: 'native',
|
|
2294
|
+
tags: ['MEMECOIN'],
|
|
2241
2295
|
},
|
|
2242
2296
|
waBaswstETH: {
|
|
2243
2297
|
name: 'Wrapped Aave wstETH Token',
|
|
@@ -2250,6 +2304,7 @@ export const tokens = {
|
|
|
2250
2304
|
description: 'Wrapped Aave Staked wstETH. Lido is a liquid staking solution for ETH backed by industry-leading staking providers. Lido lets users stake their ETH - without locking assets or maintaining infrastructure - whilst participating in on-chain activities, e.g. lending. Lido attempts to solve the problems associated with initial ETH staking - illiquidity, immovability and accessibility - making staked ETH liquid and allowing for participation with any amount of ETH to improve security of the Ethereum network.',
|
|
2251
2305
|
documentation: 'https://docs.lido.fi/',
|
|
2252
2306
|
bridge: 'native',
|
|
2307
|
+
tags: ['BLUECHIP'],
|
|
2253
2308
|
},
|
|
2254
2309
|
waBasezETH: {
|
|
2255
2310
|
name: 'Wrapped Aave ezETH Token',
|
|
@@ -2274,6 +2329,7 @@ export const tokens = {
|
|
|
2274
2329
|
description: 'Ether or ETH is the native currency built on the Ethereum blockchain.',
|
|
2275
2330
|
bridge: 'native',
|
|
2276
2331
|
documentation: 'https://ethereum.org/en/developers/docs/',
|
|
2332
|
+
tags: ['BLUECHIP'],
|
|
2277
2333
|
},
|
|
2278
2334
|
smUSDC: {
|
|
2279
2335
|
name: 'Seamless USDC Vault',
|
|
@@ -2349,7 +2405,7 @@ export const tokens = {
|
|
|
2349
2405
|
description: '$noice will become a global, social currency. Tip on Farcaster.',
|
|
2350
2406
|
documentation: 'https://noice.so/#section-how',
|
|
2351
2407
|
bridge: 'native',
|
|
2352
|
-
tags: ['LARGE_HOLDERS'],
|
|
2408
|
+
tags: ['MEMECOIN', 'LARGE_HOLDERS'],
|
|
2353
2409
|
},
|
|
2354
2410
|
BOLDV2: {
|
|
2355
2411
|
name: 'BOLD Stablecoin',
|
|
@@ -2483,6 +2539,7 @@ export const tokens = {
|
|
|
2483
2539
|
description: 'Aave is a decentralized non-custodial liquidity protocol where users can participate as depositors or borrowers. Depositors provide liquidity to the market to earn a passive income, while borrowers are able to borrow in an overcollateralized (perpetually) or undercollateralized (one-block liquidity) fashion.',
|
|
2484
2540
|
documentation: 'https://docs.aave.com/',
|
|
2485
2541
|
bridge: 'base-canonical',
|
|
2542
|
+
tags: ['BLUECHIP'],
|
|
2486
2543
|
},
|
|
2487
2544
|
MAMO: {
|
|
2488
2545
|
name: 'MAMO',
|
|
@@ -2824,6 +2881,7 @@ export const tokens = {
|
|
|
2824
2881
|
description: 'Solana is a high-performance network that enables fast, secure, and affordable digital transactions. It powers thousands of applications ranging from payments and games to digital art and financial services. ',
|
|
2825
2882
|
documentation: 'https://solana.com/learn/what-is-solana',
|
|
2826
2883
|
bridge: 'chainlink-ccip',
|
|
2884
|
+
tags: ['BLUECHIP'],
|
|
2827
2885
|
},
|
|
2828
2886
|
EDEL: {
|
|
2829
2887
|
name: 'Edel',
|
|
@@ -61,6 +61,7 @@ export declare const berachain: {
|
|
|
61
61
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
62
62
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
63
63
|
readonly bridge: "layerzero";
|
|
64
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
64
65
|
};
|
|
65
66
|
readonly HONEY: {
|
|
66
67
|
readonly name: "Honey";
|
|
@@ -124,6 +125,7 @@ export declare const berachain: {
|
|
|
124
125
|
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
125
126
|
readonly documentation: "";
|
|
126
127
|
readonly bridge: "layerzero";
|
|
128
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
127
129
|
};
|
|
128
130
|
readonly iBGT: {
|
|
129
131
|
readonly name: "Infrared Bera Governance Token";
|
|
@@ -159,6 +161,7 @@ export declare const berachain: {
|
|
|
159
161
|
readonly description: "Olympus is building OHM, a community-owned, decentralized and censorship-resistant reserve currency that is asset-backed, deeply liquid and used widely across Web3.";
|
|
160
162
|
readonly documentation: "https://docs.olympusdao.finance/";
|
|
161
163
|
readonly bridge: "layerzero";
|
|
164
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
162
165
|
};
|
|
163
166
|
readonly NAV: {
|
|
164
167
|
readonly name: "NavFinance";
|
|
@@ -385,6 +388,7 @@ export declare const berachain: {
|
|
|
385
388
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
386
389
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
387
390
|
readonly bridge: "layerzero";
|
|
391
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
388
392
|
};
|
|
389
393
|
readonly HONEY: {
|
|
390
394
|
readonly name: "Honey";
|
|
@@ -448,6 +452,7 @@ export declare const berachain: {
|
|
|
448
452
|
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
449
453
|
readonly documentation: "";
|
|
450
454
|
readonly bridge: "layerzero";
|
|
455
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
451
456
|
};
|
|
452
457
|
readonly iBGT: {
|
|
453
458
|
readonly name: "Infrared Bera Governance Token";
|
|
@@ -483,6 +488,7 @@ export declare const berachain: {
|
|
|
483
488
|
readonly description: "Olympus is building OHM, a community-owned, decentralized and censorship-resistant reserve currency that is asset-backed, deeply liquid and used widely across Web3.";
|
|
484
489
|
readonly documentation: "https://docs.olympusdao.finance/";
|
|
485
490
|
readonly bridge: "layerzero";
|
|
491
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
486
492
|
};
|
|
487
493
|
readonly NAV: {
|
|
488
494
|
readonly name: "NavFinance";
|
|
@@ -58,6 +58,7 @@ export declare const tokens: {
|
|
|
58
58
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
59
59
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
60
60
|
readonly bridge: "layerzero";
|
|
61
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
61
62
|
};
|
|
62
63
|
readonly HONEY: {
|
|
63
64
|
readonly name: "Honey";
|
|
@@ -121,6 +122,7 @@ export declare const tokens: {
|
|
|
121
122
|
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
122
123
|
readonly documentation: "";
|
|
123
124
|
readonly bridge: "layerzero";
|
|
125
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
124
126
|
};
|
|
125
127
|
readonly iBGT: {
|
|
126
128
|
readonly name: "Infrared Bera Governance Token";
|
|
@@ -156,6 +158,7 @@ export declare const tokens: {
|
|
|
156
158
|
readonly description: "Olympus is building OHM, a community-owned, decentralized and censorship-resistant reserve currency that is asset-backed, deeply liquid and used widely across Web3.";
|
|
157
159
|
readonly documentation: "https://docs.olympusdao.finance/";
|
|
158
160
|
readonly bridge: "layerzero";
|
|
161
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
159
162
|
};
|
|
160
163
|
readonly NAV: {
|
|
161
164
|
readonly name: "NavFinance";
|
|
@@ -26,6 +26,7 @@ export const tokens = {
|
|
|
26
26
|
description: 'Ether or ETH is the native currency built on the Ethereum blockchain.',
|
|
27
27
|
documentation: 'https://ethereum.org/en/developers/docs/',
|
|
28
28
|
bridge: 'layerzero',
|
|
29
|
+
tags: ['BLUECHIP'],
|
|
29
30
|
},
|
|
30
31
|
HONEY: {
|
|
31
32
|
name: 'Honey',
|
|
@@ -89,6 +90,7 @@ export const tokens = {
|
|
|
89
90
|
description: 'Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.',
|
|
90
91
|
documentation: '',
|
|
91
92
|
bridge: 'layerzero',
|
|
93
|
+
tags: ['BLUECHIP'],
|
|
92
94
|
},
|
|
93
95
|
iBGT: {
|
|
94
96
|
name: 'Infrared Bera Governance Token',
|
|
@@ -124,6 +126,7 @@ export const tokens = {
|
|
|
124
126
|
description: 'Olympus is building OHM, a community-owned, decentralized and censorship-resistant reserve currency that is asset-backed, deeply liquid and used widely across Web3.',
|
|
125
127
|
documentation: 'https://docs.olympusdao.finance/',
|
|
126
128
|
bridge: 'layerzero',
|
|
129
|
+
tags: ['BLUECHIP'],
|
|
127
130
|
},
|
|
128
131
|
NAV: {
|
|
129
132
|
name: 'NavFinance',
|