> For the complete documentation index, see [llms.txt](https://docs.thriveonmars.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thriveonmars.com/how-to-play/crafting-and-salvaging/salvaging-for-parts.md).

# Salvaging for Parts

In addition to obtaining Parts through Expansion Missions, players have another avenue for acquiring the necessary components for crafting Ownership and Sponsorship Cards: salvaging. This method offers a guaranteed way to receive Parts NFTs by using Dark Matter NFTs and paying a MARTIA cost.

### How Salvaging Works

Players can access the salvaging feature through the in-game user interface. To salvage a Part, players need to burn a Dark Matter NFT and pay the specified MARTIA cost. Once these conditions are met, players will receive a Part NFT in return. The process ensures a 100% chance of receiving a Part, making it a reliable method for gathering crafting materials.

### Reverse Ownership Card Crafting Recipe

The salvaging process follows a reverse crafting recipe, meaning the Parts obtained are based on the components used to craft the Ownership/Sponsorship Card of the same item type. For example:

**Example**

If Item #1's Ownership Cards is crafted using:

* 5x Part A
* 5x Part B
* 10x Part C
* Total: 20 Parts

When a Dark Matter NFT for Item #1 is salvaged, it gives one Part with the following odds:

* Part A: 5/20 = 25%
* Part B: 5/20 = 25%
* Part C: 10/20 = 50%

Salvaging Costs 200,000 $MARTIA in addition to the Dark Matter Card that will be burnt.

Salvaging is an essential feature for players aiming to maximize their crafting efficiency and resource management. By burning Dark Matter NFTs and paying a MARTIA cost, players can reliably acquire Parts NFTs, ensuring they always have the necessary materials to craft the best items in the game.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.thriveonmars.com/how-to-play/crafting-and-salvaging/salvaging-for-parts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
