# Take Profits

> It doesn't matter how much you make, what matters is what you keep.

Markets can be money-printers if you play them right. Though at times there may be losses, all the profits that you make are yours and yours alone. At some point, you may want to withdraw some profits. How else are you going to buy that Lambo?

All profits made in the Degen Account are for you to keep. There are a few safety features that you'll have to pass before you can withdraw them. These are put in place to ensure the funds of our Diamond Hands:

* [**Solvency Check**](/degenprime/security/solvency-checks.md)**:** During each transaction, the Solvency Check calculates whether your Degen Account remains solvent with a [Health Meter](/degenprime/leverage-and-health/health-and-intuition.md) higher than 0%. If not, the transaction reverts. To take profits, it means that your Degen Account must have a health percentage higher than 0% after your withdrawal.
* [**24-hour Time-Locked Withdrawal**](/degenprime/security/24-hour-time-locked-withdrawal.md)**:** Every withdrawal, both from Diamond Hands and Degenerates, needs to go through a 24-hour Time-Locked Withdrawal. This feature, though harsh, ensures that the protocol can respond to any potential threats to its solvency with the combination of [real-time monitoring](/degenprime/security/third-party-security-partners.md#hexagate) of on-chain activity. This makes DegenPrime a fort in DeFi. What this means for you, is that you'll need to initiate a withdrawal before you can execute that withdrawal 24 hours later. You will have a 48-hour window to execute the withdrawal.
* [**Withdrawal Guard**](/degenprime/security/withdrawal-guard.md)**:** As one of our most prominent security features, the Withdrawal Guard makes sure loans can be paid back. Before you can execute your withdrawal, you will need to match any potential debt in your Degen Account with the same number of tokens. If you have debt of 1 ETH, you will need to have 1 ETH in the [Balance ](/degenprime/degen-account/the-degen-account/assets.md)of your Degen Account. If you want to withdraw 1 ETH on top of that, you will need 1 ETH of debt + 1 ETH to withdraw = 2 ETH in your Balance.

Don't worry, we won't keep you from your trading strategy for a full 24 hours. If you initiate your withdrawal, you only need to make sure is the solvency of your Degen Account. The Solvency Check happens with every transaction, that includes the initiation.&#x20;

After initiating the withdrawal: tick-tock-tick-tock, and 24 hours later, you will be able to withdraw your funds. During initiating the withdrawal and the 24 hours and beyond, you can still trade your deepest desires. It is only at this point, the execution of your withdrawal, that you meet the Withdrawal Guard. This means you can only execute your withdrawal if you have the debt in your Degen Account covered, as well as remaining solvent after the withdrawal.

And voilà! What will you do with your gains?

### Troubleshooting

Are you trying to take profits and are running into problems?&#x20;

Below is a short list of troubleshooting questions that should help in most cases. If you're still unable to withdraw, you can always reach out to us in our [Telegram](https://t.me/DegenPrimeDefi), we're happy to help.&#x20;

* Will your Degen Account be [solvent ](/degenprime/security/solvency-checks.md)after the withdrawal, meaning health is higher than 0%?
* Do you have the withdrawal in your available [Balance](/degenprime/degen-account/the-degen-account/assets.md)?
* Has the [24-hour Time-Locked Withdrawal ](/degenprime/security/24-hour-time-locked-withdrawal.md)passed?
* Are the [loans](/degenprime/security/withdrawal-guard.md) in your Degen Account covered by assets in your Balance?


---

# 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://degenprime.gitbook.io/degenprime/take-profits.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.
