> For the complete documentation index, see [llms.txt](https://cascadia.gitbook.io/gitbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cascadia.gitbook.io/gitbook/governance/alignment.md).

# Align

As an aligned CC holder, you hold governance authority in the Cascadia ecosystem. This means you have the right to vote on proposals and influence protocol development.

{% hint style="info" %}
In Cascadia, "locking" is more aptly referred to as "alignment".  This terminology better reflects the nature of the locking process within the Cascadia ecosystem.
{% endhint %}

**Step 1: Connect your Wallet.**

Click on the "Connect My Wallet" button.

Follow the prompts to connect your preferred wallet.\
\
\
**Step 2: Align CC to Receive bCC.**\
\
Determine the amount of CC you want to align.  You can select 25%, 50%, 75%, the maximum amount of your available balance, or enter a custom number.

Click the "Approve" button to confirm your selection to initiate the alignment process.

Your bCC balance will update to reflect your new alignment.

{% hint style="info" %}
Alignment may also be increased (realigned).  This process will not reset your Cooldown.
{% endhint %}

**Step 3: Check Alignment and Realigning.**

You can check your level of alignment at any time on the dashboard.  Here you'll see the amount of bCC you currently hold and your alignment as a percentage total bCC.  If you wish to re-affirm your alignment, you can click on the "Realign" button.\
\
\
**Step 4: Claim bCC.**

Click on the "Claim" button on the dashboard.\
\
\
**Step 5: Start a Cooldown.**

Click "Start Cooldown" button to initiate the cooldown process.\
\
\
**Step 6: Withdraw CC.**

Click on the "Withdraw" button to withdraw CC.  You'll receive CC, not bCC.

{% hint style="info" %}
You can withdraw CC after the Cooldown period ends.
{% 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://cascadia.gitbook.io/gitbook/governance/alignment.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.
