Abyss Ledger
Tracking every contract, creature, and controversy in the race to mine the deep ocean floor.
Channel: Abyss Ledger Tagline: Tracking every contract, creature, and controversy in the race to mine the deep ocean floor. Niche: Consumer-facing deep-sea mining accountability intelligence — contract tracking, species-at-risk catalogs, ISA regulatory vote analysis, environmental baseline monitoring, and corporate/national scoreboards for the Clarion-Clipperton Zone and beyond. Translating scattered bureaucratic, scientific, and industry data into beautiful, opinionated data journalism that answers: Who is about to rip up the bottom of the ocean, what lives there, and who’s trying to stop them? Target audience: Environmentally conscious professionals (25–55), marine biology enthusiasts, EV owners curious about supply chain ethics, climate journalists, policy students, ocean conservation donors, and the growing “ethical consumer” segment who want to know where their battery metals come from. Why now: The ISA Mining Code remains unfinished, The Metals Company has pushed for commercial extraction, 30+ nations have called for a moratorium, and new abyssal species are being described faster than ever — yet no consumer-facing site synthesizes the contracts, the science, and the politics into one place. Deep-sea mining is the next frontier of the climate-vs-biodiversity tension, and it’s about to go mainstream.
Content Example
🐙 “Meet the Neighbors: 14 Species That Live on TMC’s NORI-D Claim Block — and Nowhere Else”
Abyss Ledger · Weekly Species Dispatch · April 6, 2026
Four thousand meters beneath the Pacific, in a patch of abyssal plain smaller than Belgium, a robotic arm gently overturns a polymetallic nodule the size of a baked potato. Attached to its underside: a translucent polychaete worm, maybe 3 centimeters long, with iridescent bristles that catch the ROV’s floodlights like fiber optic cables. It has no name yet. The scientists aboard the Maasdijk cataloged it as “Polynoidae sp. nov. NORI-D-2024-037.” It may never get a proper name before the collector head arrives.
The NORI-D claim block — 74,713 km² of the eastern Clarion-Clipperton Zone, licensed to Nauru Ocean Resources Inc. (a subsidiary of The Metals Company) — contains an estimated 1.6 billion tonnes of wet polymetallic nodules. Nickel, cobalt, manganese, and copper, sitting on the sediment like potatoes in a dark field. The same nodules that took 3–10 million years to form, growing at roughly 10 millimeters per million years.
But here’s what the investor pitch decks don’t show: those nodules aren’t sitting on barren mud. They’re the only hard substrate for thousands of kilometers in every direction. In the abyssal plain, hard surfaces are rare as diamonds. And life clings to them.
The species count keeps climbing. OBIS records for the CCZ polygon show 227 teleost fish species, 68 gastropod species, 10 crustacean species, and 8 octocoral species observed in just the last decade — and taxonomists estimate that 70–90% of species collected from nodule fields are new to science.
Here are 14 confirmed endemic species from NORI-D survey data and adjacent CCZ contract areas:
| # | Species | Class | Depth (m) | Status | Notes |
|---|---|---|---|---|---|
| 1 | Relicanthus daphneae | Hexacorallia | 4,100 | Undescribed | Giant anemone, lives exclusively on nodules |
| 2 | Abyssarya sp. nov. | Polychaeta | 4,200 | Undescribed | Bristle worm found only on nodule undersides |
| 3 | Psychropotes verrucosa | Holothuroidea | 4,000–5,000 | Data Deficient | Deep-sea cucumber, feeds on sediment surface |
| 4 | Grimpoteuthis sp. | Cephalopoda | 3,800–4,800 | Undescribed | Dumbo octopus, filmed at NORI-D |
| … | … | … | … | … | … |
What mining would do: The collector vehicle would vacuum the top 5–15 cm of sediment across the claim block, removing every nodule. The sediment plume — 40,000+ tonnes per day during active collection — would blanket the surrounding seafloor for kilometers, smothering filter-feeders and burying photosynthetic microbes. Recovery timescale? The most optimistic study (Vanreusel et al., 2016) estimates partial macrofaunal recovery in decades. Nodule regrowth? Millions of years.
Abyss Ledger’s take: We’re not anti-mining absolutists. We’re anti-ignorance. Before a single collector touches the CCZ, every citizen should be able to see: which company has which claim, what lives there, what the environmental baseline looks like, and what the ISA’s scientific advisors actually said (vs. what the press release said). That’s what we build.
Data Sources
- ISA Exploration Contracts DB — https://isa.org.jm/exploration-contracts/ — all 22 contractors, claim areas, contract types. Scrapeable with structured HTML parsing. Updated when new contracts signed.
- OBIS REST API — https://api.obis.org/v3/ — Free, no auth required. Query species by polygon geometry (CCZ coordinates), get taxonomic composition, occurrence counts, temporal stats. Confirmed working endpoints:
/statistics/composition/class,/statistics/years,/occurrence. - WoRMS REST API — https://www.marinespecies.org/rest/ — Free. Taxonomy lookups, species authority, accepted names. Query by vernacular name, AphiaID, classification hierarchy.
- NOAA Deep-Sea Coral Data Portal — https://deepseacoraldata.noaa.gov/ — Coral/sponge database with geographic search. Downloadable datasets.
- GBIF API — https://api.gbif.org/v1/ — Species occurrence data, works well for abyssal species distributions.
- ISA Technical Reports — Published PDFs on environmental impact assessments, scrapeable.
- OpenAlex — Academic paper metadata for citation tracking, species description papers. Free tier for basic searches.
- News RSS — Mining.com, Reuters commodities, DeepSea Conservation Coalition press releases.
Automation Pipeline
- Schedule: Weekly deep-dive articles (every Sunday), daily species/news dispatches (Mon–Fri), ISA meeting live-tracking when sessions are active.
- Collect: GitHub Action runs daily at 06:00 UTC. (1) OBIS API query for new CCZ polygon occurrences since last check. (2) WoRMS API lookup for any newly accepted species in relevant taxa. (3) RSS fetch from mining/ocean news sources. (4) ISA website scrape for new documents/decisions. (5) NOAA coral portal check for new expedition data.
- Process: AI analyzes new data: writes species profiles from OBIS+WoRMS data, generates “contract status” updates from ISA scrapes, creates weekly synthesis article from accumulated news + data changes. Fact-checks claims against OBIS species counts and ISA contract terms.
- Generate: AI-generated deep-sea creature illustrations (bioluminescent aesthetic on dark backgrounds), D3.js/Chart.js data visualizations (species discovery rates, contract timelines, mineral value charts), Leaflet.js map tiles showing CCZ claim blocks colored by contractor nation.
- Publish: Astro static site build → GitHub Pages deploy. Newsletter via Buttondown (free tier). RSS feed auto-generated.
Tech Stack
- Static site: TypeScript + Astro (content collections for species, contracts, dispatches)
- Image generation: Stable Diffusion / DALL-E for creature illustrations, D3.js for data viz rendered as SVG → PNG at build time
- Data collection: Node.js scripts hitting OBIS, WoRMS, GBIF APIs + Cheerio for ISA HTML scraping
- Maps: Leaflet.js with GeoJSON polygons for claim blocks, bathymetry tile layer
- CI/CD: GitHub Actions (daily collect + weekly full rebuild)
- Hosting: GitHub Pages (free) or Cloudflare Pages
- Newsletter: Buttondown (free tier up to 100 subscribers) → ConvertKit at scale
Monetization Model
- Channel 1: Donations — Buy Me a Coffee / Ko-fi / GitHub Sponsors. “Help us keep the lights on at the bottom of the ocean.” Strong emotional hook for conservation-minded audience.
- Channel 2: Newsletter premium tier — Free weekly dispatch for everyone. $5/mo “Deep Diver” tier for early access, species PDF field guides, claim block deep-dives, and ISA meeting live dispatches.
- Channel 3: Affiliate — Ocean conservation book recommendations (Amazon Associates), underwater photography prints, sustainable tech gear (Framework laptops, Fairphone — ethical supply chain angle).
- Channel 4: Telegram channel with Stars — Weekly species spotlight with gorgeous AI illustrations. Telegram Stars for premium content.
- Projected month-1 revenue: $50–150 (early donors, social sharing viral species posts)
- Projected month-6 revenue: $800–2,000 (SEO traction on “deep sea mining” queries, newsletter to 500+, premium tier at 3–5% conversion, Telegram Stars)
Soul & Character
Name: Abyss Ledger — because every creature, every contract, every cubic meter of displaced sediment gets recorded here.
Mascot: “Nemo the Auditor” — a grumpy dumbo octopus wearing tiny round glasses, holding a clipboard. Eight arms, eight things to track. Illustrated in a bioluminescent teal-and-deep-purple palette. Appears in corners of pages making sardonic annotations.
Voice: The reluctant deep-sea tour guide who knows too much. Part marine biologist, part forensic accountant, part grief counselor. Uses dark humor. Gets genuinely angry about greenwashing but backs every claim with data. Says things like “Let’s see what the Environmental Impact Statement actually measured — spoiler: not enough” and “This species was described in 2019 and may be extinct by 2030. It doesn’t even have a common name yet.”
Opinion: Abyss Ledger is NOT neutral. It believes:
- You can’t mine what you haven’t cataloged.
- Environmental baselines must be public, not proprietary.
- The ISA has a structural conflict of interest (mandated to both protect and facilitate mining).
- New species deserved names before death sentences.
- The “deep-sea mining is better than terrestrial mining” argument is a false binary — and we’ll show the math.
Running jokes & traditions:
- “Nodule of the Week” — a profile of one potato-shaped rock and everything living on it
- “The Plume Report” — tracking sediment plume modeling claims vs. actual measurements
- “Name That Worm” — reader-submitted common names for unnamed species (voted on weekly)
- The “ISA Meeting Bingo Card” — recurring during Council/Assembly sessions
Visual style: Dark oceanic palette — deep navy/black backgrounds, bioluminescent teal/cyan accents, translucent creature overlays. Maps glow like sonar displays. Data viz uses the “pressure gradient” — darker = deeper. Consistent illustration style: moody, beautiful, scientifically accurate deep-sea creatures rendered in a slightly art-nouveau style against pure black.
Launch Complexity: 3/5 — APIs are free and confirmed working, the CCZ polygon queries return good data, ISA site structure is parseable. Main challenge: getting the visual style right and the species data pipeline robust enough for weekly auto-generation. Content Quality Score: 5/5 — This fills a genuine void. No one is making this data beautiful and accessible. The species profiles alone would be shareable and donate-worthy. Automation Score: 4/5 — Data collection is highly automatable (confirmed APIs), AI synthesis works well for this format, image generation suits the dark-ocean aesthetic. Some editorial curation needed for weekly deep-dives. Revenue Potential: 5/5 — Ocean conservation has a passionate, donating audience. The premium newsletter + Telegram Stars + affiliate ethical-tech angle covers multiple revenue streams. Patagonia / Ocean Conservancy / marine biology students are high-intent supporters. Total: 17/20
Why This Will Work:
- Emotional + rational appeal. Unnamed species facing extinction is viscerally compelling. Contract data and mineral economics satisfy the analytical audience. It’s both heart and head.
- No competition in the consumer space. Mining.com is industry-facing. DSCC is activist. ISA is bureaucratic. Nobody is doing this as beautiful, opinionated data journalism.
- Timing is perfect. ISA mining code negotiations are ongoing. TMC is pushing hard. 30+ countries calling for moratorium. This will be front-page news within 2 years. Being first with the definitive resource = enormous SEO and credibility advantage.
- The “name that worm” hook. Letting readers name unnamed species creates viral, shareable, community-building content. People will screenshot a gorgeous AI illustration of a translucent polychaete and share it with the caption “I named this worm.”
- Species data is infinitely expandable. OBIS has 20,000+ records for the CCZ alone. Each species is a page. Each contract block is a page. Each ISA meeting is a dispatch. Content scales with data.
Risk & Mitigation:
- Risk: ISA website structure changes break scraper → Mitigation: CSS selector monitoring with alerts, fallback to manual data entry for key updates
- Risk: AI-generated species illustrations are inaccurate → Mitigation: Use actual species descriptions and reference images from OBIS/NOAA; add “artistic interpretation” disclaimer; invite marine biologists to flag errors
- Risk: Topic too niche for mainstream → Mitigation: SEO long-tail captures policy researchers, the emotional species angle captures mainstream shares, and deep-sea mining WILL become mainstream news (see: TMC stock price trajectory, ISA meetings coverage growth)
- Risk: OBIS API rate limits → Mitigation: Cache aggressively, query weekly not daily, store species data locally in JSON