# Hybrid Custody

[Hybrid Custody](https://developers.flow.com/concepts/hybrid-custody) is a flexible account management pattern for the Flow blockchain. The reference deployment was developed by Flowty and provides you a powerful a new way to think about and manage your accounts on Flow. With it, a Parent account (defined in [overview](https://docs.flowty.io/developer-docs/hybrid-custody/overview "mention")) can be granted partial or full access to another account.

### Why?

On Flow, many applications manage accounts for their users, generally to ensure a quicker or more streamlined experience. These accounts cannot be shared fully with users because the application relies on the account's setup to run properly. If access is given, a user could alter the application's account in a way such that unexpected behavior occurs or even breaks the app! However, without access, users do not benefit from their account being on a blockchain and the broad variety of tools and features across the Flow ecosystem.

Hybrid Custody permits applications to share access only to what they want a user to be able to use. For instance, a game that generates items as NFTs might want to let their users access owned items but not the character they play.

### What it looks like

Flowty will recognize Child accounts (defined in [overview](https://docs.flowty.io/developer-docs/hybrid-custody/overview "mention")) and show them on profiles of any address you view

<figure><img src="https://1110140566-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYhIgoCq3USH1in8LHiq2%2Fuploads%2Fl5hKtPhL1VmqSOUYnimp%2Fimage.png?alt=media&#x26;token=9af44a06-b730-4335-904c-8abb99210680" alt=""><figcaption><p>A user's profile on Flowty will show them what accounts are linked and what tokens are accessible.</p></figcaption></figure>

**NOTE: Balances will only be shown to a user on their own profile, they are not shown publicly.**

In addition to Profiles on Flowty showcasing Hybrid Custody, they will also, via NFT cards, inform visitors about the ownership of an item and what level of access their actively connected account has to it.

<figure><img src="https://1110140566-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYhIgoCq3USH1in8LHiq2%2Fuploads%2FsrkrdbrSqyDLME3Qo5at%2Fimage.png?alt=media&#x26;token=08ee15f0-73ca-4e05-a4c4-9377a80b20db" alt=""><figcaption><p>All items without a view-only icon are accessible for listings on Flowty</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.flowty.io/developer-docs/hybrid-custody.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
