Skip to main content

dexie-rewards is a Python CLI helper tool designed automatically to claim dexie liquidity rewards for offers created using the official Chia Wallet.

Project description

Auto-Claim dexie rewards

PyPI version Python version

dexie-rewards is a Python CLI helper tool designed to automatically claim dexie liquidity rewards for offers created using the official Chia Wallet. The tool communicates locally with the Chia Wallet RPC, requests all created offers, and checks them for claimable rewards.

When rewards are claimed, a message from the input (maker) address of the offer is signed to prove ownership of the offer. The signature is then sent to dexie to claim the rewards. dexie distributes claimed rewards to the input (maker) address in batches approximately every 15 minutes.

Example Output

❯ dexie rewards claim
╭──────────────────────────────────────────────┬───────────────╮
│                   Offer ID                   │ Rewards (DBX) │
├──────────────────────────────────────────────┼───────────────┤
│ 8Ya1mwC7Z8S4RhKhuJjKPH6mQVksz4Hah8JsZ5NjaBYY │         0.494 │
│ BZFXcbJM7oSMz9RatJpMBSD1Hmj4JWXHJE7DCBXDV8mJ │        21.854 │
│ CbdGX5KUHnHLbX8VSFPKTDcbK87NKUtQTQaFxtYQvnPG │         7.810 │
│ 8GpFJ8o6pVthTKmzimKxTTg8vT6sPFm44xz3nXNUMtbG │         4.197 │
│ 4mhTGao7SDTCsgZknLDhaboE9xBhkB56ZoWVyMzpA51E │        10.831 │
├──────────────────────────────────────────────┼───────────────┤
│      Found 5 offers with total rewards       │        45.186 │
╰──────────────────────────────────────────────┴───────────────╯
Claim all? [y/n]:

Installing

It is recommended to install dexie-rewards using pip.

Install via pip

pip install dexie-rewards

Note for macOS: If pip is not found, try pip3 instead.

Install from the repository (optional)

  1. Clone the repository
git clone git@github.com:dexie-space/dexie-rewards.git
cd ./dexie-rewards/
  1. Activate Poetry Shell
poetry shell
  1. Install Dexie CLI
poetry install

Configuration (optional)

In most cases the default configuration should be sufficient. However, if you want to use specific endpoints and paths, you can set the following environment variables:

export CHIA_ROOT="~/.chia/mainnet"
export DEXIE_URL="https://dexie.space"
export DEXIE_API_URL="https://api.dexie.space/v1/"
export DEXIE_DB_PATH="/dexie_db"

Available Commands

Make sure that your Chia wallet is running and fully synced before using dexie-rewards. A full node is not required.

Run any command with the --help option to see all available functionality.

List offers with outstanding (claimable) rewards

❯ dexie rewards list

  --fingerprint  -f        Set the fingerprint to specify which wallet to use
  --json         -j        Displays offers as JSON
  --verbose      -v        Display verbose output
  --help                   Show help and exit

Claim all outstanding (claimable) rewards

❯ dexie rewards claim

  --fingerprint     -f        Set the fingerprint to specify which wallet to use
  --verify-only     -vo       Only verify the claim, don't actually claim
  --yes             -y        Skip claim confirmation
  --verbose         -v        Display verbose output
--target            -t        Specify a target address to claim rewards to
  --completed-only  -co       Only claim rewards for completed and cancelled offers
  --help                      Show help and exit

Troubleshooting

If you encounter any issues, follow these steps to help identify and resolve them:

  1. Check your Python version: Ensure you are using Python 3.10 or later, as older versions are not supported.

  2. Update packages: Update both dexie-rewards and its dependencies by running pip install --upgrade dexie-rewards.

  3. Verify configuration: Double-check the environment variables (if set) to ensure they are correct.

  4. Enable verbose output: Use the -v or --verbose option with the relevant command to get more detailed output, which can help pinpoint the issue.

  5. Check for known issues: Review the issue tracker to see if the problem you are experiencing has been reported and if there is a potential solution or workaround.

  6. Report a new issue: If you can't find a solution in the issue tracker, create a new issue, providing all relevant information and steps to reproduce the problem. This will help us to address the issue and improve the tool.

  7. Seek community support: Visit the dexie Discord community for assistance, as other users may have encountered similar issues and can share their solutions or workarounds.

Alternatives

Advanced market makers may develop their own tools for claiming liquidity rewards. Refer to the dexie API documentation for information on how to claim rewards for offers using the API.

Contributions

Contributions are welcome and encouraged. Please fork the repository and submit a pull request to the main branch. If you have any questions, feel free to reach out to us on Discord.

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

dexie_rewards-2.5.1b1.tar.gz (16.8 kB view details)

Uploaded Source

Built Distribution

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

dexie_rewards-2.5.1b1-py3-none-any.whl (20.1 kB view details)

Uploaded Python 3

File details

Details for the file dexie_rewards-2.5.1b1.tar.gz.

File metadata

  • Download URL: dexie_rewards-2.5.1b1.tar.gz
  • Upload date:
  • Size: 16.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.12.9 Darwin/24.3.0

File hashes

Hashes for dexie_rewards-2.5.1b1.tar.gz
Algorithm Hash digest
SHA256 4fb1c61a592c895b31cd17d8935d44c338684b69c23645044002e0f996757ff8
MD5 55fc5df8aba3953bd66737b2d6de164e
BLAKE2b-256 9352dc636778cdd894a5b139c1b533193750c5c64a90db43fda7a446b6c85287

See more details on using hashes here.

File details

Details for the file dexie_rewards-2.5.1b1-py3-none-any.whl.

File metadata

  • Download URL: dexie_rewards-2.5.1b1-py3-none-any.whl
  • Upload date:
  • Size: 20.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.12.9 Darwin/24.3.0

File hashes

Hashes for dexie_rewards-2.5.1b1-py3-none-any.whl
Algorithm Hash digest
SHA256 76462b8c201bf3179a5cabf3c6ea1adf516a3d4e8c92218555ed6fd04235c144
MD5 955f97aa7f66c6b92e75d03c8bf5757a
BLAKE2b-256 fe252258e99fc8afc457423acf76d398e2ed5188b2745903c2984d935b96023c

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