Deutsch한국어日本語中文EspañolFrançaisՀայերենNederlandsРусскийItalianoPortuguêsTürkçePortfolio TrackerSwapCryptocurrenciesPricingIntegrationsNewsEarnBlogNFTWidgetsDeFi Portfolio TrackerOpen API24h ReportPress KitAPI Docs

Trump’s sons launch Nasdaq-Listed ‘American Bitcoin’ – A new public crypto powerhouse?

9h ago
bullish:

0

bearish:

0

Share
img

Forget pie-in-the-sky, this one’s high-stakes. “American Bitcoin” (ABTC) is moving to the public markets, not via a traditional IPO but through a go-public merger with Nasdaq-listed Gryphon Digital Mining, with trading targeted for early September. With Eric Trump and Donald Trump Jr. in the spotlight and heavyweight backing from Hut 8, crypto markets just got a political spark plug. And with all eyes on the American Bitcoin SPAC launch, traders are speculating whether this political-meets-crypto debut could be the most-watched Nasdaq listing of the year.

“Quick note: while some outlets have casually called this a “SPAC,” the deal on file is an all-stock merger with an already-listed company (Gryphon), not a blank-check vehicle. That still creates an IPO-like on-ramp to Nasdaq for American Bitcoin under the ticker ABTC.”

What is American Bitcoin (ABTC)?

American Bitcoin pitches itself as a Bitcoin accumulation and infrastructure platform – a miner and holder rolled into one designed to give public-equity investors a direct, regulated way to gain exposure to BTC via the stock market. 

The pathway: Gryphon Digital Mining will acquire American Bitcoin in a stock-for-stock merger; after closing, the combined company will keep the “American Bitcoin” name, with the ABTC Nasdaq listing set to create a regulated new channel for public investors seeking Bitcoin exposure. Corporate materials state that American Bitcoin’s management and board will lead the combined entity.

The cap-table dynamics are striking. Securities filings and company announcements indicate former American Bitcoin shareholders are expected to own ~98% of the combined company, leaving legacy Gryphon holders with roughly 2% – an inversion that underscores how this is effectively American Bitcoin taking the public shell. Reporting also notes that Hut 8, led by CEO Asher Genoot, is the largest investor, with an 80% stake in American Bitcoin, and that after the merger, the Trump sons and Hut 8 together would control a similar ~98% slice of the new entity. 

That level of concentration can cut both ways. On the one hand, a committed sponsor base can align incentives, simplify decision-making, and, at least initially, support the float. On the other, concentrated ownership often means limited free float and potential volatility around unlocks or future capital raises – issues public-market traders watch closely in newly listed crypto-adjacent equities.

ABTC at a Glance – Cryptopolitan Style
.abtc-card{ –primary-blue: #2563eb; –secondary-blue: #1d4ed8; –accent-blue: #3b82f6; –light-blue: #60a5fa; –dark-bg: #0f172a; –card-bg: #1e293b; –border: #334155; –text-primary: #f8fafc; –text-secondary: #cbd5e1; –text-muted: #94a3b8; –success: #22c55e; –warning: #f59e0b; –chip-bg: #1e293b; –hover-bg: #334155; font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, ‘Inter’, sans-serif; background: linear-gradient(135deg, var(–dark-bg) 0%, #1e293b 50%, var(–card-bg) 100%); color: var(–text-primary); border: 2px solid var(–border); border-radius: 20px; padding: 28px; max-width: 1000px; margin: 20px auto; box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(59, 130, 246, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.1); position: relative; overflow: hidden; } .abtc-card::before { content: ”; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(–primary-blue), transparent); } .abtc-head{ display: flex; gap: 16px; align-items: center; justify-content: space-between; flex-wrap: wrap; margin-bottom: 24px; } .abtc-title{ font-size: clamp(24px, 3.5vw, 32px); line-height: 1.2; margin: 0; letter-spacing: -0.02em; font-weight: 700; background: linear-gradient(135deg, var(–text-primary) 0%, var(–light-blue) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .abtc-badge{ background: linear-gradient(135deg, var(–primary-blue) 0%, var(–secondary-blue) 100%); color: white; border: 1px solid var(–accent-blue); padding: 12px 20px; border-radius: 50px; font-weight: 600; font-size: 14px; box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3); position: relative; overflow: hidden; } .abtc-badge::before { content: ”; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent); animation: shine 3s infinite; } @keyframes shine { 0% { left: -100%; } 50% { left: 100%; } 100% { left: 100%; } } .abtc-grid{ display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); margin-bottom: 24px; } .abtc-box{ background: linear-gradient(135deg, var(–card-bg) 0%, #334155 100%); border: 1px solid var(–border); border-radius: 16px; padding: 20px; position: relative; transition: all 0.3s ease; overflow: hidden; } .abtc-box::before { content: ”; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(–primary-blue), var(–light-blue)); opacity: 0; transition: opacity 0.3s ease; } .abtc-box:hover::before { opacity: 1; } .abtc-box:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(37, 99, 235, 0.15); border-color: var(–accent-blue); } .abtc-k{ font-size: 12px; color: var(–text-muted); letter-spacing: 0.05em; text-transform: uppercase; font-weight: 600; margin-bottom: 8px; } .abtc-v{ font-size: clamp(16px, 2.5vw, 18px); font-weight: 700; line-height: 1.3; color: var(–text-primary); } .abtc-sub{ background: rgba(59, 130, 246, 0.1); border: 1px solid rgba(59, 130, 246, 0.2); border-radius: 12px; padding: 16px 20px; color: var(–text-secondary); line-height: 1.5; margin-bottom: 28px; } .abtc-timeline{ border-top: 2px solid var(–border); padding-top: 20px; position: relative; } .abtc-timeline::before { content: ”; position: absolute; top: -1px; left: 50%; transform: translateX(-50%); width: 60px; height: 2px; background: var(–primary-blue); } .abtc-step{ display: grid; grid-template-columns: 140px 1fr; gap: 20px; align-items: start; padding: 16px 0; border-bottom: 1px dashed rgba(148, 163, 184, 0.3); position: relative; } .abtc-step:last-child{ border-bottom: none; } .abtc-date{ background: linear-gradient(135deg, var(–primary-blue) 0%, var(–secondary-blue) 100%); color: white; border: 1px solid var(–accent-blue); padding: 10px 14px; border-radius: 12px; font-weight: 700; text-align: center; font-size: 13px; box-shadow: 0 4px 8px rgba(37, 99, 235, 0.2); } .abtc-dot{ display: inline-block; width: 10px; height: 10px; border-radius: 50%; background: var(–accent-blue); margin-right: 10px; transform: translateY(-1px); box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2); } .abtc-pill{ display: inline-block; padding: 4px 12px; border: 1px solid var(–border); background: var(–chip-bg); border-radius: 20px; font-size: 11px; margin-left: 8px; color: var(–text-muted); font-weight: 500; } .abtc-note{ margin-top: 20px; font-size: 12px; color: var(–text-muted); text-align: center; font-style: italic; padding: 12px; background: rgba(148, 163, 184, 0.05); border-radius: 8px; border: 1px solid rgba(148, 163, 184, 0.1); } @media (max-width: 768px) { .abtc-card { padding: 20px; } .abtc-grid { grid-template-columns: 1fr; } .abtc-step { grid-template-columns: 1fr; gap: 12px; } .abtc-date { text-align: left; } .abtc-head { flex-direction: column; gap: 12px; } }

ABTC at a Glance

Target trading start: Early September 2025
Ticker
ABTC Nasdaq
Listing route
All-stock mergerwith Gryphon Digital Mining
Backing / Control
Hut 8 (~80% stake); Trump family & Hut 8 ~98% post-close
Business model
Bitcoin mining + BTC accumulation (public-equity proxy)
The combined company will retain the American Bitcoin name and be led by ABTC’s management and board, offering a regulated stock-market channel for BTC exposure.
Mar 31, 2025
American Bitcoin launched via partnership with Hut 8; Hut 8 to hold ~80% economic stake.
May 12, 2025
Go-public merger announced with Nasdaq-listed Gryphon Digital Mining; projected Q3 close and ticker ABTC.
Aug 6, 2025
Gryphon shareholder process begins; special meeting scheduled for Aug 27, 2025.
Aug 27, 2025
Shareholder vote date on the ABTC–Gryphon transaction.
Early Sep 2025
Expected first trading on Nasdaq under ticker ABTC, subject to approvals and closing.

*All dates are targeted per public filings and reports; final timing depends on approvals and closing conditions.

Political weight meets crypto utility

Why does the political piece matter? Because brand and attention are forms of capital, especially in crypto. A Trump-backed, Trump-branded mining and accumulation play arrives with instant name recognition, guaranteed media cycles, and a built-in audience spanning supporters, critics, and the merely curious. That attention can translate into higher retail participation and liquidity at launch, but it also invites deeper policy scrutiny, conflicts-of-interest questions, and regulatory attention that few other crypto listings face. 

Major outlets have already framed the family’s expanding digital-asset footprint as part of a broader, pro-crypto platform from the White House, further intertwining market perception with politics. 

Compare that to prior “celebrity coins” and influencer-fronted projects. Most fizzled because the branding outran the utility: lots of sizzle, thin on rails. American Bitcoin is different in at least two ways. First, it’s a public-company wrapper on a power-and-hardware-intensive business (mining and balance-sheet BTC) rather than a pure token launch. 

Second, it’s stepping directly onto a major exchange – Nasdaq, which layers on disclosure obligations, audited financials, and market-structure visibility. That doesn’t immunize it from hype cycles, but it places ABTC inside the same reporting ecosystem as other listed miners and Bitcoin-exposed equities.

What’s the crypto market saying?

ABTC’s timing intersects with a still-hungry ETF era. After a mid-August wobble, U.S. spot Bitcoin ETFs just snapped a multi-day outflow streak with $219 million of net inflows led by Fidelity and BlackRock, a reminder that institutionally convenient wrappers continue to funnel capital into BTC on dips. Cumulative 2025 flows remain massive, and research shops still peg crypto ETPs as a primary bridge for mainstream investors. In short: the “pipes” are very much alive.

That backdrop is fertile for equities that package Bitcoin exposure with an added narrative. Listed miners and “BTC-treasury” plays have often traded as leveraged proxies for spot, rising faster in bull bursts and falling harder in drawdowns. If ABTC launches into a supportive tape, order books could see brisk demand simply because some investors prefer ticker exposure over self-custody, and some funds can only hold exchange-listed securities. Conversely, in a risk-off week, that leverage can work in reverse.

The spicier question is whether politically branded crypto equities can outperform based on identity alone. Traders will test that thesis – especially in the first weeks, but markets usually revert to fundamentals: hashrate efficiency, energy contracts, scale, balance-sheet BTC per share, and dilution risk. If ABTC’s operational metrics are competitive and its treasury strategy is disciplined, the branding becomes a powerful top-of-funnel rather than the sole pillar of value.

Risks, realism, and the road ahead

Regulatory and legal headwinds. A White House-adjacent crypto vehicle will (fairly or not) draw amplified scrutiny. Expect probing of energy sourcing, cross-border activities (the company has floated exploring exposure in Asia), related-party transactions, and disclosures around political entanglements. That doesn’t doom the listing, but it raises the bar on governance and investor-relations precision from Day 1.

Market-structure dynamics. The ownership concentration outlined in filings implies limited float and potentially sharp price moves around catalysts (index inclusion, unlocks, secondary offerings). Aggressive treasury accumulation strategies, if pursued, can turbocharge upside when BTC rips, but they also magnify drawdowns. Crypto-equity history is littered with miners that over-extended during strong cycles and then wrestled with capex obligations and dilutive raises when prices cooled.

Tokenomics (without a token). Because ABTC is an equity, not a coin, the “tokenomics” here are capital-markets mechanics: shares outstanding, cost of capital, future issuance, and BTC per share on the balance sheet. If management telegraphs a clear capital-allocation framework – how much to mine vs. buy, how much BTC to hold vs. sell for operating costs, what leverage is acceptable, the market will have anchors to model fair value instead of trading purely on vibes.

Outcome scenarios.

  • Media spectacle without follow-through: The American Bitcoin SPAC launch could grab headlines at first, but risk fizzling if operational disclosures disappoint or governance questions escalate.
  • True institutional gateway: Clean reporting, competitive hashrate growth, prudent treasury policy, and a float that widens predictably, turning ABTC into a programmable, long-only-friendly BTC proxy alongside the ETFs.

The next near-term waypoint is procedural: shareholder approvals and the closing of the merger – with company materials signaling an early-September start to trading, ticker ABTC. Watch for updated S-4/8-K filings and day-one liquidity stats.

Conclusion

From Twitter jabs to ticker listings, crypto just got its most theatrical entry point yet. American Bitcoin packs politics, hype, and regulatory intrigue into a single launch. It could debut as 2025’s most-watched crypto equity: a Nasdaq-listed, Trump-backed crypto vehicle colliding with an ETF-driven bull structure. Will it prove an ETF-level gateway for institutions or just the loudest headline of the year? Your move, markets.

Does ABTC represent a legit institutional crypto investment, or just another flashy headline? Tell us your take.

SPAC vs ICO Comparison – Mobile Optimized
.cmp-card{ –primary-blue: #2563eb; –secondary-blue: #1d4ed8; –accent-blue: #3b82f6; –light-blue: #60a5fa; –bg-white: #ffffff; –bg-light: #f8fafc; –border: #e2e8f0; –text-primary: #1e293b; –text-secondary: #475569; –text-muted: #64748b; font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, ‘Inter’, sans-serif; background: var(–bg-white); color: var(–text-primary); border: 2px solid var(–border); border-radius: 20px; padding: 28px; margin: 16px auto; max-width: 1200px; box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); position: relative; overflow: hidden; } .cmp-card::before { content: ”; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(–primary-blue), var(–light-blue), var(–primary-blue)); } .cmp-head{ display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 24px; padding-bottom: 16px; border-bottom: 2px solid var(–border); } .cmp-title{ font-size: clamp(18px, 2.8vw, 24px); margin: 0; font-weight: 700; color: var(–text-primary); line-height: 1.3; } .cmp-pill{ font-size: 12px; color: var(–text-muted); background: var(–bg-light); padding: 6px 12px; border-radius: 20px; border: 1px solid var(–border); font-weight: 500; } /* Desktop Table Styles */ .table-container { overflow-x: auto; margin-bottom: 20px; } .comparison-table { width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); min-width: 700px; } .comparison-table th { background: linear-gradient(135deg, var(–primary-blue), var(–secondary-blue)); color: white; padding: 16px 12px; text-align: left; font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: 0.5px; } .comparison-table th:first-child { width: 25%; } .comparison-table th:nth-child(2) { width: 37.5%; } .comparison-table th:nth-child(3) { width: 37.5%; } .comparison-table td { padding: 16px 12px; border-bottom: 1px solid var(–border); vertical-align: top; line-height: 1.5; font-size: 14px; } .comparison-table tr:hover { background-color: var(–bg-light); } .comparison-table tr:last-child td { border-bottom: none; } .criterion-cell { background: linear-gradient(135deg, var(–bg-light) 0%, #e2e8f0 100%); font-weight: 700; color: var(–primary-blue); } .spac-cell { background: rgba(59, 130, 246, 0.05); border-left: 4px solid var(–accent-blue); } .ico-cell { background: rgba(100, 116, 139, 0.05); border-left: 4px solid var(–text-muted); } /* Mobile Card Layout */ .mobile-cards { display: none; } .mobile-card { background: var(–bg-white); border: 2px solid var(–border); border-radius: 16px; margin-bottom: 20px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); } .mobile-card-header { background: linear-gradient(135deg, var(–primary-blue), var(–secondary-blue)); color: white; padding: 16px; font-weight: 700; font-size: 16px; } .mobile-card-content { padding: 20px; } .mobile-comparison-item { margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid var(–border); } .mobile-comparison-item:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; } .mobile-label { font-size: 12px; text-transform: uppercase; color: var(–primary-blue); font-weight: 700; letter-spacing: 0.5px; margin-bottom: 8px; display: block; } .mobile-spac { background: rgba(59, 130, 246, 0.08); border: 1px solid rgba(59, 130, 246, 0.2); border-radius: 12px; padding: 16px; margin-bottom: 12px; } .mobile-spac-label { font-size: 12px; font-weight: 700; color: var(–accent-blue); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 6px; } .mobile-ico { background: rgba(100, 116, 139, 0.08); border: 1px solid rgba(100, 116, 139, 0.2); border-radius: 12px; padding: 16px; } .mobile-ico-label { font-size: 12px; font-weight: 700; color: var(–text-muted); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 6px; } .mobile-text { font-size: 14px; line-height: 1.5; color: var(–text-secondary); } .cmp-foot{ margin-top: 20px; font-size: 13px; color: var(–text-muted); background: var(–bg-light); padding: 16px; border-radius: 12px; border: 1px solid var(–border); line-height: 1.5; } .cmp-foot strong { color: var(–primary-blue); } /* Responsive breakpoints */ @media (max-width: 900px) { .comparison-table { display: none; } .mobile-cards { display: block; } } @media (max-width: 768px) { .cmp-card { padding: 20px; margin: 8px; } .cmp-head { flex-direction: column; align-items: flex-start; gap: 12px; } .mobile-card-content { padding: 16px; } .mobile-comparison-item { margin-bottom: 20px; padding-bottom: 20px; } } @media (max-width: 480px) { body { padding: 10px; } .cmp-card { padding: 16px; margin: 0; border-radius: 16px; } .cmp-title { font-size: 18px; line-height: 1.2; } .mobile-card { margin-bottom: 16px; } .mobile-card-header { padding: 12px; font-size: 14px; } .mobile-card-content { padding: 12px; } .mobile-spac, .mobile-ico { padding: 12px; margin-bottom: 10px; } .mobile-text { font-size: 13px; } }

Comparison: SPAC-style Go-Public Mergers vs Traditional ICOs

Criterion SPAC-style / Go-Public Merger* Traditional ICO
Regulatory Path Typically merges with an already-listed entity to list equity on Nasdaq/NYSE. Token sale under a whitepaper; often no exchange listing approvals at launch.
What Investors Get Public-company stock (e.g., “ABTC” ticker after close). Tokens (utility/governance claims vary; no equity rights by default).
Disclosure & Oversight Exchange-mandated disclosures; board governance requirements. Varies widely; disclosures may be minimal and non-standard.
KYC/AML Broker/dealer onboarding; institutional access is straightforward. Often retail-first; historical ICOs had inconsistent KYC/AML practices.
Float & Lockups Limited free float at start; unlocks scheduled by filing. Token vesting schedules vary; on-chain unlocks can drive volatility.
Distribution & Access Trades on major stock exchanges; margin and options may be available over time. Listed on CEX/DEX post-sale; access depends on venue and jurisdiction.
Primary Risks Price swings around votes, unlocks, secondaries; governance scrutiny. Regulatory actions, low disclosure, smart-contract risk, extreme volatility.
Regulatory Path
SPAC-style / Go-Public Merger
Typically merges with an already-listed entity to list equity on Nasdaq/NYSE.
Traditional ICO
Token sale under a whitepaper; often no exchange listing approvals at launch.
What Investors Get
SPAC-style / Go-Public Merger
Public-company stock (e.g., “ABTC” ticker after close).
Traditional ICO
Tokens (utility/governance claims vary; no equity rights by default).
Disclosure & Oversight
SPAC-style / Go-Public Merger
Exchange-mandated disclosures; board governance requirements.
Traditional ICO
Varies widely; disclosures may be minimal and non-standard.
KYC/AML
SPAC-style / Go-Public Merger
Broker/dealer onboarding; institutional access is straightforward.
Traditional ICO
Often retail-first; historical ICOs had inconsistent KYC/AML practices.
Float & Lockups
SPAC-style / Go-Public Merger
Limited free float at start; unlocks scheduled by filing.
Traditional ICO
Token vesting schedules vary; on-chain unlocks can drive volatility.
Distribution & Access
SPAC-style / Go-Public Merger
Trades on major stock exchanges; margin and options may be available over time.
Traditional ICO
Listed on CEX/DEX post-sale; access depends on venue and jurisdiction.
Primary Risks
SPAC-style / Go-Public Merger
Price swings around votes, unlocks, secondaries; governance scrutiny.
Traditional ICO
Regulatory actions, low disclosure, smart-contract risk, extreme volatility.

*”SPAC-style” here refers to go-public mergers (like ABTC’s all-stock combination with a Nasdaq-listed company). It is not a blank-check SPAC IPO.

Join Bybit now and claim a $50 bonus in minutes

9h ago
bullish:

0

bearish:

0

Share
Manage all your crypto, NFT and DeFi from one place

Securely connect the portfolio you’re using to start.