The btc/acc Protocol
The btc/acc protocol is a smart contract that enables automatic Bitcoin accumulation on Base. It allows users and dapps to deposit ETH or USDC which gets converted to Bitcoin (cbBTC) through Aerodrome's liquidity pools.
The core functionality includes:
- Deposit functions that accept ETH/USDC and convert to cbBTC
- Withdrawal functions to claim accumulated Bitcoin
- Referral system to track and reward btc/acc aligned communities
- 1% protocol fee to sustain development
The protocol acts as the foundation for the btc/acc ecosystem, enabling both direct user deposits and integration with other dapps.
Protocol External Functions
depositBTC
depositBTC(address walletAddress, address referrer, uint256 amount) external
- Deposit cbBTC directly into the protocol
- Specify a wallet to accumulate for
- Optional referrer address to track deposits
depositETH
depositETH(address walletAddress, address referrer) payable
- Deposit ETH which gets converted to cbBTC
- Automatic swap via Aerodrome
- Specify a wallet to accumulate for
- Optional referrer address to track deposits
depositUSDC
depositUSDC(address walletAddress, address referrer, uint256 amount) external
- Deposit USDC which gets converted to cbBTC
- Automatic swap via Aerodrome
- Specify a wallet to accumulate for
- Optional referrer address to track deposits
withdrawBTC
withdrawBTC() external
- Withdraw your accumulated BTC at any time
- No minimum withdrawal amount
- Track your accumulation progress
Contract Details
- Address:
0x08734424d04bEa277F29572fF1E25f6924D5954C
- Network: Base
- Supported Deposit Tokens: cbBTC, ETH, USDC
- Deposit Fee: 1%