> For the complete documentation index, see [llms.txt](https://shenlong-whitepaper.gitbook.io/shenlong-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shenlong-whitepaper.gitbook.io/shenlong-protocol/disclaimer-and-legal-notice.md).

# Disclaimer & Legal Notice

\# General Disclaimer

The information provided in this GitBook (Whitepaper) and on the Shenlong Protocol platform does not constitute investment advice, financial advice, trading advice, or any other sort of advice. You should not treat any of the protocol's content or mechanics as such.

#### 1. Not Financial Advice (NFA)

Shenlong Protocol is a decentralized utility ecosystem and gamified platform built on the Solana blockchain. The native token, $SHEN, is designed strictly as a utility token to fuel the ecosystem's mechanics (Arena entries, Fusion Lab, and Yield Automation). It is not an investment contract, security, or equity. The team does not recommend that any cryptocurrency should be bought, sold, or held by you. Conduct your own due diligence and consult your financial advisor before making any investment decisions.

#### 2. Smart Contract & Technical Risks

While the Shenlong Protocol is deployed via dev.fun to ensure audited smart contracts and maximum security, blockchain technology inherently carries risks. Users acknowledge that interacting with decentralized applications (dApps), smart contracts, and Web3 wallets involves technical risks, including but not limited to network congestion, RPC node failures, or unforeseen vulnerabilities. The platform is provided on an "as-is" and "as-available" basis without any warranties.

#### 3. Volatility and Market Risks

The cryptocurrency market is highly volatile. The value of $SHEN, as well as the SOL recovered through the rent-reclaim mechanism, can fluctuate significantly. The Shenlong Protocol team makes no guarantees regarding the future price, value, or liquidity of $SHEN or any associated NFT (Warrior Cards).

#### 4. Regulatory Compliance

The regulatory landscape for cryptocurrencies and decentralized finance (DeFi) is constantly evolving. It is the sole responsibility of the user to ensure that their participation in the Shenlong Protocol complies with the local laws and regulations of their specific jurisdiction. The protocol does not accept users from jurisdictions where interacting with digital assets or DeFi protocols is prohibited.

#### 5. Assumption of Risk

By connecting your wallet and interacting with the Shenlong Protocol (including using the Wallet Scanner, Rent Auditor, or Gamified Arena), you explicitly acknowledge and accept all associated risks. You agree that the Shenlong Protocol team, developers, and affiliates shall not be held liable for any direct, indirect, or consequential losses or damages arising from your use of the platform.


---

# 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://shenlong-whitepaper.gitbook.io/shenlong-protocol/disclaimer-and-legal-notice.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.
