Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinGreen committed Jan 5, 2024
1 parent 78c0f33 commit 81b22f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/framework/actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Actions are composed of the following parameters:

## Key Concepts

- Llama Instance: The unique `LlamaCore`,`LlamaPolicy`, and`LlamaExecutor` addresses for a deployment.
- Llama Instance: The unique `LlamaCore`, `LlamaPolicy`, and `LlamaExecutor` addresses for a deployment.
- [`LlamaCore`](https://github.com/llamaxyz/llama/blob/main/src/LlamaCore.sol): Manages the action process from creation to execution.
- Actions: Proposals made by policyholders to execute onchain transactions.
- Strategies: A contract that holds all of the logic to determine the rules and state of an action. For example, strategies determine whether or not an action is approved/disapproved, canceled, or able to be executed. They also determine details around who is allowed to cast approvals/disapprovals.
Expand Down

0 comments on commit 81b22f0

Please sign in to comment.