DAO:DFR How to Register a DAO on OpenBook — Connect Your Governor Contract (Step-by-Step)

Diornov

Mod
Staff member

How to register a DAO on OpenBook — the exact steps I used for DAOForum

To register a DAO on OpenBook you connect your on-chain governor contract to the OpenBook dashboard: copy your Governor proxy address from the block explorer, open OpenBook, click Register DAO, and paste that address with the right network. It takes about two minutes, costs nothing, and once it syncs you get a live treasury and governance dashboard for your DAO. Here's exactly how I did it for the real DAOForum DAO.




Why register on OpenBook at all?​


In the first guide I deployed the DAOForum DAO for free — token, treasury, and governor in one transaction. But a set of contracts on Arbitrum isn't something a normal member can read or interact with. They need a front end: a place to see the treasury, read proposals, vote, and follow the money.

That's what OpenBook is. Think of it as an "ERP for DAOs" — not just a voting screen, but a full financial dashboard: treasury balance, revenue, expenses, a double-entry transaction ledger, plus governance. It's purpose-built for DAOs created with CreateDAO, so it plugs straight into the contracts you already have. Registering doesn't change or take custody of anything on-chain — it simply points OpenBook at your existing governor so it can read and display your DAO. Your contracts stay exactly as they were.

Before you start (prerequisites)​


  • A DAO that already exists on-chain. If you haven't deployed yet, do that first — see How to Launch Your Own DAO for Free. A CreateDAO deployment is OpenBook-ready from day one.
  • Your Governor contract address. This is the one detail registration actually needs. I'll show you where to find it.
  • A wallet to sign in with. I used NYKNYC — sponsored transactions and native passkey support, so no seed phrase and no gas top-up.

Step-by-step: register a DAO on OpenBook​


  1. Find your Governor proxy address. Open your DAO on the block explorer (Arbiscan, in my case) and copy the Governor proxy address. For DAOForum that's 0xba71ff4483a60d0ef353c9b86033b908fbb1e3d6. This is the single most important field in the whole process — get it right and everything else follows.
    dao address in arbiscan.png
  2. Open OpenBook and connect your wallet. Go to openbook.to. From the Explore DAOs page, connect with NYKNYC and sign the verification message with your passkey. Signing this message just proves you own the wallet — it's free and it is not an on-chain transaction.
    wallet connect on openbook.png
  3. Click Register DAO and fill in the basics. Under Basic Information:
    • Slug: your DAO's handle in the URL — keep it short and lowercase. I used daoforum, which gives openbook.to/dao/daoforum.
    • Contract address: paste the Governor proxy address from step 1. Double-check it character-for-character — this is the link between OpenBook and your live governor.
    • Network: must match the chain you deployed on. For DAOForum that's Arbitrum One.
      the Register DAO form filled.png
  4. Fill in the optional profile fields. They're optional, but worth doing — they're what members see first. I added the website, our X / Discord / Telegram links, a logo, and a short description ("DAOForum management platform"). A complete profile makes the DAO look real and trustworthy instead of anonymous.
  5. Click Register DAO. You'll get a "registration successful" confirmation. That's it — the DAO now has a home page on OpenBook.
  6. Give it a moment to sync. OpenBook reads your treasury straight from the chain and populates the dashboard automatically. From here you can monitor the treasury, view transactions, and manage governance.
    dao treasury synced.png

The one field people get wrong: Governor vs. token address​


A CreateDAO deployment gives you three addresses — token, governor, and treasury (timelock). It's easy to grab the wrong one. Registration wants the Governor address, because the governor is the contract that knows about proposals, voting, and (through the timelock) the treasury. Paste the token address by mistake and OpenBook has nothing to read.

Two things to double-check before you hit register:

  • Right address: the Governor proxy, not the token or the raw implementation.
  • Right network: the network dropdown must match your deploy chain (Arbitrum One here). A mismatch means OpenBook looks for your contract on the wrong chain and finds nothing.

What auto-syncs (and why the treasury number is what it is)​


Once registered, OpenBook pulls the treasury balance directly from the blockchain — you don't type in any numbers. At creation, 99% of the 10,000,000 DFR supply (9,900,000 DFR) was locked in the DAO's timelock treasury.

Here's an honest, up-to-date detail: since I recorded this the DAO has already run its first proposal, DFR-1, which moved 600,000 DFR out of the treasury (500,000 to the Community Growth Safe and 100,000 to the LP wallet). So the treasury the dashboard shows today is 9,300,000 DFR (93% of supply), not the full 9.9M it held on day one. That's exactly the point of registering: the number isn't a screenshot I control — it's read live from the chain and it changes as governance acts. (I'll cover that first proposal end-to-end in the next guides.)

Key takeaways​


  • Registering a DAO on OpenBook connects your on-chain governor to a readable dashboard — it doesn't move or take custody of any funds.
  • The only essential field is the Governor proxy address; copy it from the block explorer and paste it carefully.
  • Make the network match your deploy chain (Arbitrum One for DAOForum).
  • Sign-in is a free passkey signature, not a transaction — nothing here costs gas.
  • The treasury balance syncs live from the chain, so it always reflects the DAO's real, current state.

What's next​


Now that the DAO has a dashboard, it's time to actually use it. Next I create DAOForum's very first on-chain proposal — moving real tokens out of the treasury by governance: How to Create a DAO Proposal on OpenBook →




DAOForum build-in-public series — all 7 guides
  1. Launch Your Own DAO for Free
  2. Register a DAO on OpenBook (you're here)
  3. Create a DAO Proposal
  4. Vote on DAO Proposals
  5. Queue & Execute Proposals
  6. Record DAO Treasury Transfers
  7. Fund a DAO Liquidity Pool (Founder Loan)

This is a real, on-chain case study of the DAOForum DAO itself. If you're into blockchain and decentralized governance, come build with us at daoforum.org.
 
Back
Top