# Post-Transfer Voting Updates

**Overview**

CoinDeck integrates dynamic governance adjustments with its \_afterTokenTransfer function, ensuring that token ownership changes are immediately reflected in voting power.

**Key Highlights**

* Dynamic Updates: Governance metrics are recalculated automatically following each token transfer.
* Real-Time Integrity: Ensures token holders' voting power aligns with their current holdings.
* Seamless Integration: Works behind the scenes, providing governance accuracy without manual intervention.

**Benefits**

* Encourages active participation in governance by aligning voting power with ownership.
* Mitigates errors or delays in governance processes caused by outdated data.
* Strengthens trust in the governance system by maintaining accuracy and fairness.

**Future Enhancements**

* Introducing time-weighted voting power to reward long-term holders.
* Enhancing reporting tools for users to view their governance metrics in real time.


---

# Agent Instructions: 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:

```
GET https://coindeck-ai.gitbook.io/coindeck.ai/post-transfer-voting-updates.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
