Mimicry Docs
Mimicry.orgLaunch App
  • Whitepaper
    • ๐Ÿ‘จโ€๐ŸซProtocol Overview
    • โš™๏ธCore Mechanics
      • ๐ŸŽฒTrue Odds
      • ๐Ÿ’ธValue Transfer Events
    • ๐ŸคนAdvanced Features
      • ๐ŸŽš๏ธLeverage
      • โฐAutomations
        • Automated Stop-Loss
        • Automated Take-Profit
        • Automated Swap-Sides
    • ๐Ÿง‘โ€๐Ÿคโ€๐Ÿง‘Players & Participants
      • ๐ŸŽฅDirectors (Market Sponsors)
      • ๐ŸŽญActors (Traders)
      • ๐ŸŽฌProducers (Liquidity Providers)
      • โš–๏ธBalancers (Keepers)
      • ๐Ÿ‘ทCrew (Team)
    • ๐Ÿ“ŒFees
    • ๐Ÿช™Tokenomics
      • ๐Ÿ’ปIn-App Use Cases
      • ๐Ÿ’ฐRewards
      • ๐Ÿ›๏ธGovernance
      • ๐Ÿ“ŠDistribution
      • ๐Ÿ“ˆVesting
    • ๐Ÿ‘จโ€๐Ÿ’ปContract Architecture
    • โš ๏ธRisks & Mitigations
      • Price Manipulation Risk
      • Data Feed Downtime Risk
      • Centralization Risk
      • Smart Contract Risks
      • Macroeconomic Risk
      • Skew-Change Risk
      • Leverage Risk
      • Liquidation Risk
      • Arbitrage Risk
      • Market Abandonment Risk
      • Balancer Shortage Risk
    • ๐Ÿ—ฃ๏ธNotable Vocabulary
    • ๐ŸคPartner Integrations
    • ๐Ÿ—“๏ธRoadmap
  • For Devs
    • ๐Ÿ“œContracts & Wallets
      • Contracts Overview
      • Contracts Reference
      • Wallets Reference
    • ๐Ÿ’พSDK
  • FOR COMMUNITY
    • ๐Ÿ”—Official Links
    • ๐ŸŽจBrand Assets
    • ๐ŸŽชMarkets
Powered by GitBook
On this page
  • Mimicry Protocol
  • Mimicry
  • Market
  • Accountant
  • Value Providers
  • Position Token
  • Off-Chain Reporting Oracle
  • Open Markets Oracle

Was this helpful?

Edit on GitHub
  1. For Devs
  2. Contracts & Wallets

Contracts Overview

The Mimicry contracts are modular, and together comprise the core functionality of the network.

Mimicry Protocol

Mimicry

A contract which keeps track of the markets that have been created, and is responsible for facilitating communication between the markets and the PositionToken contract explained below.

Market

A contract that defines a market. Primarily used to keep track of positions, as well as acting as the interface between users and markets.

Accountant

A contract that lives alongside a Market contract and is used to do the math necessary to run value transfer events; as well as other math heavy operations.

Value Providers

Each Value Provider contract tells the market what the latest value of an asset is. The value provider is used by the market to determine how the value of an asset moved, and to calculate how to transfer funds between the long and short positions.

Position Token

The ERC721 contract that creates and burns position tokens when positions are opened and closed.

Off-Chain Reporting Oracle

Open Markets Oracle

This contract is a catch-all data repository for Mimicry Market data feeds. Our community can use this contract to write new data feeds on chain from secure sources, such as Gelato's web3 functions.

PreviousContracts & WalletsNextContracts Reference

Last updated 2 years ago

Was this helpful?

๐Ÿ“œ