Skip to content

JaeLeex/ventuals-contracts

 
 

Repository files navigation

Ventuals Contracts

Tests Lint

Overview

Smart contracts for the Ventuals HYPE LST (vHYPE).

Ventuals is raising HYPE through a custom liquid staking token (LST) for its HIP-3 deployment. Contributors receive vHYPE, which is a fully transferable ERC20 that represents a claim on the underlying HYPE principal.

  • Minimum stake: 500k HYPE must remain staked with validators, which is the current requirement for HIP-3 deployers.
  • Liquidity: Additional deposits provide a liquidity buffer for withdrawals.
  • Native yield: All native staking yield accrues proportionally to vHYPE holders.

Getting Started

Install Foundry:

curl -L https://foundry.paradigm.xyz | bash
foundryup

Clone and set up the repository:

git clone https://github.com/ventuals/ventuals-contracts.git && cd ventuals-contracts
git submodule update --init --recursive
forge build

Testing

# Run tests
forge test

# Run coverage report
forge coverage

Security

The Ventuals smart contracts undergo independent security audits, and available audit reports are published in docs/audits. We recommend that all integrators and contributors review these reports before interacting with the contracts.

License

The Ventuals smart contracts are licensed under Apache License 2.0.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Solidity 94.7%
  • Shell 3.3%
  • JavaScript 2.0%