# Glossary

## Beneficiary

The wallet address or recipient configured to receive assets after a capsule executes.

## Capsule

An on-chain Heres account that stores owner, activity, intent, vault, and execution state.

## CRE

Chainlink Runtime Environment. Heres uses CRE for confidential delivery of encrypted Intent Statements.

## Delegation

The process of delegating capsule execution or monitoring to MagicBlock ER/PER infrastructure.

## Devnet

Solana's development network. Tokens have no real-world value and are used for testing.

## Execution

The protocol action that marks a capsule as no longer active and records an execution timestamp after inactivity conditions are met.

## Alchemy

Infrastructure provider used for RPC, NFT reads, enhanced transactions, and dashboard support.

## Inactivity Period

The configured time window after the owner's last activity before the capsule becomes eligible for execution.

## Intent Statement

A private encrypted message attached to a capsule and delivered after execution.

## MagicBlock ER/PER

MagicBlock Ephemeral Rollup and Private Ephemeral Rollup infrastructure used for private monitoring and automated execution.

## PDA

Program Derived Address. A deterministic Solana address controlled by a program rather than a private key.

## Representative

The email recipient for the encrypted Intent Statement.

## Vault

The program-controlled address or token account that holds capsule assets until distribution.


---

# 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://doc.heresprotocol.com/reference/glossary.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.
