> 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/mechanics/imprinting.md).

# Imprinting a Wallet

Imprinting is the act of binding a Solana wallet to the shrine. It is the only way to become eligible for the shrine's fee-share epochs.

## What imprinting is

* A record that a given public wallet address is a **dweller** of the shrine.
* The record is off-chain (in the shrine's database) and stores **only the public wallet address** plus an optional seeker name and the SOL balance at the moment of imprinting.
* Once imprinted, the wallet is eligible for equal-split distributions in every subsequent epoch, for life.

## What imprinting is not

* **Not a deposit.** The shrine never receives, holds, or moves your funds during imprinting.
* **Not a transaction.** No signature is required. No gas is spent.
* **Not a purchase.** There is no token, no NFT, no product.
* **Not custodial.** The shrine cannot spend from an imprinted wallet.

## The flow

1. On the [Gate](/thesanctum-docs/surfaces/gate.md), scroll to the **Wallet Imprint** section.
2. Paste the **public address** of the Solana wallet you want to bind.
3. Optionally, enter a seeker name (60 characters max).
4. Submit.
5. The shrine validates the address, snapshots its current SOL balance for the record, and confirms with the wallet's short key and a Solscan link.

If the wallet is already imprinted, the shrine says so and returns the existing record rather than creating a duplicate.

## After imprinting

* The wallet appears in the count of eligible dwellers used at the next epoch close.
* All future equal-split distributions will land on the imprinted address directly on-chain.
* Nothing else changes about the wallet's security or ownership. Your keys remain yours; the shrine never sees them.


---

# 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/mechanics/imprinting.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.
