Editing
Asteroid Mining and the Space Economy
(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 Space Mining Payoff' (Calculating 'Saved Launch Mass' via ISRU):''' <syntaxhighlight lang="python"> def calculate_isru_savings(target_fuel_kg, cost_per_kg_launch): """ Shows why 'Mining Space' is the only way to settle it. """ # Total cost if launched from Earth earth_cost = target_fuel_kg * cost_per_kg_launch # Total cost if mined (fixed infrastructure cost + low operating cost) mining_infra_cost = 5e9 # $5 Billion mining_cost = target_fuel_kg * 10 total_mined_cost = mining_infra_cost + mining_cost if total_mined_cost < earth_cost: return f"ECONOMY: VIABLE. (Saved ${int(earth_cost - total_mined_cost)}. ISRU is cheaper)." else: return f"ECONOMY: TOO EARLY. (Lifting from Earth is still cheaper by ${int(total_mined_cost - earth_cost)})." # Case: A Mars colony needing 1 Million KG of fuel. Launch cost $2,000/kg. print(calculate_isru_savings(1000000, 2000)) </syntaxhighlight> ; Economic Landmarks : '''SpaceX / Blue Origin''' β (See Article 684). "Reducing" "Launch Costs" by **10x** through **"Reusable Rockets,"** "Opening" the "Door" to "Space Mining." : '''Planetary Resources / Deep Space Industries''' β (See Article 687). The "Pioneer Companies" that "Started" the "Industry" (and 'Failed' early, but set the 'Vision'). : '''The 'Space Act' (USA, 2015)''' β The "First Law" "Allowing" "Private Citizens" to **"Own"** "Resources" "Extracted" from space. : '''Luxembourg's 'SpaceResources.lu' ''' β A "National Strategy" to "Become" the **"European Hub"** for "Space Mining" "Finance" and "Law." </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