Kofi Profile picture
crypto data nerd working on: https://t.co/o4NHrypxgc L2 Gas Data | https://t.co/BzTsLR2zWn ERC4337 Data | https://t.co/44vREFPAKo Rollup Data | https://t.co/u8PYa3hTwo Scroll Data | ๐Ÿ‡ฌ๐Ÿ‡ญ
Ann Marie ๐Ÿ’• in Chicago ๐Ÿ•๐ŸŒญ Profile picture Starpacer.com Profile picture Shadow Profile picture MTA Profile picture Babuyaya Profile picture 5 subscribed
Jun 12 โ€ข 4 tweets โ€ข 2 min read
How has EIP-4844 impacted L2 costs?

1/ As the table below shows, most L2s experienced a 90%+ reduction in their L1 costs after adopting EIP-4844 blobs

L1 costs = Gas and Blob Fees for batch posting transactions + Gas Fees for proof verification transactionsImage 2/ Since their costs dropped by an order of magnitude, L2s could afford to reduce the gas fees they charged users.

As shown in the charts below, the cost of making common transactions like ETH transfers or Uniswap trades has dropped 90%+ on most L2s.

Image
Image
Image
May 20 โ€ข 5 tweets โ€ข 2 min read
I often get asked the question, "What's happening onchain?"

The answer usually lies in incentives. Every new wave of onchain activity is driven by a new incentives playbook. For example ๐Ÿ‘‡ [2020] Liquidity mining

- Compound, a lending protocol, kicked off the liquidity mining trend in June 2020 with a wildly successful token incentive program. Compound's TVL spikes from $100M to $600M in one week

- Every DeFi protocol under the sun copied this playbook and DeFi summer entered full swing.Image
Jan 12 โ€ข 6 tweets โ€ข 2 min read
Learning crypto data science changed my life and was 100% free.

If you're looking for a change (I was a transport planner), start coding 1 hour a night. More on weekends.

Pick a simple @DuneAnalytics project. Learn just enough to build it. Pick a bigger project. Repeat. It took me 3 years to get to my current level of crypto data proficiency (preceded by 3 years of writing coding in other fields). Here are some free resources you can use to get there 10X faster ๐Ÿ‘‡
Dec 15, 2023 โ€ข 4 tweets โ€ข 2 min read
Here is what rollups spent on posting data to Ethereum in November:

1. Arbitrum - $4.4M
2. Linea - $3.7M
3. Optimism - $2.508M
4. zkSync Era - $2.506M
5. Scroll - $1.43M
6. Base - $1.34M
7. Polygon zkEVM - $678k
8. Starknet - $500k
9. Zora - $211k
10. Aevo - $109k
11. Orderly - $101.2k
12. zkSync Lite - $101k
13. Public Goods Network - $95k
14. Mode - $31k
15. Lyra - $17kImage You can query insights like this using the Rollup Economics Spell on @DuneAnalytics.

Huge thanks to Archwizard @LehmannLorenz for adding Scroll and Linea to the dataset last week! ๐Ÿง™โ€โ™‚๏ธโœจ

It's been 5 months since I started that Spell. Feels really exciting to see more wizards building it up ๐Ÿฅน

Here's an example of how to use the Spell ๐Ÿ‘‡

Sep 18, 2023 โ€ข 7 tweets โ€ข 2 min read
How to become a DeFi frontend engineer (starting from scratch): Step 0: Learn basic JavaScript and HTML from a free resource of your choice (CodeAcademy, w3schools, freecodecamp .etc)

For JavaScript, if you understand variables, functions, if statements, and while loops then you're fine.
Jun 15, 2023 โ€ข 4 tweets โ€ข 1 min read
Introducing "DefiLlama ChatGPT Plugin๐Ÿฆ™โœจ"

Retrieve data on DeFi protocols and blockchains using plain english!

Here's how to use it ๐Ÿ‘‡ If you have ChatGPT Plus, install the plugin and try it out!

I'd love to see us hit the Trending page on the plugin store ๐Ÿ˜
May 18, 2023 โ€ข 4 tweets โ€ข 1 min read
I'm writing a guide to generating Dune queries with GPT.

It's a work in progress. Lots of new lessons in the pipeline, and I'll continuously update to include new Dune features.

If you want to read it, subscribe to 0xTrends Premium ($25/month).

0xtrends.com/gpt-crypto-datโ€ฆ Limitations:

GPT is not deterministic; there is an element of randomness in how it responds to prompts.

A good prompt will usually generate passable DuneSQL code, but not always.

I include examples of common mistakes GPT makes and tips on how to deal with those hallucinations
Apr 13, 2023 โ€ข 8 tweets โ€ข 3 min read
How to make token value go up ๐Ÿš€

An insight shared by @Gabe_PZ on our @gauntletnetwork x @DefiLlama Space ๐Ÿ‘‡ There are three ways in which a protocol's token has value:

- token controls highly valuable governance decisions

- token has claim on current cash flows so you're earning money from the protocol

- expectation that token will have claim on future cash flows
Apr 3, 2023 โ€ข 14 tweets โ€ข 2 min read
The next crypto data unicorn will be built on vector embeddings

Here is a breakdown of
- What vector embeddings are
- How they supercharge LLMs like GPT4
- How they will help you crush your competition LLMs are limited to the knowledge in their training data

If asked about something beyond their knowledge, they'll likely generate an incorrect answer.
Mar 24, 2023 โ€ข 4 tweets โ€ข 1 min read
Smart contracts emit "Events" to notify devs when a specific activity has happened

Yesterday, the ๐—›๐—ฎ๐˜€๐—–๐—น๐—ฎ๐—ถ๐—บ๐—ฒ๐—ฑ event of the Arbitrum airdrop contract was emitted 420k times

It was the 5th most popular event of the day! Image ๐—ฆ๐˜„๐—ฎ๐—ฝ was the 4th most popular event of the day

You can guess why ๐Ÿ˜‚
Mar 2, 2023 โ€ข 6 tweets โ€ข 3 min read
Introducing "NFT Appraisal App Tutorial ๐Ÿ–ผ๏ธโœจ"

When you finish this guide, you will have:

- Built an app that takes a walletโ€™s address or ENS name and returns the value of that walletโ€™s NFT portfolio

- Used Python, @AlchemyPlatform, @GoogleColab, @Streamlit and @Replit Here's the link to the video โšก

Don't know how to code - You'll be able to follow along and build your first crypto data app

Basic programming skills - You'll learn enough to edit the example project into a range of different crypto data apps

Mar 1, 2023 โ€ข 4 tweets โ€ข 1 min read
Done editing my first crypto data app tutorial

Don't know how to code - You'll be able to follow along and build a simple NFT analytics website

Basic programming skills - You'll learn enough to edit the example project into a range of different crypto data apps The whole thing is in python, including the frontend

It's 30 minutes long

Looking forward to putting it out soon

Don't let it flop guys, I've overinvested in this video ๐Ÿ˜‚๐Ÿ˜ญ๐Ÿ˜‚
Feb 28, 2023 โ€ข 4 tweets โ€ข 2 min read
Introducing "Bitcoin Security" ๐Ÿช™โœจ

A dashboard I'm working on to track the Bitcoin security budget

- Block Rewards and Transaction Fees
- Security Budget as % of Market Cap
- Impact of ordinals on Txn Fees
and more... Image Still a WIP. Open to feedback.

Wouldnt have been possible without the prior work of ArchWizards @Data_Always, @andrewhong5297 and @hildobby_ ๐Ÿง™โ€โ™‚๏ธโœจ

dune.com/niftytable/bitโ€ฆ
Feb 28, 2023 โ€ข 9 tweets โ€ข 3 min read
I crunched the data on Bitcoin's security budget

Some believe that this one data point could spell the death of Bitcoin.

Here are 4 key insights into what the budget is, what the current stats are and how Bitcoin NFTs might save the day ๐Ÿ‘‡ The security budget is the money paid to miners (block rewards + transaction fees).

When the budget is high, 51% attacks are expensive and vice versa.
Feb 21, 2023 โ€ข 5 tweets โ€ข 2 min read
53% of Blur's volume comes from just 500 wallets

(research by Archmage @jphackworth42 ๐Ÿง™โœจ)

The marketplaces are killing their profits, long-term relationships with creators and future growth prospects to compete for ~500 pro traders Instead of trying to grow the pie of NFT users ๐Ÿคฆ
Feb 21, 2023 โ€ข 17 tweets โ€ข 7 min read
There has been an intense battle over royalties in the NFT space

I crunched the data on how much creators have earned from royalties

Here are 3 key insights I found ๐Ÿ‘‡ 1/ In 2023

Opensea has paid out 18k ETH in royalties ($31M at today's price)

Blur has paid out 3.7k ETH ($6.1M at today's price) Image
Feb 9, 2023 โ€ข 5 tweets โ€ข 2 min read
If you work in VC/trading/sales/BD you spend a lot of time researching what new protocols people are using and why

I write two emails a month summarizing the data on early + fast-growing protocols

These emails will save you time

Here is this week's ๐Ÿ‘‡

0xtrends.com/issue-003-nft-โ€ฆ I'm ok with making this one public because the products I covered are relatively well known ๐Ÿคท๐Ÿฝ

Usually, my emails include more unknown projects

If you want to access the archive, and get sent future reports, sign up for my email list here ๐Ÿ‘‡

0xtrends.com
Feb 8, 2023 โ€ข 4 tweets โ€ข 1 min read
The most popular crypto mobile apps in Nigeria ๐Ÿ‡ณ๐Ÿ‡ฌ

Google Play Finance Rankings
#7 - Metamask
#36 - TrustWallet
#46 - Binance The most popular crypto mobile apps in Ghana ๐Ÿ‡ฌ๐Ÿ‡ญ

Google Play Finance Rankings
#36 - Binance
#41 - YellowCard
#43 - TrustWallet
Feb 7, 2023 โ€ข 12 tweets โ€ข 4 min read
I crunched the data on @manifoldxyz, one of the most popular no-code tools for creating NFT contracts and NFT drop websites.

Here are 4 key insights I found ๐Ÿ‘‡ 1/ Manifold's Claims product makes it easy to create websites for limited edition and open edition NFT drops

๐Ÿฎ๐Ÿฎ๐Ÿฏ๐—  NFTs have been sold using the Claims tool for a total of $๐Ÿฏ๐Ÿฎ๐—  Image
Feb 7, 2023 โ€ข 4 tweets โ€ข 1 min read
Why did @manifoldxyz gallery/marketplace have crazy high trading volume in Feb 2022? Anyone know? 2022 people. Last year. Not talking about the current OE craze lol ๐Ÿ˜‚
Feb 3, 2023 โ€ข 9 tweets โ€ข 3 min read
In crypto, attention = power

Here are 5 tips on leveraging the media to get attention for your project from @eking0x (managing editor of @DLNewsInfo) ๐Ÿ‘‡ We covered these tactics on this week's @DefiLlama X DLNews Twitter space

To learn more about the inner workings of the crypto media industry and how you can benefit from it, listen to the full recording ๐Ÿ‘‡
twitter.com/i/spaces/1ypJdโ€ฆ