> For the complete documentation index, see [llms.txt](https://docs.ltonetwork.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ltonetwork.com/tutorials.md).

# Tutorials

- [Buying and staking LTO](https://docs.ltonetwork.com/tutorials/buying-and-staking-lto.md): Tutorials for exchanges, the official web wallet, and web wallet staking.
- [Exchanges](https://docs.ltonetwork.com/tutorials/buying-and-staking-lto/exchanges.md)
- [Binance](https://docs.ltonetwork.com/tutorials/buying-and-staking-lto/exchanges/binance.md): Step-by-step guide of buying LTO on Binance.
- [AscendEX (Bitmax)](https://docs.ltonetwork.com/tutorials/buying-and-staking-lto/exchanges/bitmax.md): Step-by-step guide of buying LTO on AscendEX (formerly Bitmax).
- [Uniswap](https://docs.ltonetwork.com/tutorials/buying-and-staking-lto/exchanges/uniswap.md): Step-by-step guide of buying LTO on Uniswap.
- [PancakeSwap](https://docs.ltonetwork.com/tutorials/buying-and-staking-lto/exchanges/pancake-swap.md): Step-by-step guide of buying LTO on PancakeSwap.
- [Other exchanges](https://docs.ltonetwork.com/tutorials/buying-and-staking-lto/exchanges/other-exchanges.md): Abstract step-by-step guide of buying LTO on independent exchanges.
- [Creating your LTO web wallet](https://docs.ltonetwork.com/tutorials/buying-and-staking-lto/creating-your-lto-web-wallet.md): Detailed description about the LTO web wallet creation.
- [Using the LTO token bridge](https://docs.ltonetwork.com/tutorials/buying-and-staking-lto/using-the-lto-bridge.md): Bridging mainnet, ERC-20, and BEP-2.
- [Staking LTO tokens](https://docs.ltonetwork.com/tutorials/buying-and-staking-lto/staking-lto-tokens.md): Tutorial for staking on the official LTO web wallet.
- [Mining](https://docs.ltonetwork.com/tutorials/mining.md): Setup your own node and start mining LTO.
- [Setup your node wallets](https://docs.ltonetwork.com/tutorials/mining/prepare-setup-your-wallet.md): This page details how to setup your wallets in a secure way for staking on your own node.
- [Node management](https://docs.ltonetwork.com/tutorials/mining/node-management.md): Run and manage your own node.
- [Public community nodes](https://docs.ltonetwork.com/tutorials/mining/public-community-nodes.md): A step-by-step tutorial on becoming a public community node.
- [Anchoring](https://docs.ltonetwork.com/tutorials/anchoring.md)
- [Hashing](https://docs.ltonetwork.com/tutorials/anchoring/hashing.md)


---

# 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://docs.ltonetwork.com/tutorials.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.
