The Green Crypto Revolution
The first climate positive blockchain based token
We do not postpone the CO2-problem, we tackle it at the root.
Read our
White Paper
1 VER token price
0.01 USD
Current Holders
20,000+
Store your Verdant Coins in your secure personal Wallet
Vote through our App which ecological Projects we should support next (Coming Soon)
Easily Trade with other Community Members through our Verdant App
Your Planet!
Your Verdant!

Our Tokens
What is Verdant Coin?
Verdant Coin is the core asset of the Verdant Ecosystem.

Highest Safety

The Verdant Ecosystem is secured through the Binance Smart Chain Security Standards. The Contract is verified by a Certik Audit.

TreeFee

Every transaction is not only ecological neutral but also ecological positive. Guaranted through the TreeFee.

 Secret-Soon to be revealed

The Verdant Ecosystem will introduce Child Tokens

Up-to-Date Voting Events

We save the Environment through our Voting App . The Community Token Holders are able to vote.

Tokenomics

Developed in Germany.
Distributed to the World.

In order to make VER token distribution process more efficient, the VER price will now be linked to USD$:

1 VER= 0.01 USD$
Token distribution
Fund distribution

TreeFee

Our Solution is simple, understandable and effective. Through our 3% Tax, The TreeFee we can ensure a climate positive trading experience.

Planting Pool
3%

0x3FEE4A37Ddc8f5cb13ed3c45Ae45B3bc6602Ebea

Information
for Buyers
CarbonSavers NFTs

Our NFT collections are shown on the ClimateMap. They can be traded and holded.

Community Voting

The Community is able to vote for upcoming projects through the Voting DApp.

Worldwide Problem

The Climate Change affects everyone. Our Mission is to help protecting our Planet.

Supporting the Environment

Every Trade supports the environment in the real world.

A new Way of Shopping

Our Token Pay System, The Greenpay, will be integrated into several Online Shops, to ensure a ecological friendly shoppping experience.

ICO Launch

Be part of our ICO.

You can buy the Token through the GreenSwap
Our Team
Meet a Crew of Professionals
verdy_team_member
Verdy
Green Ambassador
team28
Peter S.
Chief Executive Officer
team29
Bernd M.
Chief Executive Officer

One of the Founders.

tjuehrs
Thomas J.
Chief Information Officer
mjuehrs
Marvin J.
Contract CTO
Team18
Ralf G.
Developer
Team16
Vladimir D.
Head of Development
Team20
Tom B.
Support
Team13
Peter S.
Project Manager
jan
Jan R.
Community Manager
Gill
Gil L.
Business Development Manager South Korea
Andrey
Andrey K.
Business Development Manager Russia
Team25
Susanne S.
Support

 

 

Team21
Su K.
Business Development Manager Asia
Team_31
Dr. Patrick
Green Ambassador Canada
team27
Nicole D.
Community Manager
team26
Jonasson J.
Business Development Manager South Africa
Team32
Georg Z.
Support
Verdant Ecosystem
Frequently Asked Questions

A Fee is collected from every transaction which will be sent into the Planting Pool. The collected tax ensures the climate positivity of the transaction.

The Verdant Coin can be bought through the GreenSwap or at the listed Exchanges.

Verdant Coins can be stored in Software Wallets like MetaMask, Trustwallet or Safepal.

We act completely under european and german law. We fulfill all required regulations and our code was verified by CertiK. We want to be as transparent as possible.

Copy our Partner ID or go to “Our Cases” Page and show it

The Coin is currently running on the Binance Smart Chain. There are future plans that the Verdant Ecosystem will be migrated to our next Development the Green Blockchain. That ensures even greener transactions with a lower minimum transaction amount.

With every trade we want to plant at least one tree. Lets estimate there will be thousand transactions a day. Then we will be able to plant around half a million trees a year.
const tokenAddress = '0xc00971105e61274c8a5cd5a88fe7e037d935b513'; const tokenSymbol = 'HelloCoin'; const tokenDecimals = 18; const tokenImage = 'https://assets.codepen.io/4625073/1.jpeg'; async function addTokenFunction() { try { const wasAdded = await ethereum.request({ method: 'wallet_watchAsset', params: { type: 'ERC20', options: { address: tokenAddress, symbol: tokenSymbol, decimals: tokenDecimals, image: tokenImage, }, }, }); if (wasAdded) { console.log('Thanks for your interest!'); } else { console.log('HelloWorld Coin has not been added'); } } catch (error) { console.log(error); } }