

How It Works?
The Abstract DAO acts as an intermediary between NEAR DAOs and the EVM chains. The process of voting and executing an action looks like this:- Craft an EIP-1559 Payload: You create the transaction that will execute across all chain, specifying the recipient address, nonce, value, and transaction data. Only the gas parameters are not set, as they will vary across chains.
- Choose a Single Allowed Account: As part of the voting process, your organization chooses an “allowed account,” which is the member who will be responsible to setup gas parameters, and generate signatures for all the chains.
- Vote on the Request: Your decentralized organization votes once on NEAR to approve this request. Each member can review the transaction, then cast their vote to confirm or reject it.
- Generate Signatures: Once the request has enough confirmations, the transaction is approved. The “allowed account” can now interact with the Abstract DAO to generate signatures for as many EVM-compatible chains as needed.
Prerequisites
To complete this tutorial successfully, you will need Near CLI to be installed, and have a general understanding of how Chain Signatures work.Next steps
Ready to start? Let’s jump to the first step, in which we will understand how the Abstract DAO contract works.Versioning for this article
- near-cli:
0.12.0 - rustc:
1.78.0 - cargo:
1.80.1 - cargo-near:
0.6.2 - rustc:
1.78.0 - node:
21.6.1