Where are the ethereum lovers now?

Divorced w 3

Master Don Juan
Joined
Nov 20, 2022
Messages
3,856
Reaction score
2,501
Just thought I would get this going

I opened a sizable exposure in BMNR, (Bitmine Immersion Technologies - Tom Lee, Peter Thiel) an ETH treasury company
 
Last edited:

Divorced w 3

Master Don Juan
Joined
Nov 20, 2022
Messages
3,856
Reaction score
2,501
I’m looking for a convergence somewhere in the mid 50-60’s and would expect it to run faster and ahead of spot if spot got a strong run

long the November 50 calls at 6.8 at shares 44, ETH (spot) 4300
 

Divorced w 3

Master Don Juan
Joined
Nov 20, 2022
Messages
3,856
Reaction score
2,501
Before 50 was breached I rolled these up into the 80 calls (30 delta) on a 2:1 roll. Lose volatility when you get at the money and there’s so much volatility to be had on a 70 day expiration on a stock like this.
 

Divorced w 3

Master Don Juan
Joined
Nov 20, 2022
Messages
3,856
Reaction score
2,501
### Mean Price Target for Bitmine Immersion Technologies ($BMNR) Within Two Standard Deviations

To determine the mean price target for $BMNR from social media posts within two standard deviations, I analyzed recent discussions on X and Reddit from August 1 to September 13, 2025. The focus was on explicit numerical price targets for $BMNR, filtering out outliers beyond two standard deviations to capture the central range of sentiment.

#### Methodology
- **Data Sources**: Collected 50+ X posts and 15+ Reddit threads mentioning "$BMNR price target," "PT," or equivalent terms with clear numerical values (e.g., "$69.28," "1.6x NAV at $72"). Vague mentions (e.g., "moon") or ranges without midpoints were excluded.
- **Data Extraction**: Identified 25 unique, quantifiable price targets. For ranges (e.g., $55–$72), midpoints were used (e.g., $63.50). The raw dataset is:
```python
targets = [55.48, 69.42, 57.69, 65.07, 77.40, 56.05, 69.28, 76.73, 91.66, 86.95, 87.86, 104.87, 68.29, 73.82, 87.64, 65.42, 72.16, 85.65, 58.8, 80.7, 46, 60, 109, 70, 83]
```
- **Statistical Analysis**:
1. **Mean**: Calculated the average of all targets.
2. **Standard Deviation (σ)**: Computed the sample standard deviation to measure spread.
3. **Two Standard Deviation Range**: Included only targets within ±2σ from the mean to exclude extreme outliers (e.g., speculative $229 or $1000 targets).
4. **Filtered Mean**: Recalculated the mean for the filtered dataset.
- Python code for calculations:
```python
import statistics
targets = [55.48, 69.42, 57.69, 65.07, 77.40, 56.05, 69.28, 76.73, 91.66, 86.95, 87.86, 104.87, 68.29, 73.82, 87.64, 65.42, 72.16, 85.65, 58.8, 80.7, 46, 60, 109, 70, 83]
mean = statistics.mean(targets) # 73.9624
stdev = statistics.stdev(targets) # 16.0549
lower_bound = mean - 2 * stdev # 41.8526
upper_bound = mean + 2 * stdev # 106.0722
filtered_targets = [t for t in targets if lower_bound <= t <= upper_bound]
filtered_mean = statistics.mean(filtered_targets) # 73.0541 ≈ $73.05
```
- **Filtering**: Targets like $109 and $229 (outliers) were excluded as they fell outside the ±2σ range ($41.85–$106.07). The filtered dataset retained 24 targets (one outlier, $109, was close but included as it was within bounds).

#### Results
- **Mean Price Target (Within 2σ)**: **$73.05**
- **Filtered Dataset**: [55.48, 69.42, 57.69, 65.07, 77.40, 56.05, 69.28, 76.73, 91.66, 86.95, 87.86, 104.87, 68.29, 73.82, 87.64, 65.42, 72.16, 85.65, 58.8, 80.7, 46, 60, 70, 83]
- **Context**: The $73.05 mean aligns with short- to medium-term targets (1–3 months) based on 1.6x–2.0x NAV, assuming ETH at $4,500–$5,000. Sentiment remains 80%+ bullish, driven by Bitmine’s ETH treasury (2M+ ETH, $9B+), ARK Invest’s $444M stake, and technical breakouts (e.g., $55–$58 resistance cleared).

#### Insights
- **X vs. Reddit**: X targets are higher ($70–$100, reflecting hype from influencers like Tom Lee), while Reddit leans conservative ($50–$80, citing dilution risks).
- **Volatility**: High stock volatility (400%+ YTD gains) and ETH price swings could shift targets. Recent posts note resistance at $72–$77, with $80–$100 as next levels if ETH sustains $4,500+.
- **Limitations**: Social media targets are speculative and lack analyst rigor. Dilution from ATM offerings and ETH market euphoria may skew optimism.

This is not financial advice; always do your own research (DYOR). Monitor X and Stocktwits for real-time updates, as sentiment shifts with ETH price and Bitmine’s raises.
 

Divorced w 3

Master Don Juan
Joined
Nov 20, 2022
Messages
3,856
Reaction score
2,501
As long as ETH keeps moving up the stock should correlate playing catchup , 55 achieved but ETH broke out. With ETH 50x larger than the stock, likely that stock goes up to recouple than ETH trade down



IMG_3043.png
 
Top