# 4.5 Guardian Keys & Recovery Scheme

Guardian Keys and the associated Recovery Scheme are designed to protect both the user’s ownership and the integrity of the pet’s identity over long horizons. As cyber pets are intended to be persistent companions, the risk of key loss, compromised accounts, or unintended transfers needs to be addressed at the protocol level. PetVerse introduces an optional guardian mechanism in which designated keys or entities can participate in recovery workflows under predefined rules. These workflows can rebind a PET Identity to a new owner address or restore access while preserving the pet’s history and configuration.

The Recovery Scheme is implemented as a combination of smart contract logic and off-chain verification processes, depending on the user’s chosen security model. Users may appoint multiple guardians, define time-locked recovery policies, or require multi-signature approvals for sensitive operations such as transferring the PET Identity to a new account. This ensures that the digital asset remains resilient without undermining decentralization or user autonomy. For institutional or family use cases, guardian structures can also support shared ownership or inherited access while maintaining a verifiable, auditable trail.

Guardian & recovery design principles:

* Preserve pet continuity even when user keys are lost
* Allow flexible, opt-in recovery policies
* Avoid centralized backdoors or unilateral overrides
* Support long-term, multi-decade digital companionship


---

# 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.petverse.vip/4.-digital-identity-layer/4.5-guardian-keys-and-recovery-scheme.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.
