Trustdev-eth
apestaking-v2-smart-contract
Solidity

ApeChain ApeStaking V2 Smart Contracts

Last updated Jun 6, 2026
35
Stars
58
Forks
1
Issues
0
Stars/day
Attention Score
78
Language breakdown
Solidity 68.9%
TypeScript 30.9%
JavaScript 0.2%
Files click to expand
README

ApeCoin Staking V2

Description

This project contains all smart contracts used for the current BendDAO ApeCoin Staking V2 features. This includes:

  • Pool to Pool Service Model;
  • Coin holders deposit ApeCoin;
  • NFT holders deposit BAYC/MAYC/BAKC;
  • Holders can withdraw assets at any time;
  • Holder can borrow ETH after staking;
  • The rewards share ratio are determined by strategy contract;
  • Bot will automatically do the pairing for the Coin and NFT;
  • Bot will automatically do the claim rewards and compounding;

Documentation

Docs

Audits

Run tests

  • TypeScript tests are included in the test folder at the root of this repo.
  • Solidity tests are included in the test folder in the contracts folder.
yarn install
yarn test

Run static analysis

# install only once
pip3 install slither-analyzer

slither .

© 2026 GitRepoTrend · Trustdev-eth/apestaking-v2-smart-contract · Updated daily from GitHub