# Integrating Voting with Transaction Events

One of the core features of this governance system is **tying voting outcomes to transaction events**, ensuring that **certain governance actions trigger blockchain transactions** automatically. This is especially useful in contexts like fundraising, capital raising, or **secondary token offerings (STOs)**.

For example:

* **Voting for a Secondary Token Offering (STO)**:
  * In a DAO, **voting** on whether to conduct an STO could trigger the minting of new tokens.
  * Tokens could be **locked in escrow** until a certain amount of funds are raised (for example, to purchase a new building or expand operations). If the target is met, the tokens are unlocked and distributed. If the target is not met, tokens could be **reversed** or returned to investors.

This connection between governance and **transactional activity** ensures that actions taken by token holders are **binding**and have a **direct effect on the organization's operations**, creating a seamless and automatic governance framework.


---

# 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://delnorte-terra-vision.gitbook.io/delnorte-docs/integrating-voting-with-transaction-events.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.
