
divyasshree
@divyasshree_
Followers
87
Following
2K
Media
49
Statuses
321
First user/tester at @bitquery_io Samples https://t.co/IWZk9YPOIz MSM @UofIllinois, ex - @VMware
Joined July 2024
RT @0xbrw: 3/ How Rotor works. The leader pipelines a block into slices, erasure codes each slice into shreds, and sends each shred to a se….
0
1
0
Went exploring after reading this report on Zora. Many of them just trade one pair, except for a few traders. One interesting wallet has been arbitraging WETH-USDC ( in millions) and memecoins e.g.,
Almost every large @zora creator coin launch is sniped - but as of a few weeks ago, a lot of them started getting sniped in the same block as the token deploy tx. Why, and why are some *not* sniped in the same block?. At first, I thought there might be another mempool leak,
0
0
0
Real-Time Solana USD OHLC + Price Streaming . The real-time price feed stream for Solana using the @Bitquery_io API has been nothing short of impressive. The Kafka stream is probably a much powerful option for large systems. The GraphQL pipeline handles:.- OHLC, SMA, EMA, and
0
0
4
RT @0xbrw: Agave v2.3 is almost here. Here are the most important updates so you can monitor the situation:. - Faster epoch transitions for….
0
34
0
Here's another find:.Among the top 10 traded pairs on #Ethereum are staked varieties. Bots are constantly arbitraging between. - wstETH / WETH.- weETH / WETH.- tETH / wstETH.- stETH / ETH. wstETH / WETH traded ~$75.46M in daily volume. ⏱️ Frequency
Following up on this #arbitrage analysis.Let's talk about stablecoin arbitrage . Both #USDC and #USDT are pegged to $1, but they’re issued by different companies and often trade with tiny spreads. Trading USDC ⇄ USDT to profit from small price.
0
0
1
Extending my reply to @T3chFalcon , I tried to see what other data Brave Browser has stored on my laptop. Disabled and enabled features are stored in this ChromeFeatureState file in JSON-like format. E.g. "AllowCertainClientHints" -> This flag controls whether certain Client
@T3chFalcon A lot of people know it’s not safe just like having a simple password. But it is a matter of convenience for non critical stuff. Brave browser stores data on when what you used their autofill for in the Login data file
1
0
8
RT @Bitquery_io: Sneak peek of our price streams with real-time OHLC, price in USD, and moving averages for traders! 🚀 .
0
2
0
Using it to filter Bitquery Kafka Streams to detect token mints on Solana.
Learning a lot about memoryview in Python. Very useful to temporarily peek into real-time stream data, zero-copy. If you're using protocol buffers, then use this to wrap a large bytes object and parse chunks from it without allocating new memory.
0
0
2
Learning a lot about memoryview in Python. Very useful to temporarily peek into real-time stream data, zero-copy. If you're using protocol buffers, then use this to wrap a large bytes object and parse chunks from it without allocating new memory.
docs.python.org
A memoryview object exposes the C level buffer interface as a Python object which can then be passed around like any other object.
0
0
1