In the first piece, we described how Arkis defines risk upfront through a Market: a bounded environment that specifies who can deploy capital, what it can interact with, and under what conditions it operates.
Defining those boundaries upfront is only useful if they continue to hold once capital is deployed. In digital markets, positions move across venues, protocols, accounts, and operators - and each transition is a point where rules can break down. The challenge is not only defining risk, but preserving the integrity of those rules as capital moves through the system. In Arkis, each of those transition points is controlled.
Execution Hubs
Capital in Arkis does not reach its destination directly. Before arriving at a DeFi protocol, a centralized exchange, or any other venue, it passes through an execution hub - a controlled infrastructure layer that sits between the Market and wherever capital is deployed. Every hub does three things: it enforces the rules defined by the Market, it governs how funds can move, and it controls who can act on the position.
Execution hubs fall into two tiers based on their control surface and third-party exposure.

Tier 1: Margin Accounts. Capital from the Market can only be allocated to Tier 1 hubs. Each Margin Account is a smart contract built on Account Abstraction - providing the highest level of funds governance and the lowest third-party exposure. Enforcement is direct: the Compliance Manager module mirrors the interface of every underlying protocol and validates each instruction before it executes. Invalid interactions are blocked at the point of action, not detected afterward.
Tier 2: CEX and off-chain venues. Centralized exchanges cannot be governed by a smart contract, they are third-party systems with their own execution environments. There is no way to restrict which tokens can be traded on a CEX through whitelisting. Instead, any position in an unsupported asset is excluded from the risk profile and becomes subject to liquidation. Capital allocated to a Tier 2 hub operates within a prime broker account structure with master account and sub-accounts. The enforcement mechanism differs from Tier 1, but the risk boundary does not.
The Capital Perimeter
The boundary governing transfers between Tier 1 and Tier 2 hubs is the Capital Perimeter. Within it, capital can move freely across different venues and accounts without changing the rules governing the position — this is what allows Arkis to maintain unified margin across disjoint venues and networks.

Movement within the Capital Perimeter is controlled by three mechanisms:
Transfer intents — any request to move capital is recorded on-chain as a signed intent issued by the Margin Account owner, creating a verifiable, tamper-evident log that acts as the trigger for initiating movement. This is currently in development.
Time delay and Transaction Caps — a mandatory block-based waiting period must elapse before the transfer executes, eliminating race conditions and protecting against market manipulation.
Compliance review — every movement is verified against the current position state and Market parameters before it is cleared.
The system behaves differently once capital attempts to leave that boundary. Withdrawals, reallocations, or changes in account structure alter the conditions under which the position was originally approved. These flows are subject to the highest level of controls.
The goal is not to observe capital movements after the fact, but to ensure that movement itself remains governed by the same risk framework.
Operational Access
Operational access can change the effective risk boundary of a position. Even when capital is allocated to approved hubs and venues, the system still needs to control who can act on that capital and what actions they are allowed to take.
For Tier 1, this will be governed by an On-Chain Policy Engine - a programmable layer that defines the scope of permissible operations at the smart contract level, ensuring that even privileged system actors cannot operate outside defined boundaries. We'll cover this in a dedicated piece.
Tier 2 hubs require advanced protection measures due to their centralized nature. Arkis employs various techniques to achieve strong segregation of duties and separation of concerns, minimizing the surface area for potential attacks, including insider threats and counterparty risk exposure. A combination of secure browser technology, transparency logs, and privileged access management significantly increases the trustworthiness of Tier 2 applications.
Together, execution hubs, the capital perimeter, and operational access ensure that the Market remains meaningful after capital is deployed across venues, operators, and changing market conditions.
The next piece covers how Arkis evaluates risk as it evolves in real time: aggregating exposure across accounts, venues, and assets into a portfolio-level view.



