Inspiration

Smart contracts make financial infrastructure programmable, but the systems around them are still difficult to understand and operate for anyone outside a deeply technical Web3 team.

We were inspired by a simple question: what if a finance leader, insurance operator, or infrastructure provider could move from raw Solidity code to a clear view of security posture and operational actions in one workspace?

AegisForge bridges automated blockchain safety with enterprise-grade operational UX. Our prototype focuses on a real-world asset climate-insurance pool, where trust, access control, oracle data, and payout readiness all matter. It also aligns with UN Sustainable Development Goal 9: Industry, Innovation, and Infrastructure.

What it does

AegisForge is an AI-powered smart-contract security workspace.

Users can paste or edit Solidity code in the Code Forge, then run an audit-oriented analysis. The interface presents a security integrity score and clear checks for:

  • Reentrancy protection
  • Integer-overflow protection
  • Access control
  • Oracle validation

AegisForge then transforms the contract context into a readable operational dashboard. For our climate-insurance example, it displays pool liquidity, active policies, oracle confidence, payout reserves, and a climate-trigger threshold.

Finally, users can simulate an automated oracle payout. This demonstrates the transition from raw smart-contract logic to an understandable, auditable business workflow.

How we built it

We built AegisForge with Next.js, TypeScript, React, and Tailwind CSS.

The project was created through rapid natural-language orchestration. Codex was used to implement and refine the interactive interface, including the Solidity editor, security telemetry, wallet-state interaction, and oracle-payout simulation.

GPT-5.6 helped us shape the product architecture, define the user experience, translate security concepts into clear enterprise language, and iterate on the project narrative and demo flow.

This collaboration let us move quickly from an initial idea to a deployed working prototype without requiring external APIs or credits.

Challenges we ran into

The largest challenge was balancing simplicity with honesty. Smart-contract security is complex, and we wanted the interface to feel clear and useful without implying that a prototype can replace a professional security audit.

We also had to translate developer-focused contract concepts into language that enterprise operators can understand quickly. Reentrancy, access control, and oracle validation need to be visible without overwhelming the user.

Another challenge was designing a strong demo experience in a limited time. We needed the Code Forge, security results, and operational dashboard to feel like one connected workflow rather than separate screens.

Accomplishments that we're proud of

What we learned

We learned that the hardest part of AI-assisted development is not generating an interface—it is deciding what information deserves attention.

We also learned that security communication is a product-design problem. A strong security score alone is not useful unless users can understand the checks behind it, the limitations of the analysis, and the actions they should take next.

Finally, we learned how effective Codex and GPT-5.6 can be when used together: one accelerating implementation and iteration, the other helping structure product decisions, flows, and communication.

What's next for AegisForge

We are proud that AegisForge creates a coherent bridge between three worlds that are usually separated:

Raw Solidity smart-contract code

Security-oriented telemetry

Real-world operational decision-making

In a short hackathon build, we delivered a responsive, deployed prototype that makes Web3 infrastructure feel more approachable for enterprise finance, parametric insurance, and institutional teams.

AegisForge is a prototype. Its audit findings, wallet state, oracle data, and payout execution are simulated for demonstration purposes and should not replace formal security audits or production financial controls.

Built With

  • chatgpt5.6
  • codex
  • gemini
  • googlesearch
Share this project:

Updates