# Wallet Fracked

<figure><img src="/files/5vmSC9yM8Z68uLCYhFnE" alt=""><figcaption></figcaption></figure>

The “Wallet Fracked” error message can appear for users with a considerable amount of token/NFTs in their wallet.

This is due to the smart contract (CPU/mem limits) being confronted with the UTXO output bundle size.

*<mark style="color:red;">Whenever interacting with defi is always recommended to have a wallet with as few assets as possible.</mark>*

When confronted with this error you can try a couple of different methods to fix the issue.

**Firstly,** send all the assets needed for the transaction (along with 10ADA) to yourself, this will create a brand new UTXO that may fix the problem

*If this does not help your wallet might be exceptionally fracked.*

&#x20;

In this case you can use a tool like [**https://unfrack.it/**](https://unfrack.it/) to help recover your wallet to a healthier state<br>

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

*<mark style="color:red;">For long term wallet use, you can turn on the “Token Fragmentation” feature in the settings to help keep your UTXO management in a better place</mark>*

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

*<mark style="color:red;">Some wallets (such as ETERNL) have a feature to keep your UTXOs managed correctly, this can help avoid fracked wallet issues</mark>*


---

# Agent Instructions: 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:

```
GET https://docs.vyfi.io/support/common-errors/wallet-fracked.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
