> For the complete documentation index, see [llms.txt](https://seeddao.gitbook.io/seed-tutorial/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://seeddao.gitbook.io/seed-tutorial/plant-your-seed-tree.md).

# Plant your SEED Tree

### Overview

SEED Trees continues to be a sanctuary for SEED World. In SEED Go, you will send your SEED Mons on a hunt at the nearest Tree location. The feature of letting users plant SEED Tree is a desired location created to make the hunt activity more convenient.

### How to plant

**1️⃣ Tap on a location in the SEED Map**

Go to a location where you want to plant a new SEED tree, tap on it, and the button '<mark style="color:green;">**Plant Your Tree**</mark>' will appear.

<figure><img src="/files/3GAEA4XZ7A8EqBDaRx2I" alt=""><figcaption></figcaption></figure>

2️⃣ **Plant for free or with a charged fee**

* ***Plant with a charged fee***

If you want to plant a new tree, although there has been a tree planted within a 5km radius, a fee will be charged. Select a charger option that fits your demand.

🌱 99 SEED for 7 days

🌱 299 SEED for 30 days

🌱 999 SEED for 120 days

* ***Plant for free***

If within a 5km radius, there is no tree near you, you can plant a new SEED Tree for free.

&#x20;⚠️ *Note: A Tree planted for free is owned by the SEED Verse and not by any user, particularly.*

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

3️⃣ **Plant and Share with your friends**

* ***Plant the Tree for free***

Click on the button '<mark style="color:green;">**Plant Now**</mark>' and a new SEED Tree will be added to the location.

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

* ***Plant the Tree with a charged fee***

Click on the button '<mark style="color:green;">**Plant Now**</mark>' to plant the Tree. You can set the name of your Tree by paying an amount of $SUI.

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

* ***Share its location with your friends***

Click on the button '<mark style="color:green;">**Share Location**</mark>' to copy the link to the Tree you just planted. Share it with your friends.

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


---

# 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://seeddao.gitbook.io/seed-tutorial/plant-your-seed-tree.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.
