> For the complete documentation index, see [llms.txt](https://eldenro.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eldenro.gitbook.io/wiki/core-systems/ashen-scrap.md).

# Ashen Scrap

<figure><img src="/files/GMStEb2gqwGMHg1cxbRV" alt=""><figcaption></figcaption></figure>

*Ash remembers what the world discards.*

**Ashen Scrap** is an account-wide recycling currency obtained by destroying eligible equipment and ETC materials through the **Ashen Salvager**.

The current system processes complete categories automatically. Players do not select items one by one.

{% hint style="warning" %}
**Every eligible item in the confirmed batch is permanently destroyed, even when it produces 0 Ashen Scrap.**
{% endhint %}

***

## How Recycling Works

<figure><img src="/files/LpByttM38KCxIfgjuCXW" alt=""><figcaption></figcaption></figure>

1. Choose Equipment, ETC or Everything.
2. The NPC scans the inventory automatically.
3. Protected and ineligible items are ignored.
4. A preview displays the eligible units and estimated reward.
5. Confirm with `Recycle the entire batch`.
6. Every eligible item is consumed.
7. Ashen Scrap is rolled and added to the account balance.

{% hint style="info" %}
The preview shows an **average expected yield**.

The final reward may be lower or higher because every eligible unit performs its own configured roll.
{% endhint %}

***

## Equipment Recycling

Normal weapons and armor may be accepted when they are clean and unprotected.

The following equipment is rejected:

* Equipped or unidentified items.
* Broken items.
* Refined equipment.
* Carded or forged equipment.
* Equipment with Grade or Random Options.
* Rental or bound items.
* Shadow Equipment.
* Costume Equipment.
* Protected Item IDs and ranges.

### Ashen Scrap Chance

The chance is based on the equipment's NPC sell value.

|       NPC Sell Value | Chance per Equipment Unit |
| -------------------: | ------------------------: |
|   **Up to 500 Zeny** |                        5% |
|   **501–5,000 Zeny** |                       12% |
| **Above 5,000 Zeny** |                       20% |

Each accepted equipment unit is destroyed whether the roll succeeds or fails.

***

## ETC Recycling

Eligible ETC materials are processed together.

| Rule                   |       Current Value |
| ---------------------- | ------------------: |
| Units per roll         |              50 ETC |
| Chance per roll        |                 50% |
| Reward on success      |       1 Ashen Scrap |
| Average expected value | 1 Scrap per 100 ETC |

Remaining ETC below a complete 50-unit batch still receives a proportional chance.

Most ETC items can be accepted unless they are protected, rental or bound.

***

## Protected Items

The Ashen Salvager automatically protects important progression items.

Current protected examples include:

* Faded, Tempered, Ancient and Sovereign Weapon Echo.
* Fragment Rune.
* Shard of Waning Time.
* Hourglass of the Fallen.
* Larval Tear.
* Beginner's Shadow Set.
* Echo-Smith Inscriptions.

Use `View protected items` to review the live protection list in-game.

***

## Account-Wide Progress

Ashen Scrap is stored directly on the account.

The Salvage Ledger tracks:

* Current Ashen Scrap balance.
* Total equipment units consumed.
* Total ETC units consumed.

Every character on the same account shares these values.

Ashen Scrap is not an inventory item and cannot be dropped or traded.

***

## Important Notes

* Eligibility depends on the item's current state and the protected configuration.
* Review the complete preview before confirming.
* The current Ashen Salvager does not contain a reward exchange menu.
* Canceling before confirmation consumes nothing.

{% hint style="success" %}
Recycle only items you are prepared to lose permanently.

The salvage flame remembers no mistake once the batch has been confirmed.
{% endhint %}

***

## Related Guides

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Equipment</strong></td><td>Review equipment systems before recycling weapons or armor.</td><td></td></tr><tr><td><strong>Weapon Echoes</strong></td><td>Learn about the protected materials used by the Echo-Smith.</td><td></td></tr><tr><td><strong>Fragment Runes</strong></td><td>Understand the separate progression currency obtained from bosses.</td><td></td></tr></tbody></table>


---

# 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://eldenro.gitbook.io/wiki/core-systems/ashen-scrap.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.
