Aktionariat Documentation
  • Introduction to Aktionariat
    • ⚡Quick Start
  • 🛠️APIs
    • 📊Subgraph
      • Schema
      • Query Examples
        • Platform data
        • Token Data
        • Brokerbot Data
        • Swaps Data
    • ⚙️External API
      • ⚙️External API (Gitbook)
  • 🌐Web
    • Integrate with Ethers.js
      • Brokerbot Quoter
    • Integrate Aktionariat Widgets
  • ⛓️Smart Contracts
    • 📔Contracts Overview
    • 👷‍♂️Guides
      • Implement A Trade
        • Direct Trades
        • Multihop Trades
      • Get Brokerbot Contract for Token
      • Buy Shares
      • Sell Shares
    • Technical Reference
      • Allowlist
      • Brokerbot
      • Drag-Along
      • Infinite Allowances
      • Multi-Signature Contract
      • Recovery
      • Shareholder Registry
  • 📖Reference
    • Brokerbot Architecture
    • Github
    • Whitepaper
    • Brokerbot Analytics
  • 💬Socials
    • Twitter
    • Telegram
    • LinkedIn
    • Youtube
Powered by GitBook
On this page
  • Brokerbot Router
  • Direct Integration

Was this helpful?

Edit on GitHub
  1. Smart Contracts

Guides

Different Use Cases for Onchain Integration

PreviousContracts OverviewNextImplement A Trade

Last updated 1 year ago

Was this helpful?

Brokerbot Router

For an easy integration we created a Brokerbot Router which integrates the Uniswap V3 Router interface. This is the recommended way to integrate if you don't have deeper knowledge about our contracts, but it comes with a higher gas cost.

Direct Integration

The direct integration is more gas efficient, but not as straight forward to call. Below you can find guides to get the correct Brokerbot and how to buy and sell shares with it.

⛓️
👷‍♂️
Implement A Trade
Get Brokerbot Contract for Token
Buy Shares
Sell Shares