Skip to main content

For AI agents: the complete documentation index is at llms.txt. Markdown versions of pages are available by appending .md to the URL or sending Accept: text/markdown.

Contract Standards

This section lists Ethereum Improvement Proposals (EIPs) that Orion Finance implements or interoperates with. Each entry summarizes the standard's role; Orion's use of a standard does not imply full compliance with every optional extension in the EIP text.

EIPs

StandardDescription
ERC-20A standard API for fungible tokens: transfer, allowance, and balance queries. Underlying assets and many portfolio tokens in Orion are ERC-20 compatible.
ERC-165Interface detection: contracts publish and expose which interfaces they implement.
ERC-1967Fixed storage slots for proxy implementations and proxy-specific metadata.
ERC-3643Security-token interfaces for compliant transfer and lifecycle management of permissioned assets.
ERC-4626Tokenized vault API over a single underlying ERC-20 token: deposit, withdraw, and share accounting. Orion vaults extend this base with asynchronous settlement.
ERC-5115Interface for wrapped yield-bearing tokens.
ERC-7528Placeholder address for native ETH when treated alongside ERC-20 tokens in the same call path.
ERC-7540ERC-4626 extension with asynchronous deposit and redemption flows.
ERC-7575Extended ERC-4626 interface for multi-asset vaults.
ERC-7621Collateralized, tokenized funds with adjustable weights, reserves, and LP token mint/burn.
ERC-7726Interface for data feeds that report relative asset values.
ERC-7845Universal data model an orchestrator can consume to fulfill wallet or system requests.
ERC-7887ERC-7540 extension with request cancellation support.
ERC-7984Confidential fungible tokens using account-based accounting while hiding transfer amounts and balances.