Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions fern/pages/instruments-guide/futures/tier-2/aztec-usd-perp.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
---
export const contractName = "AZTEC-USD-PERP";
export const productType = "AZTEC Perpetual Future";
export const settlementCurrency = "USDC";
export const baseCurrency = "AZTEC";
export const quoteCurrency = "USD";
export const fundingPeriod = "8.0 hours";
export const tickSize = "0.000001 USD";
export const orderSizeIncrement = "1 AZTEC";
export const minOrderValue = "10 USD";
export const maxOrderSize = "13,000,000 AZTEC";
export const maxOpenOrders = "75";
export const positionLimit = "44,000,000 AZTEC";
export const priceBandFactor = "20.0%";
export const maxFundingRate = "10%";
export const ewmaFactor = "20%";
export const imf = "20%";
export const mmf = "50%";

<Markdown src="../../../../snippets/contractTemplate.mdx"/>
3 changes: 3 additions & 0 deletions fern/products/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,9 @@ navigation:
- page: AVNT-USD-PERP
slug: avnt-usd-perp
path: ../pages/instruments-guide/futures/tier-2/avnt-usd-perp.mdx
- page: AZTEC-USD-PERP
slug: aztec-usd-perp
path: ../pages/instruments-guide/futures/tier-2/aztec-usd-perp.mdx
- page: BAT-USD-PERP
slug: bat-usd-perp
path: ../pages/instruments-guide/futures/tier-2/bat-usd-perp.mdx
Expand Down