Decentralization is a virus that inoculates against tyranny. Follow: @CardanoSol_Mag

FL
Joined April 2022
Gotterdammerung retweeted
#Cardano fam, 😂😂 We are literally ready-doing last November. We are at the mercy of Wall St algos now 😏 class NovemberPriceSimulator { constructor(initialPrice = 100, dropPercent = 15, risePercentPerDay = 1.2) { this.initialPrice = initialPrice; this.dropPercent = dropPercent; // % drop in first week this.risePercentPerDay = risePercentPerDay; // % rise each day after this.prices = []; this.dates = []; } // Generate price for each day in November simulateNovember(year = new Date().getFullYear()) { const nov1 = new Date(year, 10, 1); // November 1st (month is 0-indexed) const daysInNovember = 30; let currentPrice = this.initialPrice; for (let day = 1; day <= daysInNovember; day++) { const currentDate = new Date(year, 10, day); this.dates.push(currentDate.toISOString().split('T')[0]); // First week: November 1–7 → price drops if (day <= 7) { const dropFactor = 1 - (this.dropPercent / 100) / 7; // Daily drop currentPrice *= dropFactor; } // Rest of the month: November 8–30 → price rises daily else { const riseFactor = 1 + (this.risePercentPerDay / 100); currentPrice *= riseFactor; } this.prices.push(parseFloat(currentPrice.toFixed(2))); } return { dates: this.dates, prices: this.prices }; } // Simple trading algorithm based on the pattern executeTradingStrategy(startingCapital = 10000) { const { dates, prices } = this.simulateNovember(); let cash = startingCapital; let shares = 0; let portfolioValue = startingCapital; const trades = []; for (let i = 0; i < prices.length; i++) { const price = prices[i]; const date = dates[i]; // Buy on November 7 (end of drop week) if (i === 6) { shares = cash / price; cash = 0; trades.push(`BUY on ${date}: ${shares.toFixed(4)} shares @ $${price}`); } // Sell on November 30 (end of month) if (i === prices.length - 1 && shares > 0) { cash = shares * price; trades.push(`SELL on ${date}: ${shares.toFixed(4)} shares @ $${price}`); shares = 0; } // Update portfolio value portfolioValue = cash + (shares * price); } const finalValue = portfolioValue.toFixed(2); const profit = (portfolioValue - startingCapital).toFixed(2); const profitPercent = ((portfolioValue / startingCapital - 1) * 100).toFixed(2); return { startingCapital, finalValue, profit: parseFloat(profit), profitPercent: parseFloat(profitPercent), trades, priceHistory: { dates, prices } }; } } // === RUN THE SIMULATION === const simulator = new NovemberPriceSimulator( 100, // Starting price on Nov 1 15, // 15% total drop in first week 1.2 // 1.2% rise per day after ); const result = simulator.executeTradingStrategy(10000); console.log("November Price Movement & Trading Result"); console.log("=========================================="); result.trades.forEach(t => console.log(t)); console.log(`\nStarting Capital: $${result.startingCapital}`); console.log(`Final Value: $${result.finalValue}`); console.log(`Profit: $${result.profit} (${result.profitPercent}%)`); console.log("\nDaily Prices:"); result.priceHistory.dates.forEach((date, i) => { console.log(`${date}: $${result.priceHistory.prices[i]}`); });
4
25
Gotterdammerung retweeted
The combined net worth of the US Congress is $3-4 BILLION. How much have they donated to feed the hungry?
3
15
1
142
Gotterdammerung retweeted
Ayrton Senna. McLaren. 1988 Monaco Grand Prix. Iconic. Great view from the Chatham Bar (Rosie’s Bar).
5
10
117
Gotterdammerung retweeted
Intersect is going to the @CardanoSummit 2025 ✈️ Join us in Berlin during November 12 & 13 to experience the wonderful community spirit of Cardano. Come with us to watch @JBriggsLondon’s keynote and the @IntersectOSO masterclass!
Gotterdammerung retweeted
We build for the long game. 💚 When the hype cycles fade, infrastructure remains. That’s what NMKR is, the quiet layer powering the loud ones. nmkr.io
1
3
27
Midnight Scavenger Mine and NIGHT token distribution $NIGHT トークンPCマイニングしてますか? 私は、5台のPC 、5つのウォレットでガッツリ掘り当てています 対象ウォレットをPCにセットしたら こちらから接続してください⇛sm.midnight.gd
1
7
Gotterdammerung retweeted
GROK NOW OFFERS SMART TEXT SUGGESTIONS Grok now predicts what users are typing in real time, offering smart text suggestions directly in chat. As you begin to write, it instantly recommends top ranked completions based on your query, helping refine searches faster and with greater accuracy. The feature adapts to phrasing and context, updating as you type to make responses more relevant and efficient. This marks a major step toward conversational precision, reducing errors and speeding up every interaction inside Grok. Source: @XFreeze
Grok can search 𝕏 and analyze or summarize anything
Gotterdammerung retweeted
🚨 BIG: Stablecoins, ETFs, and DATs surged from $180B to $560B since 2024. That's over 3x growth. But that run is now slowing down. Where do we go next?
Gotterdammerung retweeted
Just in: Founder @NaVi_GaT0R of Cardano project @IagonOfficial says “Just talked to them (Würth Group) yesterday, already confirmed - Porsche, Subaru, small airlines company in Canada and a couple of others will be using it” @IagonOfficial software will now be used by some of the largest automakers in the world for IP protection of auto parts. THIS IS HUGE! Würth Group will be joining @IagonOfficial at the @CardanoSummit Keep notifications on! 🔔 If there’s any big news, I’ll be reporting on it! If you want to check out the Ticker: $IAG / $ADA via @SteelSwap Trusted CEX @kucoincom - $10M daily volume
ZOOM OUT! Last time QT ended, $ADA consolidated and then went to $3 as the FED balance sheet increased in size. You’re too concerned with short term price action. When the big move happens it’s going to take months not minutes. If the total crypto market cap goes to $6T by end of 2026 $ADA at historical dominance highs around 3-4%, would be $180B to $240B market cap. This is roughly a $4.7 - $6.3 ADA price. Stop worrying so much and accumulate. This is the golden era of cryptocurrency, where instead of the SEC chokepoint 2.0, we are getting the Genius Act, Clarity Act and Altcoin ETFs. How can you possible be bearish? Sure price falling right now is frustrating but who cares. What a time to accumulate.
Gotterdammerung retweeted
The @IagonOfficial and Wurth group partnership is going to have a great workaround for tarrifs through their 3D printing technology. Wurth is coming to the #Cardano Summit to share more info. Bullish on $IAG.
7
28
2
180
Gotterdammerung retweeted
‘ Be a maker not a taker. ‘
1
4
Made it to New Mexico! Great trip down without issue and clear weather. Was awesome meeting @MrHendricksSir and his dog Merle who hosted us the first night of the trip 🙏. Good to be back visiting @chadpdq in New Mexico. Lucy did great on the ride down and she is happy to have a big yard to explore here.
5
7
39
0
Gotterdammerung retweeted
More than 700 million people own crypto, but only around 70 million use it actively. That means hundreds of millions of potential investors already hold digital assets but have no clear way to deploy them. And that includes whales 🐳, especially on Cardano. A funding layer is what we need, and that is what we’ve created 👇
Gotterdammerung retweeted
I'd like to start a podcast called the Night Shift. It will be all about midnight and release weekly. Who would like to host?
Gotterdammerung retweeted

Charles Hoskinson

Midnight Community

Gotterdammerung retweeted
Replying to @IOHK_Charles
Well said Charles! Don’t miss the Midnight Summit livestream. Join the conversation shaping the next era of privacy in Web3. 📍 November 17–18 🔗midnightsummit.io
7
23
2
166
Gotterdammerung retweeted
I built an mcp server for cardano. @IOHK_Charles @InputOutputHK @Cardano_CF @emurgo_io
Gotterdammerung retweeted
SORRY!!!!!!!
59
91
10
1,217
🚨 $ADA in WisdomTree crypto index ETF.
Gotterdammerung retweeted
Smart money isn’t selling 99.5% of spot bitcoin ETF investors held through the 20% drawdown 💪 h/t @EricBalchunas