Skip to main content

A Python SDK for interacting with Orion Finance smart contracts

Project description

orion-finance-sdk-py Github Actions

About

A Python Software Development Kit (SDK) to ease interactions with the Orion Finance protocol and its Vaults. This repository provides tools and utilities for quants and developers to seamlessly integrate with Orion's portfolio management on-chain infrastructure.

For additional information, please refer to the Orion documentation, and the manager section in particular.

Licence

This software is distributed under the BSD-3-Clause license. See the LICENSE file for the full text.

Installation

From PyPI (Recommended)

Install the latest stable version from PyPI:

pip install orion-finance-sdk-py

From Source

For development or to install the latest development version:

# Clone the repository
git clone https://github.com/OrionFinanceAI/orion-finance-sdk-py.git
cd orion-finance-sdk-py

# Using uv (recommended)
curl -LsSf https://astral.sh/uv/install.sh | sh
uv venv
source .venv/bin/activate
uv pip install -e .

Or using make:

make uv-download
make venv
source .venv/bin/activate
make install

Environment Variables Setup

The SDK requires the user to specify an RPC_URL environment variable in the .env file of the project. Follow the SDK Installation to get one.

Based on the usage, additional environment variables may be required, e.g.:

  • CURATOR_ADDRESS: The address of the curator account.
  • VAULT_DEPLOYER_PRIVATE_KEY: The private key of the vault deployer account.
  • CURATOR_PRIVATE_KEY: The private key of the curator account.
  • ORION_VAULT_ADDRESS: The address of the Orion vault.

Examples of Usage

List available commands

orion --help
orion deploy-vault --help
orion submit-order --help

Deploy a new Transparent Orion vault

orion deploy-vault --vault-type transparent --name "Algorithmic Liquidity Provision & Hedging Agent" --symbol "ALPHA" --fee-type hard_hurdle --performance-fee 10 --management-fee 1

Deploy a new Encrypted Orion vault

orion deploy-vault --vault-type encrypted --name "Fully Homomorphic Encryption for Vault Management" --symbol "FHEVM" --fee-type high_water_mark --performance-fee 0 --management-fee 2

Submit an order intent to a vault

# Use off-chain stack to generate an order intent
echo '{"0x3E15268AdE04Eb579EE490CA92736301C7D644Bb": 0.4, "0x4371227723a006e8ee3941AfF5018D084a06DB95": 0.2, "0x784C3AB4C7bdC2d219b902fA63e87b376F178d82": 0.15, "0xD06b768D498FFD3151e4Bc89e0dBdAA0d1413044": 0.15, "0x1904c298d44b6cd10003C843e29D51407fE1309f": 0.1}' > order_intent.json

# Submit the order intent to the Orion vault
orion submit-order --order-intent-path order_intent.json

Update the curator address for a vault

orion update-curator --new-curator-address 0x92Cc2706b5775e2E783D76F20dC7ccC59bB92E48

Update the fee model for a vault

orion update-fee-model --fee-type high_water_mark --performance-fee 5.5 --management-fee 0.1

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

orion_finance_sdk_py-0.5.0.tar.gz (1.9 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

orion_finance_sdk_py-0.5.0-py3-none-any.whl (2.0 MB view details)

Uploaded Python 3

File details

Details for the file orion_finance_sdk_py-0.5.0.tar.gz.

File metadata

  • Download URL: orion_finance_sdk_py-0.5.0.tar.gz
  • Upload date:
  • Size: 1.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for orion_finance_sdk_py-0.5.0.tar.gz
Algorithm Hash digest
SHA256 0050132c6e66f195c5d721deb6fdf67495a848a234b21e5b47ecc718257128cf
MD5 8e462484d5e935653ac378083761f13d
BLAKE2b-256 42a0ce89bc0ff433c88756eef5b7f1a7665cce3f5993f6b4e47324657276d3c3

See more details on using hashes here.

File details

Details for the file orion_finance_sdk_py-0.5.0-py3-none-any.whl.

File metadata

File hashes

Hashes for orion_finance_sdk_py-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 194d1b068a2a86e3a9d1129ee8b03d35afe82f919e93c420745db2d1988e32d1
MD5 45082ae39bd86d240bb387c755fc0037
BLAKE2b-256 a542535a56ed637b18f7992f2e0850e7f06a999401f385dcf99b63306ca16d2a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page