Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aggregation module #13

Open
0xjei opened this issue Jan 9, 2025 · 0 comments
Open

Aggregation module #13

0xjei opened this issue Jan 9, 2025 · 0 comments
Milestone

Comments

@0xjei
Copy link
Member

0xjei commented Jan 9, 2025

Create a modular aggregation layer capable of combining already deployed BaseChecker and/or AdvancedChecker contracts using various logical operators (e.g., AND, NOT, XOR). This aggregation layer should integrate seamlessly with the existing Policy (gatekeeper) contracts, allowing developers to construct complex access control policies from independently defined checker logic. The aggregation contracts will serve as orchestrators, evaluating multiple checkers against user-provided evidence and returning a single boolean result.

This approach reduces complexity and gas costs when there’s no need to reuse already deployed checks. The aggregation layer, therefore, becomes an optional yet powerful tool—useful when building sophisticated, multi-faceted access control policies, but not mandatory for simpler use cases.

@0xjei 0xjei added this to the [MVP-2] Arms milestone Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant