├── LICENSE ├── asset-proxy ├── erc1155-proxy.md ├── erc20-bridge-proxy.md ├── erc20-proxy.md ├── erc721-proxy.md ├── multi-asset-proxy.md └── static-call-proxy.md ├── exchange-proxy ├── deployment.md ├── exchange-proxy.md ├── features │ ├── meta-transactions.md │ ├── signature-validator.md │ ├── token-spender.md │ └── transform-erc20.md └── img │ ├── ep-deployment-deps.png │ ├── exchange-proxy-bootstrap.png │ ├── exchange-proxy-call-forwarding.png │ ├── exchange-proxy-mtxs.png │ ├── token-spender.png │ ├── transform-example.png │ ├── transform-pipeline.png │ └── zero_ex_migrate.png ├── img ├── 0x_coordinator.png ├── 0x_forwarder.png ├── 0x_v2_trade_erc20_erc20.png └── 0x_v2_trade_erc20_erc721.png ├── order-types ├── chai-bridge.md ├── dydx.md ├── img │ └── dydx-settlement.png ├── property-based.md └── stop-limit.md ├── staking ├── Adjusted_Staking_Percentage_Formula.pdf ├── assets │ ├── .DS_Store │ ├── Batch-Calls.png │ ├── Batch-Calls.xml │ ├── CobbDouglas.png │ ├── Epochs.png │ ├── Epochs.xml │ ├── ProtocolFee.png │ ├── ProtocolFee.xml │ ├── Read-Only Proxy.png │ ├── Read-Only Proxy.xml │ ├── Rewards.png │ ├── Rewards.xml │ ├── StakeManagementExample2.png │ ├── StakeManagementExample2.xml │ ├── Staking Architecture - Basic.png │ ├── Staking Architecture - Basic.xml │ ├── Staking Architecture - Catastrophic Failure.png │ ├── Staking Architecture - Catastrophic Failure.xml │ ├── Staking Architecture - Read-Only.png │ ├── Staking Architecture - Read-Only.xml │ ├── Staking.png │ ├── Staking.xml │ └── reward_tracking │ │ ├── .DS_Store │ │ ├── Reward-Final.png │ │ ├── RewardAfterManyEpochs-InPractice.png │ │ ├── RewardAfterManyEpochs.png │ │ ├── RewardFromWhatWeStore-Example.png │ │ ├── RewardFromWhatWeStore.png │ │ ├── RewardSingleEpoch.png │ │ └── WhatWeStore.png └── staking-specification.md ├── v1 └── v1-whitepaper.pdf ├── v2 ├── coordinator-specification.md ├── forwarder-specification.md └── v2-specification.md └── v3 ├── coordinator-specification.md ├── forwarder-specification.md ├── protocol-fees.pdf ├── v3-specification.md └── zero-ex-governor.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/LICENSE -------------------------------------------------------------------------------- /asset-proxy/erc1155-proxy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/asset-proxy/erc1155-proxy.md -------------------------------------------------------------------------------- /asset-proxy/erc20-bridge-proxy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/asset-proxy/erc20-bridge-proxy.md -------------------------------------------------------------------------------- /asset-proxy/erc20-proxy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/asset-proxy/erc20-proxy.md -------------------------------------------------------------------------------- /asset-proxy/erc721-proxy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/asset-proxy/erc721-proxy.md -------------------------------------------------------------------------------- /asset-proxy/multi-asset-proxy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/asset-proxy/multi-asset-proxy.md -------------------------------------------------------------------------------- /asset-proxy/static-call-proxy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/asset-proxy/static-call-proxy.md -------------------------------------------------------------------------------- /exchange-proxy/deployment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/exchange-proxy/deployment.md -------------------------------------------------------------------------------- /exchange-proxy/exchange-proxy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/exchange-proxy/exchange-proxy.md -------------------------------------------------------------------------------- /exchange-proxy/features/meta-transactions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/exchange-proxy/features/meta-transactions.md -------------------------------------------------------------------------------- /exchange-proxy/features/signature-validator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/exchange-proxy/features/signature-validator.md -------------------------------------------------------------------------------- /exchange-proxy/features/token-spender.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/exchange-proxy/features/token-spender.md -------------------------------------------------------------------------------- /exchange-proxy/features/transform-erc20.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/exchange-proxy/features/transform-erc20.md -------------------------------------------------------------------------------- /exchange-proxy/img/ep-deployment-deps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/exchange-proxy/img/ep-deployment-deps.png -------------------------------------------------------------------------------- /exchange-proxy/img/exchange-proxy-bootstrap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/exchange-proxy/img/exchange-proxy-bootstrap.png -------------------------------------------------------------------------------- /exchange-proxy/img/exchange-proxy-call-forwarding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/exchange-proxy/img/exchange-proxy-call-forwarding.png -------------------------------------------------------------------------------- /exchange-proxy/img/exchange-proxy-mtxs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/exchange-proxy/img/exchange-proxy-mtxs.png -------------------------------------------------------------------------------- /exchange-proxy/img/token-spender.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/exchange-proxy/img/token-spender.png -------------------------------------------------------------------------------- /exchange-proxy/img/transform-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/exchange-proxy/img/transform-example.png -------------------------------------------------------------------------------- /exchange-proxy/img/transform-pipeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/exchange-proxy/img/transform-pipeline.png -------------------------------------------------------------------------------- /exchange-proxy/img/zero_ex_migrate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/exchange-proxy/img/zero_ex_migrate.png -------------------------------------------------------------------------------- /img/0x_coordinator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/img/0x_coordinator.png -------------------------------------------------------------------------------- /img/0x_forwarder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/img/0x_forwarder.png -------------------------------------------------------------------------------- /img/0x_v2_trade_erc20_erc20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/img/0x_v2_trade_erc20_erc20.png -------------------------------------------------------------------------------- /img/0x_v2_trade_erc20_erc721.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/img/0x_v2_trade_erc20_erc721.png -------------------------------------------------------------------------------- /order-types/chai-bridge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/order-types/chai-bridge.md -------------------------------------------------------------------------------- /order-types/dydx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/order-types/dydx.md -------------------------------------------------------------------------------- /order-types/img/dydx-settlement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/order-types/img/dydx-settlement.png -------------------------------------------------------------------------------- /order-types/property-based.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/order-types/property-based.md -------------------------------------------------------------------------------- /order-types/stop-limit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/order-types/stop-limit.md -------------------------------------------------------------------------------- /staking/Adjusted_Staking_Percentage_Formula.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/staking/Adjusted_Staking_Percentage_Formula.pdf -------------------------------------------------------------------------------- /staking/assets/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/staking/assets/.DS_Store -------------------------------------------------------------------------------- /staking/assets/Batch-Calls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/staking/assets/Batch-Calls.png -------------------------------------------------------------------------------- /staking/assets/Batch-Calls.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/staking/assets/Batch-Calls.xml -------------------------------------------------------------------------------- /staking/assets/CobbDouglas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/staking/assets/CobbDouglas.png -------------------------------------------------------------------------------- /staking/assets/Epochs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/staking/assets/Epochs.png -------------------------------------------------------------------------------- /staking/assets/Epochs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/staking/assets/Epochs.xml -------------------------------------------------------------------------------- /staking/assets/ProtocolFee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/staking/assets/ProtocolFee.png -------------------------------------------------------------------------------- /staking/assets/ProtocolFee.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/staking/assets/ProtocolFee.xml -------------------------------------------------------------------------------- /staking/assets/Read-Only Proxy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/staking/assets/Read-Only Proxy.png -------------------------------------------------------------------------------- /staking/assets/Read-Only Proxy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/staking/assets/Read-Only Proxy.xml -------------------------------------------------------------------------------- /staking/assets/Rewards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/staking/assets/Rewards.png -------------------------------------------------------------------------------- /staking/assets/Rewards.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/staking/assets/Rewards.xml -------------------------------------------------------------------------------- /staking/assets/StakeManagementExample2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/staking/assets/StakeManagementExample2.png -------------------------------------------------------------------------------- /staking/assets/StakeManagementExample2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/staking/assets/StakeManagementExample2.xml -------------------------------------------------------------------------------- /staking/assets/Staking Architecture - Basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/staking/assets/Staking Architecture - Basic.png -------------------------------------------------------------------------------- /staking/assets/Staking Architecture - Basic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/staking/assets/Staking Architecture - Basic.xml -------------------------------------------------------------------------------- /staking/assets/Staking Architecture - Catastrophic Failure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/staking/assets/Staking Architecture - Catastrophic Failure.png -------------------------------------------------------------------------------- /staking/assets/Staking Architecture - Catastrophic Failure.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/staking/assets/Staking Architecture - Catastrophic Failure.xml -------------------------------------------------------------------------------- /staking/assets/Staking Architecture - Read-Only.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/staking/assets/Staking Architecture - Read-Only.png -------------------------------------------------------------------------------- /staking/assets/Staking Architecture - Read-Only.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/staking/assets/Staking Architecture - Read-Only.xml -------------------------------------------------------------------------------- /staking/assets/Staking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/staking/assets/Staking.png -------------------------------------------------------------------------------- /staking/assets/Staking.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/staking/assets/Staking.xml -------------------------------------------------------------------------------- /staking/assets/reward_tracking/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/staking/assets/reward_tracking/.DS_Store -------------------------------------------------------------------------------- /staking/assets/reward_tracking/Reward-Final.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/staking/assets/reward_tracking/Reward-Final.png -------------------------------------------------------------------------------- /staking/assets/reward_tracking/RewardAfterManyEpochs-InPractice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/staking/assets/reward_tracking/RewardAfterManyEpochs-InPractice.png -------------------------------------------------------------------------------- /staking/assets/reward_tracking/RewardAfterManyEpochs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/staking/assets/reward_tracking/RewardAfterManyEpochs.png -------------------------------------------------------------------------------- /staking/assets/reward_tracking/RewardFromWhatWeStore-Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/staking/assets/reward_tracking/RewardFromWhatWeStore-Example.png -------------------------------------------------------------------------------- /staking/assets/reward_tracking/RewardFromWhatWeStore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/staking/assets/reward_tracking/RewardFromWhatWeStore.png -------------------------------------------------------------------------------- /staking/assets/reward_tracking/RewardSingleEpoch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/staking/assets/reward_tracking/RewardSingleEpoch.png -------------------------------------------------------------------------------- /staking/assets/reward_tracking/WhatWeStore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/staking/assets/reward_tracking/WhatWeStore.png -------------------------------------------------------------------------------- /staking/staking-specification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/staking/staking-specification.md -------------------------------------------------------------------------------- /v1/v1-whitepaper.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/v1/v1-whitepaper.pdf -------------------------------------------------------------------------------- /v2/coordinator-specification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/v2/coordinator-specification.md -------------------------------------------------------------------------------- /v2/forwarder-specification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/v2/forwarder-specification.md -------------------------------------------------------------------------------- /v2/v2-specification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/v2/v2-specification.md -------------------------------------------------------------------------------- /v3/coordinator-specification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/v3/coordinator-specification.md -------------------------------------------------------------------------------- /v3/forwarder-specification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/v3/forwarder-specification.md -------------------------------------------------------------------------------- /v3/protocol-fees.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/v3/protocol-fees.pdf -------------------------------------------------------------------------------- /v3/v3-specification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/v3/v3-specification.md -------------------------------------------------------------------------------- /v3/zero-ex-governor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xProject/0x-protocol-specification/HEAD/v3/zero-ex-governor.md --------------------------------------------------------------------------------