Socket
Socket
Sign inDemoInstall

@1inch/limit-order-protocol

Package Overview
Dependencies
352
Maintainers
4
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @1inch/limit-order-protocol

Utility for limit order protocol


Version published
Weekly downloads
110
decreased by-51.11%
Maintainers
4
Created
Weekly downloads
 

Readme

Source

1inch network

Utils library for 1inch Limit Orders Protocol V2

This is the package of utilities for working with the 1inch Limit Orders Protocol

You can find general overview and docs on 1inch limit orders protocol here.

Smart contract addresses
  • Ethereum mainnet: 0x119c71d3bbac22029622cbaec24854d3d32d2828
  • BSC mainnet: 0x1e38eff998df9d3669e32f4ff400031385bf6362
  • Polygon mainnet: 0x94bc2a1c732bcad7343b25af48385fe76e08734f
  • Optimism mainnet: 0x11431a89893025d2a48dca4eddc396f8c8117187
  • Arbitrum mainnet: 0x7f069df72b7a39bce9806e3afaf579e54d8cf2b9
  • Smart contracts source code repository is available here

Test coverage

StatementsBranchesFunctionsLines
StatementsBranchesFunctionsLines

Installation

Node

npm install @1inch/limit-order-protocol

Yarn

yarn add @1inch/limit-order-protocol

Contributing

See CONTRIBUTING.md

Changelog

See CHANGELOG.md


About

Contract allows users to place limit orders, that later could be filled on-chain. Limit order itself is a data structure created off-chain and signed according to EIP-712.

Most probably you would need use following classes:

LimitOrderBuilder - to create a limit order
LimitOrderPredicateBuilder - to create a predicate for limit order
LimitOrderProtocolFacade - to interact with the protocol on the blockchain

Key features of the protocol is extreme flexibility and high gas efficiency that achieved by using following order types.

I. Limit order

A limit order is a financial instrument with which you can put up an ERC-20 token for sale at a fixed price.
For example, you can put up for sale 2 WBTC tokens at the price of 82415 DAI tokens.

1inch limit orders protocol has many tools for flexible trade management:

  • Partial fill
  • Predicates
  • Single cancellation
  • Bunch cancellation
  • Fullness check
  • Validation

Note: You can create a limit order even if your balance is insufficient to execute the limit order right now. However you must have an allowance for the maker asset.

For market making, there are RFQ orders that have special optimization that does not require a large amount of gas for execution.

Limit orders in the 1inch aggregation protocol

1inch aggregation protocol - the protocol sources liquidity from various exchanges and is capable of splitting a single trade transaction across multiple DEXes to ensure the best rates.
You can send your limit orders to the 1inch database and then your order will participate in the 1inch aggregation protocol.

REST API (swagger):

Docs

  1. Quick start
  2. Create a limit order
  3. Limit order structure
  4. Limit order remaining
  5. Nonce
  6. Validate a limit order
  7. Predicate
  8. Fill a limit order
  9. Cancel a limit order
  10. Cancel all limit orders
  11. Domain separator

II. RFQ order

A request for quotation (RFQ) is a business process in which a customer requests a quote from a supplier (market maker) for the purchase of some tokens.

Technically, RFQ orders are a stripped-down version of standard orders, which contains less data and tools to manage, which in turn allows to spend significantly less gas for their execution.

Docs:

  1. Creating an RFQ order
  2. RFQ order structure
  3. Canceling an RFQ order
  4. Filling an RFQ order

FAQs

Last updated on 24 Jan 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc