Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,10 @@
* [Glossary](developer-support/glossary.md)
* [Circles Tools](developer-support/circles-tools.md)
* [Past Hackathon Projects on Circles](developer-support/past-hackathon-projects-on-circles.md)

## User Guides

* [Circles Groups](user-guides/circles-groups/README.md)
* [Create a Circles Group](user-guides/circles-groups/create-a-circles-group-using-circles-core-app.md)
* [Migrate your group and update its details](user-guides/circles-groups/migrate-group-and-update-details.md)
* [Technical Group Details](user-guides/circles-groups/technical-group-details.md)
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
---
icon: user-gear
description: >-
How to migrate your group so you can edit it, and how to fill in the new
group contract properties as an admin.
---

# Migrate your group and update its details

New properties have been added to the group contract, and group admins need to fill them in. This guide walks you through making your Circles profile an admin of the group and then updating the new fields in the admin app.

The process is straightforward: you add your Circles profile as a signer of the group's owner Safe, then use that connection to edit the group in the admin app.

### Assumptions

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Fix heading level structure.

The document jumps from a level-1 heading (line 8) to a level-3 heading here, skipping level 2. Markdown best practice requires headings to increment by only one level at a time for proper document structure, accessibility, and navigation.

📝 Proposed fix

Change the level-3 headings to level-2:

-### Assumptions
+## Assumptions

Apply the same change to line 22:

-### Which steps apply to you?
+## Which steps apply to you?
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
### Assumptions
## Assumptions
🧰 Tools
🪛 markdownlint-cli2 (0.22.1)

[warning] 14-14: Heading levels should only increment by one level at a time
Expected: h2; Actual: h3

(MD001, heading-increment)

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In
`@docs/circles-sdk/circles-avatars/group-avatars/migrate-group-and-update-details.md`
at line 14, The document drops from an H1 to a level-3 heading; change the
heading level for "Assumptions" from "### Assumptions" to "## Assumptions" (and
likewise convert any other level-3 headings immediately following the top-level
title to level-2) so headings increment by one level only and restore proper
document structure.


Before you start, this guide assumes the following:

* You set up your account using [app.aboutcircles.com](https://app.aboutcircles.com). This means you have a signer and a wallet you can connect to that app to modify your account.
* Your group is owned by a Safe (multisig) that you control.
* You have a Circles profile and are willing to use it as an admin of the group.

### Which steps apply to you?

* If you created your group using [app.aboutcircles.com](https://app.aboutcircles.com), start at **Step 1**.
* If you created your group using [circles.gnosis.io/admin/circles-groups](https://circles.gnosis.io/admin/circles-groups), skip to **Step 6**.

## Part 1 — Make your Circles profile an admin of the group

### Step 1: Find your group

Open the Group Checker and locate your group:

{% embed url="https://aboutcircles.github.io/CirclesTools/groupChecker.html" %}

### Step 2: Open the owner Safe

In the **Owner** column, find the owner Safe of your group and click the wallet symbol next to it to open it in the Safe UI.

<figure><img src="../../.gitbook/assets/group-checker-owner-safe.png" alt=""><figcaption><p>The Owner column in the Group Checker. Click the wallet symbol to open the owner Safe.</p></figcaption></figure>

### Step 3: Connect to the Safe UI

Connect to the Safe UI using your owner EOA — the wallet that owns the Safe.

### Step 4: Find your Circles profile address

Locate the address of your personal Circles profile (for example, via the Gnosis App).

<figure><img src="../../.gitbook/assets/circles-profile-wallet-address.png" alt=""><figcaption><p>In the Gnosis App, open the QR code panel and copy your wallet address from the Advanced section.</p></figcaption></figure>

### Step 5: Add your Circles address as a signer

In the Safe UI, go to **Settings → Manage Signers** and add your Circles address as a signer. Then sign the transaction.

{% hint style="info" %}
Once the transaction is confirmed, your Circles profile is an authorised admin of the group's owner Safe and you can use it to edit the group.
{% endhint %}

## Part 2 — Update the group details

### Step 6: Sign in to the admin app

Go to [circles.gnosis.io/admin/circles-groups](https://circles.gnosis.io/admin/circles-groups) and sign in using your passkey for the Gnosis App.

### Step 7: Open your group

Open your group and select **Edit Details**.

### Step 8: Edit the details

Fill in the new fields:

* **Description** — Explain the purpose of the group and the benefits of joining.
* **Group type** — Set this to **closed**.
* **Contact details** — Provide a way for prospective members to reach you.
* **Membership Fee** and **Minimum Rep Score** — Optional.
* **Additional Criteria** — A brief description of how a user can join the group.

### Step 9: Save

Click **Save** to apply your changes.

{% hint style="success" %}
That's it — your group details are now updated.
{% endhint %}