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

# About Ready Cards

### What is Ready.cards?

Ready.cards is a digital platform designed to support the custody, interaction, and redemption of collectible trading cards. The platform enables collectors to securely vault eligible physical cards, interact with those cards through digital experiences on the Ready.cards platform, and, where applicable, request redemption of the underlying physical asset.

Ready.cards is built for collectors who value secure storage, transparency, and ease of access. The platform does **not** offer financial products, investment services, or investment advice, and does not make any representations regarding the future value, liquidity, or appreciation of any collectible.

All services provided by Ready.cards are offered on an “as is” and “as available” basis, subject to the applicable legal agreements governing use of the platform.\ <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.ready.cards/readme.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.
