> For the complete documentation index, see [llms.txt](https://sixnetwork.gitbook.io/six-network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sixnetwork.gitbook.io/six-network/guide/user-guide.md).

# User Guide

## How to join SIX Individual Node Program

{% embed url="<https://medium.com/@sixnetwork/user-guide-to-stake-six-in-the-individual-node-program-842614132b11>" %}

### **Preparation Checklist**

Before you can participate in SIX Protocol’s Individual Node Program and start earning rewards, you need to do a couple of things to prepare.

* Open your Keplr wallet.
* Add SIX Protocol to your Keplr wallet.
* Bridge from Stellar to SIX Protocol to ensure that you have the required tokens on the SIX protocol.

## Bridge to SIX Protocol Chain

{% embed url="<https://medium.com/six-network/six-bridge-major-upgrade-to-six-protocol-chain-cacedf7f6e7b>" %}

## Token Transfer to SIX Protocol EVM

SIX Protocol now supports EVM, allowing for easy transfer of SIX tokens between the SIX Protocol and SIX Protocol — EVM via [https://evm.sixprotocol.com/.](https://evm.sixprotocol.com/)&#x20;

To transfer tokens from SIX Protocol to SIX Protocol — EVM, users will need to have SIX tokens in their EVM wallet to pay for gas fees.

Here’s a guide on how to transfer SIX tokens between the SIX Protocol and SIX Protocol — EVM:

{% embed url="<https://medium.com/six-network/guide-to-transfer-tokens-between-six-protocol-and-six-protocol-evm-d29b36480cab>" %}


---

# 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://sixnetwork.gitbook.io/six-network/guide/user-guide.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.
