Smart contracts for Torque Protocol
Torque Protocol is a Solidity-based, EVM-compatible smart contract system designed to streamline interaction with the most promising onchain economic opportunities. This repository contains the core contracts that power the protocol, including vehicles (for yield generation), factories (for credit lines), governance, and more.
- Website: torque.fi
- Documentation: docs.torque.fi
- X (Twitter): x.com/torquefi
- Telegram: t.me/torquefi
ℹ️ V2 is under development. Stay tuned!
Network | Contract | Address |
---|---|---|
Ethereum | TorqueAccounts | # |
Arbitrum | TorqueAccounts | # |
Optimism | TorqueAccounts | # |
Polygon | TorqueAccounts | # |
Sonic | TorqueAccounts | # |
Ethereum | TorqueTreasury | # |
Arbitrum | TorqueTreasury | # |
Optimism | TorqueTreasury | # |
Polygon | TorqueTreasury | # |
Sonic | TorqueTreasury | # |
Ethereum | TorqueRewards | # |
Arbitrum | TorqueRewards | # |
Optimism | TorqueRewards | # |
Polygon | TorqueRewards | # |
Sonic | TorqueRewards | # |
Ethereum | Torque (TORQ) | # |
Arbitrum | Torque (TORQ) | # |
Optimism | Torque (TORQ) | # |
Polygon | Torque (TORQ) | # |
Sonic | Torque (TORQ) | # |
Ensure you have the following installed:
If you're a developer interested in contributing to the smart contracts, follow the instructions below to get started:
# Clone the repository
git clone https://github.com/torquefi/torque_contracts.git
# Navigate into the directory
cd torque_contracts
# Install dependencies
yarn install