Trendaavat aiheet
#
Bonk Eco continues to show strength amid $USELESS rally
#
Pump.fun to raise $1B token sale, traders speculating on airdrop
#
Boop.Fun leading the way with a new launchpad on Solana.

drunkenfist
I don't want to conquer anything. It's just that the person with the most freedom on the sea is the pirate king - Monkey D Luffy
Santoryu!!!
NFA
drunkenfist kirjasi uudelleen
Here they are my heroes 🦸♂️
I am grateful for a lot @fantasy_top_ but this award is incomparable to nothing, maybe for someone it means nothing but for me it means MORE, especially for a small account that started its journey about a year ago
A little instruction, do not ask for a follow back, be yourself and just be patient
Oh yeah, don't forget to follow these heroes if for some reason you haven't yet
I won't tag again, but I'll write
banditxbt / Khallid4397 / punk9059 / 0xMikado
sherlock_hodles / MINHxDYNASTY / 0xDamien
0xMakesy / lokithebird / mememe69696969
ParallelAiRev / 710_eth / wals_eth / KinglouiEth
Thanks again guys 🫡
Fantardio warlord

856
I hold 416 cards on @fantasy_top_ right now
Let me tell you a little story about one of the NFTs I recently sold
A few months ago with eth at around $1.5k, I bought in a chunk and used most of it for fantasy
At the time I picked up a legendary Ansem and Legendary @CryptoKaleo for approx 15.5e ~ $24k cause I got that Ram skip from Common ---> Legendary which allowed me to suddenly maximise elite top spots for a stretch
I utilized that Kaleo legendary from Main 43 - Main 63 = 20 weeks. It helped get me a TON of Eth and cards in that duration
I sold the card a few days ago for 3e ~ $12k
In essence, I basically rented out an equip for $5.85k that helped me make over $40k and which I resold after using for 20 weeks at $12k
Now there's 416 more cards to talk about
Tell me, what did your NFT's do for you this year Anon? 🤔

9,06K
drunkenfist kirjasi uudelleen
My APY in the last year of Fantasy Top is...
363% !!!!!!!!!!!!!!!!!!! 💸🤑💸💰💰
You can farm Defi for 5-100%, or you can farm @fantasy_top_ for 363%.
Which would you choose?
And I'm just a mid-tier player. Imagine how the top tier players are doing.
Let us know your APY fantasy fam?? Math below 👇
Principal -> ~4eth at avg buy $2400 = $9600 USD
Total Balance (TB) in Year = ~.2 eth/wk = 52x.2 = 10.4eth @ price now $4275 = total $44,460 USD
APY = ((TB - PRINCIPAL)/PRINCIPAL)x100%
APY = ((44,460-9600)/9600)x100% = ~363%
Do it for the #Clout


795
POV:
You bought a TON of eth all the way from 2.5 ---> 1.5 ---> 2.2 only because you're addicted to buying @fantasy_top_ cards and you come back from a 3 month travel to see you're portfolio is suddenly close to 7 figs and you're making $25k a month
Fantasy is the best Eth Beta play this cycle, and its not close
GL and see you at 8 figs 🍻


IcoBeast.eth🦇🔊9.8. klo 00.46
POV: you never sold your ETH
13,61K
drunkenfist kirjasi uudelleen
It only takes a year to drastically change your life...
ico storytime inbound
A year ago I had <$60k onchain and ~7k followers. Cool, but not life changing.
- Blast farming was over
- Had made a lot of friends (that was cool)...but hadn't made a lot of money
- I wasn't sure what to do next
- I loved crypto (always have) but it just wasn't clear to me where to go
- Decided to stay focused on the vision - provide value relentlessly
- Just kept posting. Every day. Try to find something worth sharing...and do that.
- You see me today - what you don't see is the months of grinding it out to get where I am now
- Keep it up until October
- Virtuals looks interesting
- $900 -> life changing trade
- Social following grows as we made a lot of ppl a lot of money
- Start to think I could turn this (social crypto) from a hobby into something that can take care of my family
- January hits -> TRUMP trade -> literally every coin other than BTC bleeds out
- Think no chance I can quit my job and go full time
- Just keep posting -> Kaito becomes a kingmaker...and I had positioned myself perfectly for it
- Socials keep growing
- Coins bottom in April -> stick to the plan (hodl to gen wealth)
- Realize I can provide a lot of value to cool projects that have great product but no public voice
- All the coins come back to life
- Write my own job description
- Quit my IRL job -> start my dream job (ty Proof of Play - don't fade us)
- Buy the family castle
- Make more on Abstract in 5 months from $1k than my entire onchain networth a year ago
- We might actually have won forever
- CT changed my life
Forever grateful for the friends and projects that helped me get where I am today. Pacmoon, Bobby, Lambo, Legendary, S4mmy, Virtuals, Blast, Ghost, Avalanche, Yu Hu, Polkadot, R3ACH, Fantasy, Game Theory, Doggo, Hyperliquid...and many more
Jobs not finished but man the goal is in sight. Best industry in the world. Life changed forever.
Moon that



56,68K
drunkenfist kirjasi uudelleen
I've heard feedback from many that market making has gotten more competitive on Hyperliquid recently. This is great for end users as it means liquidity is deeper and more robust.
Fairness is a core principle of Hyperliquid in every dimension. For market makers, this means that the blockchain is designed with equal access in mind. However, “equal” does not mean “easy.” As the protocol continues to scale to meet increasing demand, it becomes important to understand the intricacies of Hyperliquid's custom infrastructure that powers the largest permissionless trading venue.
For a long time, the primary alpha was simply integrating Hyperliquid. The API is designed to abstract away most blockchain complexities for new users, allowing automated traders to port over strategies with ease. While the ease of onboarding has not changed, the importance of latency has increased.
The most responsive strategies require the best client-side infrastructure. The overarching principle guiding latency optimization is that Hyperliquid is a blockchain, not a CEX:
1. The fastest data comes from running a node.
- Action item: run against a reliable, static peer. For example, the Hyper Foundation offers a peer for non-validators to connect to.
2. The most complete data comes from running a node. Every transaction is streamed in real-time, and the node offers various formats for ingestion.
- Note: run node with output buffering disabled.
3. Nodes execute the entire blockchain, no small feat of engineering and in stark contrast to CEXs where client-side code only processes the user’s state. Hyperliquid nodes execute and verify the entire blockchain state including HyperCore and HyperEVM on a single machine. While the execution can keep up with moderate hardware specs, the latency improvements scale with the number of cores because a significant portion of execution is parallelizable.
- Action item: the data exposed by the node is rich and allows much more insight into the full blockchain state. In addition to local API servers, a full L4 book can be built. See example implementation.
- Action item: users can see significant gains up to 32 cores, with additional diminishing returns above that.
4. Cancelations are designed to have a high success rate. The first order effect here is built into the HyperBFT's mempool prioritization of cancels. However, some users find further optimizations helpful. For example, an in-flight GTC order can be "canceled" while still in the mempool by invalidating the nonce used in the order.
136,32K
drunkenfist kirjasi uudelleen
What if the TAM for games that use crypto rails is gigantically larger than the 50k ppl on CT?
Our upcoming releases (soon) are going to be the equivalent of when cavemen discovered fire for the first time or when the ancient Chinese alchemists created gunpowder.
Total paradigm shift.
Every game will be powered by crypto rails much like nearly every interaction today is powered by the internet.
We're bringing the entire gaming world onchain...and the choice will be to join us or die out.
We will brute force win with superior user acquisition ability. Consider this proper notice.
Proof of Play
9,87K
drunkenfist kirjasi uudelleen
i understand the confusion on the season pack, thinking it contained 5 cards instead of one.
design is similar to the shiny pack, and not everyone reads the description
auction mechanism in frag was a first, we'll keep it for sure, but we'll also improve it
to make things right: we're reimbursing anyone who bought a Season Pack for any Frag spent above 500. 🫡
10,28K
Johtavat
Rankkaus
Suosikit
Ketjussa trendaava
Trendaa X:ssä
Viimeisimmät suosituimmat rahoitukset
Merkittävin