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

# Getting Started

#### Getting started with Chainstreak takes only a few steps.

Chainstreak is designed to make daily onchain activity simple. You only need a Web3 wallet, a supported EVM chain, and enough gas to confirm your transaction on the selected network.

***

#### Step 1: Open Chainstreak

Go to the official Chainstreak website and make sure you are using the correct link.

Before connecting your wallet, always check the domain and avoid links from unknown messages, fake support accounts, or random ads.

***

#### Step 2: Connect your wallet

Click Connect Wallet and choose your preferred Web3 wallet.

Chainstreak does not ask for your seed phrase, private key, or direct access to your funds. Wallet connection only allows the app to see your public wallet address and prepare actions for you to confirm.

You stay in full control of every transaction.

***

#### Step 3: Choose a chain

After connecting your wallet, select the EVM chain where you want to complete your action.

Chainstreak supports both mainnet and testnet networks. Mainnet transactions use real assets for gas fees, while testnet transactions use test tokens.

Always check the selected network before signing any transaction.

***

#### Step 4: Build your streak

A streak shows your repeated onchain activity over time.

By checking in daily, you can build a stronger activity record and improve your position on the leaderboard. More consistent activity helps your profile become more visible inside Chainstreak.

***

#### Step 5: Explore more actions

After your first check-in, you can explore other Chainstreak features:

* **deploy a simple smart contract**
* **create an ERC-20 token**
* **deploy an ERC-721 NFT collection**
* **use Proof of Click**
* **invite friends**
* **climb the leaderboard**

Each feature helps you create more activity and interact with different EVM chains in a simple way.

***

#### Safety tips before you start

Use Chainstreak only through the official website.

Never share your seed phrase or private key. Chainstreak will never ask for them.

Before confirming any wallet popup, check the network, transaction type, and gas fee. If something looks wrong, reject the transaction and reload the official website.


---

# 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:

```
GET https://chainstreak.gitbook.io/chainstreak/getting-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
