Governance Tools Guides
  • overview
    • Core Governance Tools
      • Access the Core Governance Tools
    • System status
    • What is Cardano GovTool?
    • What is the Constitutional Committee Portal?
    • Community Governance Tools
  • CARDANO GovTool
    • Using Govtool
      • Getting started
        • Compatible Wallets
        • Connect your wallet to GovTool
        • The GovTool Dashboard
      • Direct Voting
      • DReps
        • Register as a DRep
        • Retire as a DRep
        • DRep error conditions
      • Delegating
        • Delegate to a DRep
        • Abstain from Every Vote
        • Signal "No Confidence" on Every Vote
      • Governance Actions
        • Types of Governance Actions
          • Motion of No Confidence
          • Update Committee or Threshold or term limits
          • New Constitution or Guardrails Script
          • Hard Fork Initiation
          • Protocol Parameters changes
          • Treasury Withdrawal
          • Info Action
        • View Governance Actions
        • Propose a Governance Action
        • Vote on Governance Actions
          • Change your Vote
      • Storing Information offline
      • Cardano Budget Proposals
    • FAQs
      • How Governance Action Vote Totals are Calculated in GovTool
      • Ways to use your Voting Power
      • Direct Voter vs DRep
      • What does it mean to register as a DRep?
      • What is a Governance Action?
      • What is a DRep?
      • What is Voting Power?
      • Bootstrapping phase
  • Constitutional Committee portal
    • Constitutional Committee Portal Functions
      • Read the Interim Constitution
      • Compare Constitution Iterations
      • View Interim Constitutional Committee Members
      • View Interim Constitutional Committee Members have votes
  • Bugs or Feature suggestions
    • How to suggest a feature or submit an idea
    • How to submit a bug
  • Participate in development
    • Overview
    • How to participate
    • Proposal Pillar API
      • Access
    • Governance Tools Repositories
  • Legal
    • Private Policy
    • Terms of Use
Powered by GitBook
On this page
  1. CARDANO GovTool
  2. Using Govtool
  3. DReps

Register as a DRep

How to register as a DRep

PreviousDRepsNextRetire as a DRep

Last updated 2 months ago

  1. Dashboard From the dashboard, click "Register" in the "Become a DRep" panel:

  2. Roles and Responsibilites Explains what a DRep does, and tells you about the refundable deposit.

  3. DRep Info The DRep name is required, and there are three other fields that are optional: Email, Bio, and Link(s). You can add up to 8 links. This information will be displayed you your DRep page, and publicly available to all users of GovTool

  4. Data storage confirmation DRep data is not stored on-chain. Every DRep must responsibly store their information off-chain and pass that link back to GovTool (on the following screen). You must check the box and agree to this to proceed with registration.

  5. Storing your information There are three steps to storing your information:

    1. Download the file to your computer. This file contains the DRep registration info that you entered in the registration form.

    2. Save the file in a location that will provide you with a publicly-accessible URL.

    3. Copy the URL from the location above and paste it into the URL field.

  6. Example using GitHub This example uses a new public repo for simplicity.

    1. Upload the file you downloaded in the step above to GitHub

    2. Commit the changes to the repository with the green button at the bottom right

  7. In GitHub, find the file you uploaded, click on it's name.

  8. In Code view, click on the "Raw" button This will take you to the 'Raw' view where you can copy the URL for the code

  9. In the Raw view, click on the URL in the top bar and copy it

  10. Return to GovTool and paste in the URL Then click "Submit"

  11. Sign the transaction in your wallet

  12. Your transaction will be submitted to the blockchain

  13. Now you are registered as a DRep

Store data using IPFS

Choose your platform and download and install the desktop app on your computer.

Upload the .jsonld file you from GovTool to IPFS by using the "Import > File" option on the top right of the screen

Once the file is uploaded, you need to set it's 'pinning'. Select the file in the list, click on the three dots at the far right of the screen, and choose "Set Pinning"

Click the "Local Node" checkbox and then the "Apply" button

You will now see the Files list again. Click the three dots again, and choose "Share Link"

Click "Copy" to copy the link

Paste it back into GovTool and click "Submit"

Sign the transaction with your wallet:

Your transaction will be checked and submitted:

You can return to the dashboard, and when the transaction is submitted, you will see your DRep registration there.

You are now registered and can vote as a DRep and also accept delegated voting power from others.

One of the simplest ways to store data using IPFS is by using the IPFS desktop app. You can download it here:

https://docs.ipfs.tech/install/ipfs-desktop/
See example using IPFS
IPFS Download page