Ship the Conxian Finance Protocol smart contracts (Clarity), including CSF interfaces, core execution engines, and governance primitives.
Technical Alpha - Nakamoto Aligned. Testing infrastructure is 100% stable in simulation. All core engines (Apex CSF, BME, AYE) are functional and verified in the remediation suite.
For a dated snapshot, see Status (March 2026). For ongoing changes, see CHANGELOG.md.
Ownership and review requirements are defined in CODEOWNERS.
- Clarity engineers integrating with CSF standards and Conxian primitives.
- Security reviewers validating contract behavior, invariants, and integration surfaces.
- Frontend and indexer developers building on top of Conxian protocol state.
- This is the on-chain execution layer.
- It is typically consumed via:
- Conxian Gateway (API + indexing)
- Conxian UI (
Conxian_UI) - Conxius Wallet
π¦ Conxian Finance: A Multi-Dimensional, Stacks-Native Automated Monetary Platform.
π SAXAAP Manifesto
"Code is Law, Logic is Sovereign."
In 2026, Conxian has evolved from an isolated protocol into the foundational liquidity gravitational center of the Stacks ecosystem through the Common Settlement Framework (CSF). It operates as a digital corporation where smart contracts are Managers/Staff reporting to the DAO (Board), now with native integrations for dominant players like StackingDAO, Zest, and Arkadiko.
- Autonomous: Decisions are executed by code agents (AYE, Apex BME).
- Standardized: Inter-protocol routing via CSF (
trait-csf-liquidity-v1). - Resilient: Multi-tier isolation and circuit breaking for external protocol risks.
- Operational Council (Staff): 24/7 voting by autonomous agents (
agent-risk,agent-treasury) for parameter tuning and daily operations. - Strategic Council (Board/AGM): Periodic Human General Meetings for structural upgrades and major fiscal changes.
Conxian employs a strictly on-chain algorithmic issuance model (1B CXD hard cap):
- 100% Fee Buy-back: All protocol fees (Lending, DEX, Subscription) are autonomously swapped for CXD and burned/vaulted.
- Meritocratic Emissions: Emissions are distributed based on block-epoch activity markers registered via CSF.
- Yield Routing: Automated rewards for liquid staking (stSTX) and BTC lending (sBTC) without breaking the custody chain.
The CSF is a standardized interface that allows third-party protocols to natively plug into Conxian's reward engine:
- Liquid Staking: Treats stSTX and stSTXbtc as Tier-1 collateral.
- BTC Lending: Guaranteed liquidation sinks for Zest Protocol sBTC loans.
- Stable Routing: USDA (Arkadiko 2.0) as the base asset for risk-off routing.
- Clarity 4: Nakamoto-native utilizing
stacks-block-timeandburn-block-height. - Apex Universal Router: Dynamic dispatch router with circuit-breaker protection.
- Enhanced Security: Isolation Mode to prevent cross-protocol contagion.
/contracts/
βββ traits/ # CSF standards (v1.1.0) and SIP traits
βββ core/ # Ops engine, Enhanced Circuit Breaker, BME
βββ dex/ # Apex Universal Router, CL Pools (CSF-Compliant)
βββ agents/ # AYE Predictive Risk, Sovereign Fiscal Agent
βββ tokens/ # CXD (BME-Enabled), Governance, Position NFTs
βββ oracle/ # Multi-source aggregator for 2026 assets (sBTC, stSTX)
βββ treasury/ # Revenue routing and Apex BME Vaults
βββ ... # Lending, Monitoring, Security, Compliance
- Maturity (as of March 2026): Snapshot of the then-current alpha-stage protocol; see Status for the latest maturity and stability guidance.
- Snapshot highlights:
- CSF traits and interfaces:
contracts/traits/ - Router and DEX modules:
contracts/dex/ - Core safety and execution engines:
contracts/core/
- CSF traits and interfaces:
- Nakamoto / Clarity 4 alignment: Clarity 4 migration tracking
- Benchmarks (simnet): Protocol benchmarks
- Recent reports and plans:
- Deployment sign-off (March 2026) (root-level report)
- Enhancement plan (March 2026) (root-level report)
- System alignment audit (March 2026)
Β© 2024-2026 Conxian Finance. All rights reserved.