> For the complete documentation index, see [llms.txt](https://docs.lore.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lore.xyz/getting-started/creating-a-lore-group.md).

# Creating A Lore Group

{% hint style="info" %}
When you create a Lore Group you are creating a [Safe](https://safe.global/) on Ethereum or Base. \
\
We refer to Safe's as Lore Vaults. Our platform builds on Safe's secure multi-sig wallet and permissioning features. We provide a trusted interface for Co-Owning assets with friends while managing everyone's ownership stakes.
{% endhint %}

### How To Create and Activate A Group

{% @arcade/embed flowId="qrTr9xBlUjD7HQhF3pSt" url="<https://app.arcade.software/share/qrTr9xBlUjD7HQhF3pSt>" %}

{% hint style="success" %}
**Note:** After creating your Group and your Vault, you can add members to it in two ways: by contributing through a [Group Deposit](/getting-started/what-is-a-group-deposit.md) or by proposing adding new members through the [Add Members](broken://pages/JEIOELDrpSaRHtXwSm3N) feature.
{% endhint %}

Activate your Group to start raising funds and using them to complete quests! Once activated, you can find your wallet address on your Dashboard, where contributions made through Group Deposits will be sent.&#x20;

{% hint style="info" %}
How To Verify Wallet Address: Copy and paste it into [Etherscan](https://etherscan.io/), or add it to the [Safe](https://app.safe.global/welcome) app.
{% endhint %}


---

# 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.lore.xyz/getting-started/creating-a-lore-group.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.
