Welcome
e·co·ni·a | /ə'känēə/
Welcome
e·co·ni·a | /ə'känēə/
Welcome to the developer documentation site for Econia, a hyper-parallelized on-chain order book for the Aptos blockchain.
If you haven't already, consider checking out Econia Labs' Teach yourself Move on Aptos guide for some helpful background information!
What is Econia?
Econia is a protocol that lets anyone in the world trade a digital asset with anyone else in the world, at whatever price they want. More specifically, Econia is an order book, a fundamental financial tool utilized by financial institutions like stock markets, except unlike the New York Stock Exchange or the NASDAQ, Econia is open-source, permissionless, and fully on-chain.
Econia v4 is audited
Econia has completed multiple independent audits.
Account addresses
The Econia Move package is persisted indefinitely on both Aptos mainnet and testnet at the following multisig addresses:
Chain | Account address |
---|---|
mainnet | 0xc0deb00c405f84c85dc13442e305df75d1288100cdd82675695f6148c7ece51c |
testnet | 0xc0de11113b427d35ece1d8991865a941c0578b0f349acabbe9753863c24109ff |
The testnet account also contains a permissionless faucet for example assets eAPT
and eUSDC
.
If you would like to use Econia as a dependency in your Move package, use the corresponding branch name in your package's Move.toml
:
[dependencies.Econia]
git = "https://github.com/econia-labs/econia"
subdir = "src/move/econia"
rev = "mainnet"