> For the complete documentation index, see [llms.txt](https://cs.help.siesta.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cs.help.siesta.cloud/en/main/sluzby/integrace/winding-tree.md).

# Winding Tree

To connect to the Winding Tree, you will need an Ethereum account with less ETH. For operation with Ethereum accounts, we recommend the Metamask browser plugin.

### Create an Ethereum account

1. Install the Metamask plugin from <https://metamask.io>&#x20;

   ![](https://lh3.googleusercontent.com/-ocyxTe-G2cYXjqh-BBPXMmEBT8CRV2D3qaW6kMnbp1hdi0JvYhUeTzL8aJp29h6XK-oh02mpnHud5ZB7o9Fz3eA2C-751zML0Au1dyxdCEi5RG3uvqQYBU-1zSFnRpcZSu3ODUn)
2. If you no longer have a wallet, select Create Wallet
3. Create a wallet password
4. You will generate a secret sequence of words that will generate your wallet. Be sure to save it carefully, as anyone who knows the sequence should have access to the wallet.
5. Confirm your secret sequence. You now have a Ethere wallet with one account (you can generate as many as you like).&#x20;
6. You will need a smaller amount of Etherea to register for the Winding Tree, and 0.1 ETH should be enough. Send it to your account address. We recommend using reputable cryptocurrency exchanges, such as <https://www.coinbase.com/>

![](https://lh6.googleusercontent.com/cnIJKJbAnPfp6HSlwtOxUD7qKT1afdpQ6sz0ppb9H7OJdPvLSC8YtAjffo6IH7wr1EdRJuD2Fl6fxIdJlyjKss0O_FXxF2bN-F6mJGwdN9oH7YEaAA0ou_UUfE7EhB3TLqk9dYpm)

![](https://lh5.googleusercontent.com/Z6InjOdxEge4wPzDcOSvfDkGDd6QcIvuVPLeRxYCxrHaKg39x-nH9jaU57NxVhUNjATWtIxDpqdIgu8FOGvLdVkhYjec6GBqhVWYqWFmHHe9IQssvygzUjphHpfICjv-n8Tzl2wZ)

![](https://lh3.googleusercontent.com/-dbTp8mMuj7vnSzilX37rZaIQFfWh5wIwFlrQE2iCGr-Acbk12kFsxRQBgtejimc4cG1KvI8AxUoaEOw0IyuWXSKxlog1QWRgT2PwLEsnZJsKIMGvLjHTUUjXwRH-zpZGJpseXKu)

To register your service in the Winding Tree, select your service in the Siesta Cloud and go to the Connection tab.

1. Click Add new connection&#x20;
2. Select the Winding Tree module&#x20;
3. Enter your Ethereum account private key. You can get it in the Metamask plugin menu by clicking the export private key&#x20;
4. When you click to create an account, there will be a delay, which may take a few minutes. this is because the contract is being written to the Ethereum blockchain and the transaction must be confirmed in order to go through.

![](https://lh4.googleusercontent.com/mYvq4LtHi8DNSpNZoZGGI-cK8wz8a9qygY6wrck0ny2YBcPYS6TTLMaOoVcCaWu5y_5ATPW3xBjSJ3IjadIBkl_fqU_QKsVVyjyjSK3bhd75ua8cQDhgPv2-ZMsxNBYQl1-D9dEN)

![](https://lh6.googleusercontent.com/jnBM7LZssneuALrf0BH24BJlblzG-uc2LDJVeXaTvOhReGTzClUT5q8uWDYwXIvA9nzcPTAHw43fe9czsr_MwlriaP3FWwp-TBUGZ53kWCmK-8bkAAR-avotebkmhPPljw3fLETE)

![](https://lh4.googleusercontent.com/tWaiCzSpiixHr5V4saK20eWUDjceTzzqaw2m190xyKSCBxXXdeID6ysav0Q25rpjzlrM0W3ipOZwNRK7lDvHtJjEpEgbLEIVO4cyQSa7bERJ0aLl5TD94wRuD7vXmQLw3AXW9bKJ)

Congratulations, your property is now connected to the Winding Tree!


---

# 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://cs.help.siesta.cloud/en/main/sluzby/integrace/winding-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.
