Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Stratax Contracts — Security Audit

Period: February 12–19, 2026 Auditor: jebitok Contracts in Scope: src/Stratax.sol (293 nSLOC), src/StrataxOracle.sol (63 nSLOC) Compiler: Solidity ^0.8.13 (compiled with 0.8.30) Framework: Foundry External Protocols: Aave V3, 1inch DEX Aggregator, Chainlink Oracles


Protocol Summary

A DeFi leveraged position protocol. Users open leveraged long/short positions on crypto assets by combining Aave V3 flash loans, 1inch token swaps, and Chainlink price feeds in a single transaction. StrataxOracle.sol wraps Chainlink feeds for position sizing calculations.


Audit Documents

Document Description
Stratax-AuditReport.md Full audit report: protocol overview, architecture, methodology, findings, static analysis, recommendations

Script

audit.sh — runs recon, Slither, Aderyn, and Foundry tests. Output goes to audit_output_stratax/ (not committed — run locally against the cloned protocol repo).

See the root README for usage instructions.