> For the complete documentation index, see [llms.txt](https://docs.hatchr.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hatchr.fun/security/risks-and-dependencies.md).

# Risks and Dependencies

Using Hatchr involves smart-contract, market and infrastructure risk.

## Market risk

* New tokens can be extremely volatile.
* Implied market cap is not redeemable backing.
* Concentrated liquidity can produce significant price impact.
* Low WETH depth can make exits expensive or impossible at an expected price.
* Graduation does not guarantee value, liquidity or future activity.

## Smart-contract risk

* Hatchr has not yet published an independent audit.
* Uniswap V3 and Robinhood Chain contracts are external dependencies.
* Wallet simulation and scanners may miss vulnerabilities.
* A successful transaction is not proof that a token is economically safe.

## Infrastructure risk

The application depends on:

* Robinhood Chain and its RPC infrastructure;
* Uniswap V3 deployments;
* Blockscout historical APIs;
* PostgreSQL, Railway and Vercel;
* public IPFS gateways and Pinata;
* CoinGecko and Coinbase price APIs; and
* Dexscreener for embedded charts.

Frontend or indexer downtime does not disable direct Uniswap pool trading, but it can delay discovery, analytics, metadata and fee displays.

## Metadata and social risk

Creators control token metadata and community links. Hatchr's technical launch does not endorse a creator, roadmap, website or social account.

## Reorganization and indexing risk

Hatchr uses a confirmation buffer, but deep chain reorganizations or provider failures can temporarily produce stale application state. Verify important events against the chain.

{% hint style="danger" %}
Nothing in these docs is financial, legal or investment advice. Never spend funds you cannot afford to lose.
{% endhint %}


---

# 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.hatchr.fun/security/risks-and-dependencies.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.
