> For the complete documentation index, see [llms.txt](https://docs.eno.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eno.network/terms-and-conditions/assumption-of-risk.md).

# Assumption Of Risk

By using the Service, you acknowledge and accept the following risks:

The value of an NFT is subjective. Prices are volatile, and fluctuations in cryptocurrency values may significantly impact NFT prices. You accept these risks and understand you may lose money.

You are responsible for all fees incurred from blockchain actions when using the Service, even if a transaction is unsuccessful. These fees are final and non-refundable.

Limited use or lack of public interest in decentralized ecosystems could negatively impact their development, potentially diminishing the utility of NFTs.

Blockchain technologies, NFTs, and cryptocurrencies face an uncertain regulatory environment. New laws or policies could adversely impact the Service and the utility of NFTs.

You are solely responsible for determining any tax obligations resulting from your transactions and for reporting and paying any applicable taxes. ENO NETWORK does not handle tax-related matters for NFTs or their transactions.

Purchasing items associated with third-party content through peer-to-peer transactions carries risks, such as counterfeit items, mislabeled content, or items that may become untransferable. You agree that you have conducted sufficient research before engaging in any NFT-related transactions.

**ENO NETWORK** does not control third-party smart contracts and offers no guarantees about their functionality.

**ENO NETWORK** has no control over public blockchains or the smart contracts and protocols used for transactions. Blockchain transactions are irreversible, and **ENO NETWORK** cannot reverse them.

There are inherent risks when using internet and blockchain-based products, including risks from hardware, software, internet connections, malware, and unauthorized access to your wallet or account. **ENO NETWORK** is not liable for any communication failures or disruptions related to your use of the Service or blockchain networks.

The Service relies on third-party platforms and vendors. If ENO NETWORK loses access to these platforms or faces unfavorable changes in their terms, your access to the Service may be negatively affected.

**ENO NETWORK** reserves the right to hide collections, contracts, or items affected by these or other issues. Items you purchase may become inaccessible through **ENO NETWORK.** The inability to view or use items on ENO NETWORK does not entitle you to make a claim against ENO NETWORK.

If you have a dispute with another user, you release **ENO NETWORK** from any related claims, demands, or damages. By agreeing to this release, you expressly waive any legal protections that may otherwise limit the scope of this waiver, including claims you may be unaware of at the time of agreeing to this release.

### <br>


---

# 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.eno.network/terms-and-conditions/assumption-of-risk.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.
