Skip to main content

Documentation Index

Fetch the complete documentation index at: https://yieldxyz.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Overview

HyperNative is an advanced pre-transaction security and simulation layer integrated into the Yield.xyz security stack. It provides real-time transaction simulation, risk scoring, and compliance screening before execution — allowing both Yield.xyz and its partners to detect threats and policy violations before users ever sign a transaction.
HyperNative complements Shield, which validates a transaction’s structure and intent. Together, the two systems deliver complete pre-signing protection:
  • Shield confirms that the transaction matches expected patterns
  • HyperNative simulates the transaction to ensure it behaves safely and complies with policy

How It Works

Every unsigned transaction built through the Yield API can be simulated via HyperNative.The simulation engine runs the transaction in a sandboxed EVM environment, returning:
  • Execution results
  • Gas estimates
  • Decoded call data
  • State changes preview

Integration with Shield

LayerFunctionWhat It Checks
ShieldStructure validationTransaction matches expected pattern, addresses are correct
HyperNativeBehavior simulationTransaction executes safely, complies with policy
Combined, they provide end-to-end transaction protection — structure + behavior.

Flow Summary

1

Build transaction

Yield API builds unsigned transaction
2

Validate structure

Shield validates structure and intent
3

Simulate behavior

HyperNative simulates behavior and applies policy checks
4

Review results

Client reviews simulation output and proceeds with signing

Policy Use Cases

Policy TypeDescriptionExample Rule
SecurityDetect gas or approval anomaliesReject transactions with >5× typical gas usage
Pool ToxicityDeFi pool health monitoringReject deposits if >5% of assets are tainted
SanctionsOFAC complianceBlock transactions involving sanctioned addresses
MonitoringContinuous validationAlert if pool risk level changes after deposit
AutomationProtective actionsAuto-pause affected yields during incidents

Automation & Guardian Layer

Policies can trigger automated actions when thresholds are exceeded:
  • Pause affected yields
  • Initiate withdrawals
  • Send alerts to security teams
  • Log for compliance review
Supports pre-signed transactions and limited execution roles (e.g., HyperNative acts as “pauser only”) for institutional setups.

API-Level Simulation

All Yield.xyz API-built transactions can be automatically simulated through HyperNative.
Partners can call HyperNative directly for independent validation before signing. This enables a zero-trust setup, ensuring transactions are verified even if built externally.
HyperNative can be deployed on the client side. Policies and compliance configurations used by Yield.xyz can be exported and imported into client-owned instances to confirm and simulate transactions prior to signing.
Enterprise clients can define their own policies, risk thresholds, and automated actions — independent of Yield.xyz defaults.

Coverage

HyperNative protection covers:
  • ✅ All EVM chains
  • ✅ Major DeFi protocols
  • ✅ Lending protocols
  • ✅ Bridges and cross-chain
  • ✅ Staking and restaking

Benefits

Detect threats

Detect malicious or anomalous transaction behavior before signing

Compliance checks

Real-time sanctions and pool toxicity screening

Continuous monitoring

Pre- and post-transaction monitoring

Automated protection

Policy triggers for automated protective actions

Next Steps

Shield

Transaction validation library

Security Tiers

Deployment models

Security Overview

Full security architecture

Security Notices

Security announcements