Autonomous SX Bet sports agent — Falcon signals, local EIP-712 execution
Project description
Falcon SX Bet Agent
Desktop client for SX Bet sports copy signals and local wallet execution.
| Dashboard port | 8071 |
| WebSocket provider | sx_bet |
| Falcon API base | /api/v1/external/sx-bet |
What it does
- Subscribes to Falcon personal copy signals (
providers: ["sx_bet"]) - Applies risk rules (bankroll, caps, cooldowns)
- Dry-run logs intended trades
- Live enqueues fills via Falcon (
POST /execution/enqueue), pollsGET /execution/pending, signs with your local Ethereum wallet (private key never leaves your machine)
Quick start
cd client/falcon-sxbet-client
python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
pip install -e .
copy .env.example .env
falcon-sxbet-agent-check
falcon-sxbet-agent
Windows: install.bat → check.bat → run.bat
Configuration
| Variable | Description |
|---|---|
FALCON_API_KEY |
Claimed agent API key |
ETHEREUM__PRIVATE_KEY |
Hex key for EIP-712 signing (live only) |
EXECUTION_POLL_SECONDS |
Poll interval for pending queue (default 15) |
DRY_RUN |
true default |
See /downloads/SXBET-CLIENT-ENV-REFERENCE.md.
PyPI
pip install falcon-sxbet-agent
falcon-sxbet-agent-check
falcon-sxbet-agent
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
falcon_sxbet_agent-0.1.0.tar.gz
(27.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file falcon_sxbet_agent-0.1.0.tar.gz.
File metadata
- Download URL: falcon_sxbet_agent-0.1.0.tar.gz
- Upload date:
- Size: 27.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
729489840ac6af2bcfddfff0994e15bd8c2d615e346025489430d4d6b15a1cf5
|
|
| MD5 |
e3907f12764ecde7cd5ac56e985e491d
|
|
| BLAKE2b-256 |
a96c391d8077919aa2f31977755598a267a17c2b2ffb063cffe0bf2f33724ebe
|
File details
Details for the file falcon_sxbet_agent-0.1.0-py3-none-any.whl.
File metadata
- Download URL: falcon_sxbet_agent-0.1.0-py3-none-any.whl
- Upload date:
- Size: 40.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d58dde3a7ee4a372ab29be663af35d5898ac1f4173b5c2d10a97022276950629
|
|
| MD5 |
6da51bdb181dbcbf1f22b066b69a8af0
|
|
| BLAKE2b-256 |
d306e290ce57cd1cc629db1b4b784465bded6bb168513fbee89ea30e699ea091
|