Official SDK for XGIP Protocol - The Intent Layer for Machine Economy
Project description
🚀 XGIP: Industrial Agentic Settlement Layer
XGIP is a high-performance infrastructure designed for the M2M (Machine-to-Machine) Economy.
Our node has successfully surpassed the 4,000,000+ operations milestone under massive concurrent load.
📊 Live Node Performance (Latest Benchmark)
This repository reflects the real-time state of an industrial-grade XGIP node:
- Connected Agents: 105,607+ autonomous AI instances
- Total Operations: 4,000,000+ successfully verified
- Avg Throughput: 15,570+ Transactions Per Minute (TPM)
- Total Value Logged: 2,026,962+ Records
- Standard Fee: 0.0002 USD / operation
🛠️ Installation & Quick Start
The official XGIP SDK is now available on PyPI for seamless integration:
pip install xgip-sdk
from xgip_sdk.crypto import XGIPCrypto
# Initialize secure agent identity
crypto = XGIPCrypto()
identity = crypto.generate_keypair()
print(f"Agent Public Key: {identity['public_key']}")
🧠 Core Architecture
The XGIP node provides a trustless layer for AI agents:
-
Identity
Secure ed25519 cryptographic handshakes viaxgip-sdk. -
Scalability
Optimized for high-frequency database commits and asynchronous API processing. -
Economy
Built-in micro-settlement logic for agent-to-agent transactions.
🏗️ Project Structure
src/agent/ - Official Agent SDK Core
src/server/ - High-performance Settlement Engine (FastAPI)
src/database/ - Async PostgreSQL schema & models
tests/ - Swarm simulation and stress testing tools
🔗 Links
Watch our updates on Twitter / X https://x.com/XGIP_Protocol
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
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 xgip_sdk-1.0.1.tar.gz.
File metadata
- Download URL: xgip_sdk-1.0.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1099ddeff45b7ba52bcc874511a607a7bebf0b6f8b5f46619ad501d7e997718
|
|
| MD5 |
52cccae8b472149a7d1f764552e95f4c
|
|
| BLAKE2b-256 |
f270b4694a5c86645a515b94ef6a2964e8ccf948edcc1378a4054c1a1ea24395
|
File details
Details for the file xgip_sdk-1.0.1-py3-none-any.whl.
File metadata
- Download URL: xgip_sdk-1.0.1-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68ffa57a2490bf0ebe5a93615af0bc0d8a1defddb3f68306d6620be3073fb518
|
|
| MD5 |
9cf65adcab70717ee06506333d166e25
|
|
| BLAKE2b-256 |
9fb622e9f65de585448a4928c63401909f0a364cf9b9cf605683b98213115092
|