Editing
The Economics of Asteroid Mining and Space Resources
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Mining Economics' (Calculating 'Break-Even' for Asteroid Mining Mission):''' <syntaxhighlight lang="python"> def evaluate_mining_economics(asteroid_type, mission_cost_b, metal_price_kg): """ Shows the fundamental economics of asteroid mining. """ # Simplified yield models yields = {"M-type": 500_000_000, "C-type": 10_000_000, "S-type": 50_000_000} # kg of key resource yield_kg = yields.get(asteroid_type, 10_000_000) gross_revenue = yield_kg * metal_price_kg net_profit = gross_revenue - (mission_cost_b * 1e9) if net_profit > 1e12: return f"VERDICT: HIGHLY PROFITABLE. (Net: ${net_profit:.2e}. Space mining is the future)." elif net_profit > 0: return f"VERDICT: MARGINALLY VIABLE. (Net: ${net_profit:.2e}. Requires cost reduction)." else: return f"VERDICT: NOT YET VIABLE. (Net: ${net_profit:.2e}. Use in-space model instead)." # Case: M-type asteroid, $5B mission cost, platinum at $30,000/kg (but market crashes to $500/kg) print(evaluate_mining_economics("M-type", 5, 500)) # Price-crashed market print(evaluate_mining_economics("C-type", 2, 5000)) # Water/propellant at premium space prices </syntaxhighlight> ; Industrial Landmarks : '''TransAstra Corporation''' β "Currently" "Developing" **"Optical Mining"** β "Using Focused Sunlight" to "Extract" "Volatiles" from "C-Type Asteroids." : '''AstroForge''' β "A Current" "Startup" "Planning" to "Mine" "Near-Earth Asteroids" for **"Platinum-Group Metals."** : '''NASA 'OSIRIS-REx' / JAXA 'Hayabusa2' ''' β "Sample Return Missions" that "Proved" "Asteroid Material" "Can" be **"Safely Retrieved."** : '''The 'Artemis Accords' ''' β (See Article 717). "The Current" "Legal Framework" for **"Space Resource Rights"** β "Endorsed" by "32 Nations" (2024). </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;">
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information