HDDcoin HODL Program

Lock in your coins and get huge rewards!

HDDcoin HODL is a special program, planned for Q4 2021, as per our Road Map. This program will allow Coin Holders to earn rewards on HDD locked in a Smart Contract for a specific hold duration.

It is specially designed to build the HDDcoin community by encouraging members to hold their Coins for longer periods of time, giving these members the opportunity to increase their investment. Our goal is to enhance stability in our currency while at the same time encouraging growth.

Contracts are secured and managed 100% on-chain using a Smart Coin/Contract coded in CLVM (the on-chain programming language used by HDDcoin).

HODL Rewards are funded from the HDDcoin pre-farm, with funds reserved for several years of the HODL program to benefit the community. This is one of the reasons we have a pre-farm!

Some of the main features of HDDcoin HODL include:

  1. Contracted Coins remain in your custody (they are NOT given to HDDcoin). Even if the HDDcoin developers and infrastructure disappears, you can still unlock your Coins.
  2. All Contracts can be cancelled at any time, but only by you, and with 100% of your deposit returned to your Wallet.
  3. Contracted Reward funds are added (by HDDcoin) to your Contract shortly after creation and, once added, are 100% locked into the terms baked into the Contract.
  4. Contracted Coins are locked for as long as the Contract is active – they cannot be spent like regular Coins. Once a Contract is started, it runs entirely on-chain – the only possible ways to release funds are:
    • you cancel the Contract, or
    • the term elapses, and your full Deposit + Reward is paid to your wallet
  5. At the end of the Contract term, your Original Coins held will be automatically released back to your Wallet. At the same time, your Reward Coins will be paid out into your Wallet. Both you and HDDcoin can trigger this payout action. HDDcoin will conveniently trigger this operation automatically for you, but can NOT change the destination of the funds. They are yours.
  6. Maintain easy visibility of all your HODL commitments with your standard wallet – stay on top of your investments!

3 Months

Short Term
2%
  • Early Bird: 5%
  • 1st Year Promo: 4%
  • Regular Rate: 2%
Enroll Now!

6 Months

Most Popular
5%
  • Early Bird: 12%
  • 1st Year Promo: 10%
  • Regular Rate: 5%

Enroll Now!

12 Months

Long Term
12%
  • Early Bird: 30%
  • 1st Year Promo: 24%
  • Regular Rate: 12%
Enroll Now!

HODL Enrollment

Support for HODL

Please note that only HDDcoin version v2.0.0 and above supports HDDcoin HODL. If you are interested in enrolling in HODL but are still on a version of HDDcoin prior to v2.0.0, you will need to update your Client.

HODL Program Names

3 Months HODL
6 Months HODL
12 Months HODL

# Early Bird Contract (Available: January 10th-14th, 2022)

EBRD-3M5

# First Year (Promo) Contract (Available from January 15th, 2022)

PROMO-3M4

# Regular 3-Months Contract (Available from January 15th, 2023)

HODL-3M2

# Early Bird Contract (Available: January 10th-14th, 2022)

EBRD-6M12

# First Year (Promo) Contract (Available from January 15th, 2022)

PROMO-6M10

# Regular 6-Months Contract (Available from January 15th, 2023)

HODL-6M5

# Early Bird Contract (Available: January 10th-14th, 2022)

EBRD-12M30

# First Year (Promo) Contract (Available from January 15th, 2022)

PROMO-12M24

# Regular 12-Months Contract (Available from January 15th, 2023)

HODL-12M12

HDDcoin HODL CLI Commands

Usage:
hddcoin hodl [OPTIONS] COMMAND [ARGS]

Options:
-h, –help     Show this message and exit.

Commands:
cancel            Cancel an existing HODL contract
commit          Register for, and commit funds to, a HODL contract
limits               Check the current HODL contract limits, and status for key
profits             Display past and future HODL profits.
programs      Display currently available HODL programs
show               Display contract details for contract(s).

CLI Instructions for HODL Contracts

SOURCE
LINUX (DEB/RPM)
WINDOWS (EXE)
MACOS (DMG)

# Step 1:   Open a Terminal

# Step 2:   Change Directory to your HDDcoin install directory

cd ~/hddcoin-blockchain

# Step 3:   Activate the HDDcoin Virtual environment

. ./activate

# Step 4:   Check out what HODL programs are currently available.

hddcoin hodl programs

# Step 5:  List your wallet balances and fingerprints.
    # this will let you know what funds you have available to commit to the on-chain HODL contract.
    # this will also show you “fingerprint” of the wallet you want to use

hddcoin wallet show

# Step 6 (Optional):   Access the help text on how to commit funds to an on-chain HODL contract.

hddcoin hodl commit -h

# Step 7:   Execute your HODL Contract.
    # (Substitute in your appropriate values for the variables in bold — example given at end of instructions)

hddcoin hodl commit -P program_name -f wallet_fingerprint -a amount_to_commit

# Step 8:   Validate your HODL contract balance, using the standard wallet view command.
    # NOTE: Please be patient. This can take up to a minute before your balances are reflected on the blockchain and shown in your wallet overview.

hddcoin wallet show

# Step 9:   Get more detail on all your HODL contracts.

hddcoin hodl show

# Example Command for Step 7 (to execute HODL Contract)

hddcoin hodl commit -P PROMO-12M24 -f 1234567890 -a 250

# Step 1:   Open a Terminal

# Step 2:   Make a convenient reference for the hddcoin executable

alias hddcoin='/usr/lib/hddcoin-blockchain/resources/app.asar.unpacked/daemon/hddcoin'

# Step 3:   Check out what HODL programs are currently available.

hddcoin hodl programs

# Step 4:   List your wallet balances and fingerprints.
# this will let you know what funds you have available to commit to the on-chain HODL contract.
# this will also show you “fingerprint” of the wallet you want to use

hddcoin wallet show

# Step 5 (Optional):   Access the help text on how to commit funds to an on-chain HODL contract.

hddcoin hodl commit -h

# Step 6:   Execute your HODL Contract.
# (Substitute in your appropriate values for the variables in bold — example given at end of instructions)

hddcoin hodl commit -P program_name -f wallet_fingerprint -a amount_to_commit

# Step 7:   Validate your HODL contract balance, using the standard wallet view command.
# NOTE: Please be patient. This can take up to a minute before your balances are reflected on the blockchain and shown in your wallet overview.

hddcoin wallet show

# Step 8:   Get more detail on all your HODL contracts.

hddcoin hodl show

# Example Command for Step 6 (to execute HODL Contract)

hddcoin hodl commit -P PROMO-12M24 -f 1234567890 -a 250

# Step 1:   Open a PowerShell terminal

# Step 2:   Make a convenient reference for the hddcoin executable

Set-Alias hddcoin $env:LocalAppData/hddcoin-blockchain/app-2.0.2/resources/app.asar.unpacked/daemon/hddcoin.exe

# Step 3:   Check out what HODL programs are currently available

hddcoin hodl programs

# Step 4:  List your wallet balances and fingerprints.
# this will let you know what funds you have available to commit to the on-chain HODL contract.
# this will also show you “fingerprint” of the wallet you want to use

hddcoin wallet show

# Step 5 (Optional):   Access the help text on how to commit funds to an on-chain HODL contract.

hddcoin hodl commit -h

# Step 6:   Execute your HODL Contract.
# (Substitute in your appropriate values for the variables in bold — example given at end of instructions)

hddcoin hodl commit -P program_name -f wallet_fingerprint -a amount_to_commit

# Step 7:   Validate your HODL contract balance, using the standard wallet view command.
# NOTE: Please be patient. This can take up to a minute before your balances are reflected on the blockchain and shown in your wallet overview.

hddcoin wallet show

# Step 8:   Get more detail on all your HODL contracts.

hddcoin hodl show

# Example Command for Step 6 (to execute HODL Contract)

hddcoin hodl commit -P PROMO-12M24 -f 1234567890 -a 250

# Step 1:   Open a Terminal

# Step 2:   Make a convenient reference for the hddcoin executable

alias hddcoin='/Applications/HDDcoin.app/Contents/Resources/app.asar.unpacked/daemon/hddcoin'

# Step 3:   Check out what HODL programs are currently available.

hddcoin hodl programs

# Step 4:   List your wallet balances and fingerprints.
# this will let you know what funds you have available to commit to the on-chain HODL contract.
# this will also show you “fingerprint” of the wallet you want to use

hddcoin wallet show

# Step 5 (Optional):   Access the help text on how to commit funds to an on-chain HODL contract.

hddcoin hodl commit -h

# Step 6:   Execute your HODL Contract.
# (Substitute in your appropriate values for the variables in bold — example given at end of instructions)

hddcoin hodl commit -P program_name -f wallet_fingerprint -a amount_to_commit

# Step 7:   Validate your HODL contract balance, using the standard wallet view command.
# NOTE: Please be patient. This can take up to a minute before your balances are reflected on the blockchain and shown in your wallet overview.

hddcoin wallet show

# Step 8: Get more detail on all your HODL contracts.

hddcoin hodl show

# Example Command for Step 6 (to execute HODL Contract)

hddcoin hodl commit -P PROMO-12M24 -f 1234567890 -a 250

HDDcoin HODL FAQ

How do I enroll in the HODL program?

The enrollment procedure uses the normal HDDcoin user interfaces you are familiar with. Click the Enroll Now buttons for the term of your choice for directions on how to start getting some sweet HODL rewards!

I don't see HODL option in my application. Where do I find it?

Only the HDDcoin version 2.0.0 (and above) supports HDDcoin HODL. If you are interested in enrolling in HODL but are still on a version of HDDcoin prior to v2.0.0, you will need to update your Client.

What if I change my mind? Can I leave the program before my Contract term ends?

No problem. You can easily cancel the Contract and have 100% of your original deposit returned to your wallet. There is no penalty; however, you will give up your reward payment in full (we do not offer partial term rewards).

Although you can exit the Contract at anytime, only you are able to do this before your term elapses. HDDcoin cannot exit the Contract for you before the term elapses.

Are my Coins safe? How do I know I will get them back?

Contracted Coins remain in your custody (they are NOT given to HDDcoin).

Can I spend the Coins after I lock them?

No. Contracted Coins are locked into the Contract for as long as the Contract is active — they cannot be spent like regular Coins in your Standard Wallet without exiting the Contract, or until the Contract term ends.

When will my locked Coins be released? Do I need to do anthing to release them after the Contract term?

At the end of the Contract term, your Original Coins held will be automatically released back to your Standard Wallet, and can therefore be spent. At the same time, your Reward Coins will be deposited into your Wallet. Both you and HDDcoin can trigger this Release action. Note that HDDcoin will perform this Release action automatically.

Where are the reward payments coming from?

HODL rewards are paid from reserved pre-farm funds. We have enough pre-farm funds to cover five years of the HODL program.

What’s in it for HDDcoin? Why are you doing this?

We believe in HDDcoin. We are in this for the long haul and we want to build up our HDDcoin community.  By encouraging our HDDcoin holders to lock in for period of time, we can promote stability and ensure long-term viability of the coin.