💥
Zeta FuZe
FuZe is Zeta's cross-program integration ecosystem - fully open-sourced.
The objective of this page is to give a brief overview of the Zeta Cross Program Invocation (CPI) interface. For a more detailed view please refer to the Github Repository.

The instructions currently supported are as follows:
initialize_margin_account
- create and initialize a user's margin accountdeposit
- deposit USDC collateral into the margin accountwithdraw
- withdraw USDC collateral from the margin accountplace_order
- place an order of (price, size, side) on the relevant marketcancel_order
- cancel a specified order
The accounts and relevant data that is currently supported (non-exhaustive):
ZetaGroup
- contains information relating to all derivatives market for an underlying- Underlying
- Market
- Strike
- Kind (Call, Put, Future)
- Expiry
Greeks
- Mark Price
- Delta
- Vega
- IV
MarginAccount
- Balance
- Positions
Oracle
- Price
Last modified 17d ago