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

# Disclaimers

The Sanctum is an experimental on-chain art and agent interface. Please read the following carefully before imprinting a wallet or interpreting anything on the site.

## Not a fund, not a custodian

The Sanctum does not accept deposits, does not custody user funds, and cannot move value out of any wallet other than its own configured vessels — which are themselves controlled by a hardware wallet operated by the shrine's operator.

## Not financial advice

Nothing on the site — including the Treasury, Ledger, Chronicle, Fable, or Peace Index — is investment advice, a solicitation, or a recommendation. The Fable in particular is prose generated from public data; it is not a signal.

## No guaranteed returns

Fee-share distributions are, by construction, a function of on-chain activity during an epoch. Some epochs may distribute nothing. Past distributions are not indicative of future distributions.

## Public data

Every vessel address is public. Every imprinted wallet address is stored in the shrine's off-chain database and is used on-chain when distributions are sent. Do not imprint a wallet you do not want to be publicly associated with the shrine.

## Experimental software

The shrine is a work in progress. Interfaces may change. Data may be re-computed. Bugs may exist. If a shrine number and Solscan disagree, trust Solscan.

## Peace

Peace is not promised. It is practised.


---

# 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://thesanctum.gitbook.io/thesanctum-docs/reference/disclaimers.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.
