NEAR Intents
  • Overview
  • Integration
    • Distribution Channels
      • 1Click API
  • Market Makers
    • Message Bus
      • API
      • Usage
    • PoA bridge API
    • Verifier
      • Introduction
      • Deposits and withdrawals
        • NEAR Token treatment
        • Deposits
        • Balances, and identifying your token
        • Withdrawals
      • Account Abstraction
      • Intent types and execution
      • Signing Intents
      • Events
      • Example Transactions
      • Simulating intents
    • Examples
  • FAQs
  • Security
  • Chain and Address Type Support
Powered by GitBook
On this page
  1. Market Makers

Examples

Examples of Solver and Frontend implementations

PreviousSimulating intentsNextFAQs

Last updated 5 days ago

Below are the reference implementations for interacting with NEAR Intents protocol:

website

Sample market maker with AMM functionality

A Python example of interacting with the Message Bus

Tool to verify signed intent JSON correctness

Defuse Frontend
app.near-intents.org
AMM Solver
Python Client
Intent JSON Validator