Plaza is a platform for on-chain bonds and leverage on Base.
Plaza is a platform for programmable derivatives built as a set of Solidity smart contracts on Base. It offers two core products: bondETH and levETH, which are programmable derivatives of a pool of ETH liquid staking derivatives (LSTs) and liquid restaking derivatives (LRTs) such as wstETH. Users can deposit an underlying pool asset like wstETH and receive levETH or bondETH in return, which are represented as ERC20 tokens. These tokens are composable with protocols such as DEXes, lending markets, restaking platforms, etc.
- WEBSITE https://testnet.plaza.finance/
- TWITTER @plaza_finance
- Auto Daily Transaction
- Auto Get Faucets
- Auto Generate New Wallets
- Send Fund To Existing Address
- All Wallets information Saved In wallet.json
- Node.js: Ensure you have Node.js installed.
- npm: Ensure you have npm installed.
- Wallets must have $1 in eth/base/arb mainnet to get faucet
- Use feature auto send to send fund to existing wallet: send
0.0003
eth for each addr
-
Clone this repository:
git clone https://github.com/Zlkcyber/plazafintot.git cd plazafintot
-
Install dependencies:
npm install
-
Setup: to create new wallets
npm run create
-
Additional Feature:
-
send fund to existing address
npm run autosend
-
use proxy: its optional, paste proxy in the proxy.txt file. 1 proxy per line.
nano proxy.txt
format :
http://user:password@ip:port
- Run The Script:
npm run start
This project is licensed under the MIT License.