Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: market maker bot docs #283

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

flanagansteve
Copy link

Lots of TODOs but this is a start

Copy link

vercel bot commented Nov 28, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs ❌ Failed (Inspect) Dec 4, 2024 0:15am

@@ -3,99 +3,190 @@ sidebar_position: 0
---

# Introduction and Setup
Panoptic is a protocol that facilitates the trading of [Panoptions](/docs/terms/panoption), which are perpetual options instruments with fixed gamma between two prices that operate on a [streaming premium model](/docs/product/streamia). We have created an [Options Gateway API](https://github.com/panoptic-labs/options_gateway) that facilitates reading information about these markets, as well as managing positions in them. You can use this API to build market making bots, trading bots, liquidation bots, and more.
Panoptic is a protocol that facilitates the trading of [Panoptions](/docs/terms/panoption), which are perpetual options instruments with fixed gamma between two prices that operate on a [streaming premium model](/docs/product/streamia). Panoptic uses Uniswap as an options clearinghouse and operates with the principles that [LP = Options](/blog/uniswap-lp-equals-options). We have created an [Options Gateway API](https://github.com/panoptic-labs/options_gateway) which provides market data, place orders, and access account information. You can use this API to build market making bots, trading bots, liquidation bots, and more.
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"which provides market data, place orders, and access account information." should be the same tense for each action. Perhaps: "which can provide market data, place orders, and access account information."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants