Alchemix Smart Contract API

The primary developer interface for Alchemix is its on-chain smart contracts deployed on Ethereum Mainnet, Optimism, and Arbitrum. Core contracts include the Alchemist (vault deposits, borrowing, repayment, liquidation, and harvesting), the Transmuter (alAsset-to-underlying exchange), and the TransmuterBuffer (flow rate control between Alchemist and Transmuter). Developers interact with these contracts via standard EVM JSON-RPC using libraries such as ethers.js or viem.

API entry from apis.yml

apis.yml Raw ↑
name: Alchemix Smart Contract API
description: The primary developer interface for Alchemix is its on-chain smart contracts deployed on
  Ethereum Mainnet, Optimism, and Arbitrum. Core contracts include the Alchemist (vault deposits, borrowing,
  repayment, liquidation, and harvesting), the Transmuter (alAsset-to-underlying exchange), and the TransmuterBuffer
  (flow rate control between Alchemist and Transmuter). Developers interact with these contracts via standard
  EVM JSON-RPC using libraries such as ethers.js or viem.
image: https://alchemix.fi/favicon.ico
humanURL: https://docs.alchemix.fi
baseURL: https://ethereum.drpc.org
tags:
- Smart Contracts
- EVM
- Ethereum
- Optimism
- Arbitrum
- Alchemist
- Transmuter
- Vault
properties:
- type: Documentation
  url: https://docs.alchemix.fi
- type: GitHubOrganization
  url: https://github.com/alchemix-finance
- type: ContractDeployments
  url: https://github.com/alchemix-finance/deployments
- type: SourceCode
  url: https://github.com/alchemix-finance/v2-foundry
contact:
- FN: Alchemix Finance
  email: [email protected]