# Accessing Earn account without Zeal

Assets in Earn are stored inside subaccounts. These are separate smart contract accounts on the blockchain that allows users to store assets in an account with limited permissions - such as being used for recharging the Gnosis Pay card. Earn subaccounts are controlled by the smart wallet or legacy/EOA wallet that the user used initially to create it. Subaccounts are not portable and are permanently owned by the original creator.

This is an expert guide for how to access your Earn account without the Zeal Earn tab. It is not meant for beginners.

* Comfortable using [block explorers like Gnosis Scan](https://gnosisscan.io/)
* Ability to handle token decimals

### Retrieving your Earn subaccount address

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

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

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

Clicking this link will open your Earn subaccount address in Gnosisscan. This is the address that holds your investment assets (e.g. sDAI, aaGnoEURe, wstETH). You can add this address to Zapper / Debank / whatever to see your DeFi position.

### **Reviewing subaccount assets using block explorer**

Switch to the `Contract page` and then to `Read Contract as Proxy`

At the bottom of this page you can see the investmentBalance of your Earn subaccount. This is how many of the investment tokens are sitting in your account:

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

### Withdrawing Earn subaccount assets using block explorer

Switch to the `Contract page` and then to `Write Contract as Proxy` subpage.&#x20;

Function `5. withdrawInvestment` allows you to withdraw assets from the subaccounts specified in the number of the asset. You can the total number of the asset that you have in the previous step.

This transaction must be submitted by the owner of the subaccount. If the owner of the subaccount is a Smart wallet and you don't have access to Zeal - then you must first [recover your smart wallet as a Safe.](/expert-guides/using-a-smart-wallet-without-zeal.md)

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


---

# 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.zeal.app/expert-guides/accessing-earn-account-without-zeal.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.
