> 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/general/safety-and-security.md).

# Safety & Security

#### Safety is one of the core principles of Chainstreak.

Chainstreak is built as a non-custodial Web3 product where users keep full control of their wallets and manually confirm every blockchain action. The platform is designed to make onchain activity simple, transparent, and safe to use.

***

#### Verified smart contracts

Chainstreak smart contracts are verified on supported blockchain explorers.

Verified contracts allow users to check the contract code, review contract addresses, and confirm that they are interacting with the correct onchain system.

This adds transparency and helps users verify Chainstreak activity directly onchain.

***

#### Audited contracts

Chainstreak smart contracts have passed a security audit.

A smart contract audit helps review the code, detect possible risks, and improve the overall security of the product before users interact with it.

Audited contracts give users an additional layer of confidence when using Chainstreak features such as check-ins, smart contract deployment, and Proof of Click.

***

#### Non-custodial by design

Chainstreak does not take custody of user funds.

Users connect their wallet, choose an action, and confirm it manually. Chainstreak cannot move funds without user confirmation and never asks for private keys or seed phrases.

Your wallet stays under your control at all times.

***

#### No seed phrase required

Chainstreak will never ask for your seed phrase, private key, or secret recovery phrase.

Any website, account, or message asking for this information is not Chainstreak and should be treated as unsafe.

Your seed phrase is the key to your wallet. Never share it with anyone.

***

#### Use only official links

Always access Chainstreak through the official website and official social channels.

Fake websites and scam links can copy the design of real Web3 products. Before connecting your wallet, check the domain, verify the source, and avoid links from unknown DMs, comments, or fake support accounts.


---

# 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/general/safety-and-security.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.
