Startec

Startec

Virgin Orbit’s launch business sold for parts to Vast, Stratolaunch, and Rocket Lab

Mai 23, às 18:50

·

2 min de leitura

·

0 leituras

Virgin Orbit, once valued at $3.7B, has been chopped up for parts. The company has concluded the auction for some of its assets, which were put up for sale as part of its Chapter 11 bankruptcy proceedings....
Virgin Orbit’s launch business sold for parts to Vast, Stratolaunch, and Rocket Lab

Virgin Orbit, once valued at $3.7B, has been chopped up for parts.

The company has concluded the auction for some of its assets, which were put up for sale as part of its Chapter 11 bankruptcy proceedings. Altogether, the three winning bids come to around $36 million dollars.

The winning bids were submitted by Rocket Lab, Launcher (and its parent company, Vast), and Stratolaunch. According to court filings, Rocket Lab will get Virgin’s 140,000-square foot Long Beach, California-based manufacturing facility for $16.1 million; Launcher successfully bid for the Mojave-based facilities for $2.7 million; and Virgin’s “Cosmic Girl” aircraft and related assets will go to Stratolaunch for $17 million.

Stratolaunch had submitted a “stalking horse” bid for the modified Boeing 747 aircraft earlier this month. A stalking horse bid sets the minimum floor price for the assets, so it appears that Virgin did not receive any competing bids for that property.

TechCrunch has reached out to Rocket Lab, Stratolaunch and Vast and will update the story if they respond.

Virgin Orbit filed for Chapter 11 bankruptcy protection on April 4 months of bad news: in January, a failed rocket launch from Cornwall, U.K., followed by an announcement that it was furloughing most of its staff due to insufficient capital. The company entered bankruptcy after it failed to secure additional funding to continue operations.

Virgin – to be distinguished from Virgin Galactic, a company that launches humans to space – had developed a novel way of sending small payloads into orbit using a modified Boeing 747 jet and a small rocket called LauncherOne. According to some estimates, Virgin Orbit spent upwards of $1 billion developing the modified jet and rocket launch system.

All in all, the winning bidders are getting a steal. Rocket Lab already has a massive footprint in Long Beach, and it will only benefit from the additional square footage and machines, like 3D printers and specialty tank welding machines. Vast, which has ambitions of launching the first private space station, will get the Mojave leases for test stands and an aircraft hangar. And Stratolaunch, the company purchasing Cosmic Girl, is getting the plane for just a small fraction of its development price.

According to court filings, the final sale hearing is scheduled for May 24 at 2PM EST.

Developing…


Continue lendo

DEV

Simplify Your Documentation Workflow with MkDocs: A Markdown-based Alternative to Sphinx
Introduction: Documentation is an essential aspect of software development, enabling developers to communicate effectively with users and fellow developers. Sphinx and MkDocs are two popular documentation...

Hoje, às 08:30

DEV

Is It Burnout or Job Dissatisfaction?
Once suspended, devteam will not be able to comment or publish posts until their suspension is removed. Once unsuspended, devteam will be able to comment and publish posts again. Once...

Hoje, às 07:00

Hacker News

Experiences Won't Make You Happier Than Possessions
You will be happier if you spend your money on experiences rather than possessions… or so says the modern truism, supposedly proven by psychological science. Researchers call it the “experience...

Hoje, às 06:57

DEV

How to print “Hello” in C without using a semicolon?
#include <stdio.h> int main() { if(printf("Hello World\n")){ } switch(printf("Hello World\n")){ } while(!printf("Hello World")){ } return 0; } Enter fullscreen mode Exit fullscreen...

Hoje, às 06:54

DEV

Perfect Number Program in C
For explanation watch video Perfect Number : In mathematics, a perfect number is a positive integer that is equal to the sum of its positive divisors, excluding the number itself. ex : 6 = 1,2,3 < 6...

Hoje, às 06:52

DEV

Left Shift Bitwise Operator in C Programming (Short Trick)
Read next Leveraging Cache to improve Web Performance Jakub Andrzejewski - May 8 How to develop an online code compiler using Java and Docker. Zakaria Maaraki - Apr...

Hoje, às 06:49

DEV

¡Adiós Options API, Hola Script Setup! La no tan nueva forma de programar en Vue 3
script setup proporciona una forma más concisa de utilizar la Composition API en Single File Components (SFCs). En su versión 3, Vue introdujo un nuevo sistema para organizar el código de los componentes...

Hoje, às 06:24

DEV

How to implement subscription model using LemonSqueezy in Next.js (13.4 stable app router)
Table of contents Introduction Getting Started Setup Next.js app User Registration Setup LemonSqueezy account How subscription works Implementing Subscription Creating a checkout Synchronization with...

Hoje, às 06:00

DEV

How to FIND the QUESTIONS that will be in an interview
Trying to figure out what exact areas to study/practice to prep for an upcoming tech interview can be stressful! In order to maximize your chances of success and ensure a strong performance during the...

Hoje, às 04:08

DEV

What you learning about this weekend?
Heyo 👋 What ya learning on this weekend? Whether you're sharpening your JS skills, making PRs to your OSS repo of choice 😉, sprucing up your portfolio, or writing a new post here on DEV, we'd like to hear...

Hoje, às 04:00