> For the complete documentation index, see [llms.txt](https://guides.regen.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.regen.network/guides/regen-marketplace-buyers-guides/baskets/take-from-basket.md).

# Take from Basket

<figure><img src="/files/2sATgd6wdDA8DB9N5BJh" alt=""><figcaption></figcaption></figure>

### 1. Connect Keplr Wallet

a. Select the "Connect Wallet" button in the page menu.

![](/files/3FZJGwMHaL519UCV5sE8)

b. Keplr will prompt you to approve the connection with a separate window. Select "Approve".&#x20;

![](/files/cZwHVO2EfIYiEVUMk1ze)

### 2. Navigate to Your Portfolio

a. This option will appear when you hover over your Regen wallet address. Click "My Portfolio".

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

b. The below page will populate.&#x20;

![](/files/zbORgQWcY5AdzPC7nBNS)

### 3. Select Basket Tokens

a. Find the Basket Tokens you wish to redeem and retire. Click the three dots on the far right hand side of your selected basket.&#x20;

b. From the options provided, select "Take from Basket". The below pop out will appear.&#x20;

![](/files/HWvX0B9Ktz5eFVNGoGal)

### 4. Take (& Retire)&#x20;

a. **Amount:** First input the number of tokens you would like to redeem and retire.&#x20;

b. **Retire:** For some baskets, the "retire credits upon transfer" will be pre-checked, in which case you will need to fill in retirement information. In the "Transaction note" section, you may add an optional memo to be attached to the transaction, such as the company that the ecocredits are being retired on behalf of, for example. Fill out "Location of Retirement" details. This information prevents double counting of ecocredits in different locations.&#x20;

c. Click "TAKE FROM BASKET" and then approve the corresponding Keplr transaction through the separate window it generates.&#x20;

#### Congrats! You have taken your first ecocredits from a basket!


---

# 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://guides.regen.network/guides/regen-marketplace-buyers-guides/baskets/take-from-basket.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.
