> For the complete documentation index, see [llms.txt](https://docs.tajirchain.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tajirchain.com/core-concepts/network-participation-overview/participation-withdrawal-and-lock-completion-rules.md).

# Participation Withdrawal & Lock Completion Rules

#### **Participation Withdrawal**

Participants may withdraw their locked participation at any time, including before the participation period ends.

Key parameters:

| Item                     | Rule                   |
| ------------------------ | ---------------------- |
| Early withdrawal         | Allowed                |
| Unbonding period         | 14 days mandatory      |
| Rewards during unbonding | None                   |
| Cancel unbonding         | Not allowed            |
| Claim process            | Manual after unbonding |
| Partial withdrawal       | Not supported          |

#### Early Withdrawal Result:

* Continuous rewards remain
* Bonus portion forfeited permanently

#### Post-Lock State:

Once the lock timer finishes:

* Locked participation becomes available for withdrawal.
* No reward accumulation
* No voting power
* Users may withdraw their locked tokens or start a new participation period.

{% code overflow="wrap" lineNumbers="true" %}

```
Completed participation no longer earns rewards or contributes to voting power.
Users may withdraw their locked tokens or begin a new participation period after the lock period ends.
```

{% endcode %}

```
Partial withdrawal is not supported.
Each participation position must be withdrawn as a single unit.
```
