# Zero-Knowledge Clearing ⎊ Term

**Published:** 2026-03-12
**Author:** Greeks.live
**Categories:** Term

---

![A close-up view of a high-tech, stylized object resembling a mask or respirator. The object is primarily dark blue with bright teal and green accents, featuring intricate, multi-layered components](https://term.greeks.live/wp-content/uploads/2025/12/advanced-algorithmic-risk-management-system-for-cryptocurrency-derivatives-options-trading-and-hedging-strategies.webp)

![The image displays a detailed view of a thick, multi-stranded cable passing through a dark, high-tech looking spool or mechanism. A bright green ring illuminates the channel where the cable enters the device](https://term.greeks.live/wp-content/uploads/2025/12/decentralized-high-throughput-data-processing-for-multi-asset-collateralization-in-derivatives-platforms.webp)

## Essence

**Zero-Knowledge Clearing** represents the architectural fusion of cryptographic privacy proofs and high-frequency financial settlement. It allows a central clearing entity or a decentralized protocol to verify the solvency, margin adequacy, and trade validity of participants without requiring disclosure of the underlying positions or identity data. By decoupling transaction validation from information leakage, the system maintains market integrity while preserving the confidentiality of sensitive trading strategies. 

> Zero-Knowledge Clearing enables the mathematical verification of financial obligations without exposing the private details of underlying asset positions.

The primary utility lies in mitigating information asymmetry. Traditional clearinghouses demand full visibility, which exposes participants to predatory front-running and copy-trading risks. This approach replaces human-centric, opaque audit processes with algorithmic certainty.

Participants submit commitments to their positions, and the clearing layer generates cryptographic proofs that satisfy collateral requirements and risk limits. This ensures that the clearinghouse remains robust against insolvency while the traders remain secure in their anonymity.

![An abstract close-up shot captures a complex mechanical structure with smooth, dark blue curves and a contrasting off-white central component. A bright green light emanates from the center, highlighting a circular ring and a connecting pathway, suggesting an active data flow or power source within the system](https://term.greeks.live/wp-content/uploads/2025/12/high-frequency-trading-algorithmic-risk-management-systems-and-cex-liquidity-provision-mechanisms-visualization.webp)

## Origin

The lineage of this concept traces back to the intersection of zero-knowledge succinct non-interactive arguments of knowledge, known as **zk-SNARKs**, and the evolution of automated market makers. Early decentralized exchanges prioritized public transparency, assuming that complete data availability was the only path to trust.

This transparency, however, created a toxic environment where sophisticated actors exploited public order flow, leading to significant slippage for retail participants. Financial engineering pioneers identified that the reliance on public mempools for order discovery was a systemic vulnerability. The transition toward **Zero-Knowledge Clearing** emerged as a response to the need for privacy-preserving computation in adversarial environments.

It draws from historical efforts to build blind auctions and secure multi-party computation, applying these to the high-throughput requirements of modern crypto derivatives markets. The objective was to create a settlement environment where the math provides the audit, not the public disclosure.

![Two distinct abstract tubes intertwine, forming a complex knot structure. One tube is a smooth, cream-colored shape, while the other is dark blue with a bright, neon green line running along its length](https://term.greeks.live/wp-content/uploads/2025/12/tokenized-derivative-contract-mechanism-visualizing-collateralized-debt-position-interoperability-and-defi-protocol-linkage.webp)

## Theory

The mechanism relies on **cryptographic commitments**, specifically Pedersen commitments, to hide sensitive values while allowing for arithmetic operations. A clearinghouse validates a trade by checking that the sum of the inputs equals the sum of the outputs, plus fees, without knowing the individual values.

This is combined with [range proofs](https://term.greeks.live/area/range-proofs/) to ensure that balances remain non-negative, preventing the creation of phantom liquidity.

![The image shows a close-up, macro view of an abstract, futuristic mechanism with smooth, curved surfaces. The components include a central blue piece and rotating green elements, all enclosed within a dark navy-blue frame, suggesting fluid movement](https://term.greeks.live/wp-content/uploads/2025/12/decentralized-exchange-automated-market-maker-mechanism-price-discovery-and-volatility-hedging-collateralization.webp)

## Risk Sensitivity and Margin Engines

The clearing layer must compute complex risk metrics, such as **Delta**, **Gamma**, and **Vega**, on encrypted data. This involves the deployment of **zk-circuit** architectures capable of executing non-linear functions.

- **Commitment Schemes** provide the foundation for blinding transaction amounts while maintaining algebraic consistency.

- **Range Proofs** guarantee that account balances stay within authorized bounds without revealing the exact amount held.

- **Recursive Proof Aggregation** compresses thousands of individual trade proofs into a single verifiable state, maintaining performance at scale.

> The structural integrity of a clearing system depends on the ability to verify solvency proofs across fragmented liquidity pools without exposing private positions.

One might consider the clearinghouse as a blind auditor. The system operates on a **prover-verifier** model where the trader acts as the prover and the protocol acts as the verifier. This effectively moves the burden of proof from the institution to the cryptographic protocol itself, minimizing the reliance on trusted third-party custodians.

![A close-up, cutaway view reveals the inner components of a complex mechanism. The central focus is on various interlocking parts, including a bright blue spline-like component and surrounding dark blue and light beige elements, suggesting a precision-engineered internal structure for rotational motion or power transmission](https://term.greeks.live/wp-content/uploads/2025/12/on-chain-settlement-mechanism-interlocking-cogs-in-decentralized-derivatives-protocol-execution-layer.webp)

## Approach

Current implementations prioritize **shielded pools** where assets are deposited into a smart contract that manages collateralization.

Users interact with the clearing engine through proofs that update their account state. The primary challenge involves balancing the computational overhead of proof generation with the requirement for low-latency execution in derivatives trading.

| Metric | Traditional Clearing | Zero-Knowledge Clearing |
| --- | --- | --- |
| Data Exposure | High | Zero |
| Audit Mechanism | Manual/Centralized | Algorithmic/Decentralized |
| Latency | Low | Medium/High |
| Systemic Risk | Concentrated | Distributed |

The deployment strategy often involves off-chain computation followed by on-chain verification. Traders generate the necessary proofs locally, ensuring that their sensitive trade parameters never leave their local environment. The protocol then validates these proofs against a set of consensus-defined rules, updating the global state without ever observing the raw data.

This approach shifts the security model from institutional trust to **code-based verification**.

![A high-resolution, close-up abstract image illustrates a high-tech mechanical joint connecting two large components. The upper component is a deep blue color, while the lower component, connecting via a pivot, is an off-white shade, revealing a glowing internal mechanism in green and blue hues](https://term.greeks.live/wp-content/uploads/2025/12/decentralized-options-protocol-mechanism-for-collateral-rebalancing-and-settlement-layer-execution-in-synthetic-assets.webp)

## Evolution

Initial designs struggled with the performance limitations of early zk-proof systems. Scaling required significant advancements in **arithmetization** techniques and the development of specialized hardware acceleration for proof generation. The shift from monolithic clearing models to modular, proof-based frameworks marks a departure from traditional financial architecture.

The current trajectory points toward the integration of **fully homomorphic encryption** to further enhance the capabilities of clearing engines. This would allow for the direct computation of [risk sensitivity](https://term.greeks.live/area/risk-sensitivity/) on encrypted data, enabling more sophisticated margining models that were previously impossible to execute privately. The industry is moving away from basic asset transfers toward complex derivative lifecycle management within privacy-preserving environments.

![A detailed 3D rendering showcases the internal components of a high-performance mechanical system. The composition features a blue-bladed rotor assembly alongside a smaller, bright green fan or impeller, interconnected by a central shaft and a cream-colored structural ring](https://term.greeks.live/wp-content/uploads/2025/12/decentralized-derivative-protocol-mechanics-visualizing-collateralized-debt-position-dynamics-and-automated-market-maker-liquidity-provision.webp)

## Horizon

Future developments will focus on **cross-chain settlement**, where proofs generated on one blockchain are verified on another, creating a unified global clearing layer.

This will reduce liquidity fragmentation and allow for more efficient capital utilization across disparate ecosystems. The integration of **decentralized identity** frameworks will allow for regulatory compliance without compromising the fundamental anonymity required for institutional-grade market participation.

> Zero-Knowledge Clearing serves as the infrastructure for private, high-integrity derivatives markets in a decentralized global economy.

The ultimate goal is the construction of an autonomous clearing fabric that operates with the speed of centralized exchanges but with the security of a decentralized network. This will likely necessitate a fundamental rethinking of how **liquidation triggers** and **margin calls** function in an automated, privacy-protected environment. The winners in this space will be those who can optimize the trade-off between proof complexity and execution speed.

## Glossary

### [Risk Sensitivity](https://term.greeks.live/area/risk-sensitivity/)

Measurement ⎊ Risk sensitivity quantifies how a derivative's price changes in response to variations in underlying market factors.

### [Range Proofs](https://term.greeks.live/area/range-proofs/)

Anonymity ⎊ Range proofs represent a cryptographic technique utilized to demonstrate that a value falls within a specified interval without revealing the precise value itself, a critical component in privacy-focused cryptocurrency systems.

## Discover More

### [Decentralized Protocol Architecture](https://term.greeks.live/term/decentralized-protocol-architecture/)
![This abstract visualization depicts a decentralized finance DeFi protocol executing a complex smart contract. The structure represents the collateralized mechanism for a synthetic asset. The white appendages signify the specific parameters or risk mitigants applied for options protocol execution. The prominent green element symbolizes the generated yield or settlement payout emerging from a liquidity pool. This illustrates the automated market maker AMM process where digital assets are locked to generate passive income through sophisticated tokenomics, emphasizing systematic yield generation and risk management within the financial derivatives landscape.](https://term.greeks.live/wp-content/uploads/2025/12/decentralized-finance-protocol-architecture-for-collateralized-yield-generation-and-perpetual-futures-settlement.webp)

Meaning ⎊ Decentralized Protocol Architecture provides the autonomous, transparent framework necessary for secure, trustless derivative trading at scale.

### [State Transition Validation](https://term.greeks.live/term/state-transition-validation/)
![A complex nested structure of concentric rings progressing from muted blue and beige outer layers to a vibrant green inner core. This abstract visual metaphor represents the intricate architecture of a collateralized debt position CDP or structured derivative product. The layers illustrate risk stratification, where different tranches of collateral and debt are stacked. The bright green center signifies the base yield-bearing asset, protected by multiple outer layers of risk mitigation and smart contract logic. This structure visualizes the interconnectedness and potential cascading liquidation effects within DeFi protocols.](https://term.greeks.live/wp-content/uploads/2025/12/nested-layers-of-algorithmic-complexity-in-collateralized-debt-positions-and-cascading-liquidation-protocols-within-decentralized-finance.webp)

Meaning ⎊ State Transition Validation ensures the accurate, trustless execution of complex derivative contracts within decentralized financial protocols.

### [Zero Knowledge Data](https://term.greeks.live/term/zero-knowledge-data/)
![A detailed close-up of a futuristic cylindrical object illustrates the complex data streams essential for high-frequency algorithmic trading within decentralized finance DeFi protocols. The glowing green circuitry represents a blockchain network’s distributed ledger technology DLT, symbolizing the flow of transaction data and smart contract execution. This intricate architecture supports automated market makers AMMs and facilitates advanced risk management strategies for complex options derivatives. The design signifies a component of a high-speed data feed or an oracle service providing real-time market information to maintain network integrity and facilitate precise financial operations.](https://term.greeks.live/wp-content/uploads/2025/12/decentralized-finance-architecture-visualizing-smart-contract-execution-and-high-frequency-data-streaming-for-options-derivatives.webp)

Meaning ⎊ Zero Knowledge Data enables private, verifiable financial transactions on public ledgers, securing market order flow and participant confidentiality.

### [Real Time Risk Clearing](https://term.greeks.live/term/real-time-risk-clearing/)
![A high-resolution visualization shows a multi-stranded cable passing through a complex mechanism illuminated by a vibrant green ring. This imagery metaphorically depicts the high-throughput data processing required for decentralized derivatives platforms. The individual strands represent multi-asset collateralization feeds and aggregated liquidity streams. The mechanism symbolizes a smart contract executing real-time risk management calculations for settlement, while the green light indicates successful oracle feed validation. This visualizes data integrity and capital efficiency essential for synthetic asset creation within a Layer 2 scaling solution.](https://term.greeks.live/wp-content/uploads/2025/12/decentralized-high-throughput-data-processing-for-multi-asset-collateralization-in-derivatives-platforms.webp)

Meaning ⎊ Real Time Risk Clearing provides the automated, instantaneous settlement of derivative positions to ensure protocol solvency in decentralized markets.

### [Stochastic Game Theory](https://term.greeks.live/term/stochastic-game-theory/)
![A detailed visualization representing a complex financial derivative instrument. The concentric layers symbolize distinct components of a structured product, such as call and put option legs, combined to form a synthetic asset or advanced options strategy. The colors differentiate various strike prices or expiration dates. The bright green ring signifies high implied volatility or a significant liquidity pool associated with a specific component, highlighting critical risk-reward dynamics and parameters essential for precise delta hedging and effective portfolio risk management.](https://term.greeks.live/wp-content/uploads/2025/12/analyzing-multi-layered-derivatives-and-complex-options-trading-strategies-payoff-profiles-visualization.webp)

Meaning ⎊ Stochastic Game Theory enables the construction of resilient decentralized financial systems by modeling interactions under persistent uncertainty.

### [Statistical Arbitrage Opportunities](https://term.greeks.live/term/statistical-arbitrage-opportunities/)
![A futuristic, propeller-driven aircraft model represents an advanced algorithmic execution bot. Its streamlined form symbolizes high-frequency trading HFT and automated liquidity provision ALP in decentralized finance DeFi markets, minimizing slippage. The green glowing light signifies profitable automated quantitative strategies and efficient programmatic risk management, crucial for options derivatives. The propeller represents market momentum and the constant force driving price discovery and arbitrage opportunities across various liquidity pools.](https://term.greeks.live/wp-content/uploads/2025/12/algorithmic-high-frequency-trading-bot-for-decentralized-finance-options-market-execution-and-liquidity-provision.webp)

Meaning ⎊ Statistical arbitrage leverages quantitative models to capture price spreads between correlated assets, ensuring market-neutral returns.

### [Zero Knowledge Risk Sharing](https://term.greeks.live/term/zero-knowledge-risk-sharing/)
![A detailed cross-section of a cylindrical mechanism reveals multiple concentric layers in shades of blue, green, and white. A large, cream-colored structural element cuts diagonally through the center. The layered structure represents risk tranches within a complex financial derivative or a DeFi options protocol. This visualization illustrates risk decomposition where synthetic assets are created from underlying components. The central structure symbolizes a structured product like a collateralized debt obligation CDO or a butterfly options spread, where different layers denote varying levels of volatility and risk exposure, crucial for market microstructure analysis.](https://term.greeks.live/wp-content/uploads/2025/12/risk-decomposition-and-layered-tranches-in-options-trading-and-complex-financial-derivatives.webp)

Meaning ⎊ Zero Knowledge Risk Sharing provides a secure, private mechanism for verifying financial solvency and margin compliance in decentralized markets.

### [Zero-Knowledge Volatility Proofs](https://term.greeks.live/term/zero-knowledge-volatility-proofs/)
![A low-poly visualization of an abstract financial derivative mechanism features a blue faceted core with sharp white protrusions. This structure symbolizes high-risk cryptocurrency options and their inherent smart contract logic. The green cylindrical component represents an execution engine or liquidity pool. The sharp white points illustrate extreme implied volatility and directional bias in a leveraged position, capturing the essence of risk parameterization in high-frequency trading strategies that utilize complex options pricing models. The overall form represents a complex collateralized debt position in decentralized finance.](https://term.greeks.live/wp-content/uploads/2025/12/algorithmic-smart-contract-visualization-representing-implied-volatility-and-options-risk-model-dynamics.webp)

Meaning ⎊ Zero-Knowledge Volatility Proofs enable private, cryptographically verified risk management within decentralized derivative markets.

### [Zero-Knowledge Proofs Computation](https://term.greeks.live/term/zero-knowledge-proofs-computation/)
![A stylized, multi-component dumbbell visualizes the complexity of financial derivatives and structured products within cryptocurrency markets. The distinct weights and textured elements represent various tranches of a collateralized debt obligation, highlighting different risk profiles and underlying asset exposures. The structure illustrates a decentralized finance protocol's reliance on precise collateralization ratios and smart contracts to build synthetic assets. This composition metaphorically demonstrates the layering of leverage factors and risk management strategies essential for creating specific payout profiles in modern financial engineering.](https://term.greeks.live/wp-content/uploads/2025/12/visualizing-collateralized-debt-obligations-and-decentralized-finance-synthetic-assets-in-structured-products.webp)

Meaning ⎊ Zero-Knowledge Proofs Computation provides a secure, verifiable framework for private financial settlement without exposing sensitive data.

---

## Raw Schema Data

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://term.greeks.live"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Term",
            "item": "https://term.greeks.live/term/"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "Zero-Knowledge Clearing",
            "item": "https://term.greeks.live/term/zero-knowledge-clearing/"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "Article",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://term.greeks.live/term/zero-knowledge-clearing/"
    },
    "headline": "Zero-Knowledge Clearing ⎊ Term",
    "description": "Meaning ⎊ Zero-Knowledge Clearing enables private, mathematically verified settlement of derivative trades while maintaining systemic risk management. ⎊ Term",
    "url": "https://term.greeks.live/term/zero-knowledge-clearing/",
    "author": {
        "@type": "Person",
        "name": "Greeks.live",
        "url": "https://term.greeks.live/author/greeks-live/"
    },
    "datePublished": "2026-03-12T11:51:17+00:00",
    "dateModified": "2026-03-12T11:51:58+00:00",
    "publisher": {
        "@type": "Organization",
        "name": "Greeks.live"
    },
    "articleSection": [
        "Term"
    ],
    "image": {
        "@type": "ImageObject",
        "url": "https://term.greeks.live/wp-content/uploads/2025/12/decentralized-smart-contract-vault-risk-stratification-and-algorithmic-liquidity-provision-engine.jpg",
        "caption": "A futuristic, high-tech object composed of dark blue, cream, and green elements, featuring a complex outer cage structure and visible inner mechanical components. The object serves as a conceptual model for a high-performance decentralized finance protocol. Its design metaphorically illustrates the interoperability required for efficient derivatives clearing and options trading execution. The robust outer framework represents the essential risk management protocols and governance layer. The precise inner mechanisms symbolize automated market maker logic for algorithmic liquidity provision, facilitating the management of collateralized debt positions. The bright green elements represent optimized asset flow and yield generation, highlighting the successful execution of perpetual futures contracts within a secure smart contract vault architecture."
    },
    "keywords": [
        "Algorithmic Auditing",
        "Algorithmic Auditing Processes",
        "Algorithmic Certainty",
        "Algorithmic Clearing Solutions",
        "Algorithmic Risk Assessment",
        "Algorithmic Transparency",
        "Anonymity Preservation",
        "Automated Clearing Processes",
        "Automated Margin Calls",
        "Automated Market Makers",
        "Automated Risk Management",
        "Automated Settlement",
        "Automated Settlement Systems",
        "Blockchain Architecture",
        "Capital Efficiency",
        "Clearing Layer Security",
        "Clearinghouse Robustness",
        "Code Vulnerability Assessment",
        "Collateral Requirements",
        "Collateral Verification",
        "Confidential Trading Strategies",
        "Consensus Mechanisms",
        "Contagion Modeling",
        "Copy-Trading Risks",
        "Cross-Chain Settlement",
        "Cryptographic Commitments",
        "Cryptographic Privacy",
        "Cryptographic Settlement",
        "Cryptographic Settlement Networks",
        "Cryptographic Trade Verification",
        "Cryptographic Verification Protocols",
        "Decentralized Clearing Protocols",
        "Decentralized Clearinghouse",
        "Decentralized Clearinghouses",
        "Decentralized Collateral Management",
        "Decentralized Exchange Technology",
        "Decentralized Finance",
        "Decentralized Finance Innovation",
        "Decentralized Financial Infrastructure",
        "Decentralized Financial Markets",
        "Decentralized Financial Protocols",
        "Decentralized Financial Systems",
        "Decentralized Identity",
        "Decentralized Risk Control",
        "Derivative Lifecycle",
        "Derivative Trades",
        "Digital Asset Volatility",
        "Economic Liquidity Cycles",
        "Encrypted Computation",
        "Financial Data Confidentiality",
        "Financial Data Security",
        "Financial Derivatives",
        "Financial History Cycles",
        "Financial Integrity",
        "Financial Obligation Verification",
        "Financial Privacy",
        "Financial Privacy Technology",
        "Financial Protocol Security",
        "Financial Settlement",
        "Front-Running Prevention",
        "Fundamental Network Analysis",
        "High-Frequency Finance",
        "Information Asymmetry Mitigation",
        "Insolvency Protection",
        "Institutional-Grade Finance",
        "Instrument Type Analysis",
        "Jurisdictional Differences",
        "Latency Optimization",
        "Liquidity Fragmentation",
        "Macro-Crypto Correlations",
        "Margin Adequacy",
        "Margin Engine",
        "Market Evolution Patterns",
        "Market Integrity Maintenance",
        "Market Microstructure",
        "Market Microstructure Analysis",
        "Market Surveillance Reduction",
        "Mathematical Verification",
        "Non-Interactive Arguments",
        "Options Trading Strategies",
        "Order Flow Dynamics",
        "Position Commitments",
        "Position Confidentiality",
        "Position Disclosure Reduction",
        "Predatory Trading Prevention",
        "Privacy Enhanced Transactions",
        "Privacy Focused Derivatives",
        "Privacy-Preserving Computation",
        "Privacy-Preserving Finance",
        "Privacy-Preserving Settlement",
        "Private Derivatives",
        "Programmable Money",
        "Protocol Physics",
        "Protocol Security",
        "Quantitative Finance Modeling",
        "Range Proofs",
        "Recursive Proof Aggregation",
        "Regulatory Arbitrage Strategies",
        "Regulatory Compliance Automation",
        "Risk Engine Optimization",
        "Risk Limit Enforcement",
        "Risk Management Automation",
        "Risk Sensitivity",
        "Secure Derivative Clearing",
        "Secure Multi-Party Computation",
        "Secure Trade Execution",
        "Secure Trading Infrastructure",
        "Settlement Layer Security",
        "Shielded Liquidity",
        "Smart Contract Security Audits",
        "Solvency Proofs",
        "Sovereign Clearing",
        "State Validation",
        "Succinct Non-Interactive Arguments",
        "Systemic Risk Management",
        "Systems Risk Analysis",
        "Tokenomics Incentives",
        "Trade Execution Privacy",
        "Trade Validity",
        "Trade Validity Verification",
        "Trading Venue Evolution",
        "Transaction Validation Decoupling",
        "Trend Forecasting Models",
        "Value Accrual Mechanisms",
        "Zero Knowledge Proofs",
        "Zero Knowledge Systems",
        "zk-SNARK Applications",
        "ZK-SNARKs",
        "ZK-SNARKs Technology"
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "WebSite",
    "url": "https://term.greeks.live/",
    "potentialAction": {
        "@type": "SearchAction",
        "target": "https://term.greeks.live/?s=search_term_string",
        "query-input": "required name=search_term_string"
    }
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "WebPage",
    "@id": "https://term.greeks.live/term/zero-knowledge-clearing/",
    "mentions": [
        {
            "@type": "DefinedTerm",
            "@id": "https://term.greeks.live/area/range-proofs/",
            "name": "Range Proofs",
            "url": "https://term.greeks.live/area/range-proofs/",
            "description": "Anonymity ⎊ Range proofs represent a cryptographic technique utilized to demonstrate that a value falls within a specified interval without revealing the precise value itself, a critical component in privacy-focused cryptocurrency systems."
        },
        {
            "@type": "DefinedTerm",
            "@id": "https://term.greeks.live/area/risk-sensitivity/",
            "name": "Risk Sensitivity",
            "url": "https://term.greeks.live/area/risk-sensitivity/",
            "description": "Measurement ⎊ Risk sensitivity quantifies how a derivative's price changes in response to variations in underlying market factors."
        }
    ]
}
```


---

**Original URL:** https://term.greeks.live/term/zero-knowledge-clearing/
