Least-Authority Keys
Delegate precisely the authority your chosen vendors need—no more, no less— using XRPL’s native Multi-Signing (SignerListSet) primitive.
How It Works
- **Configure** your PAI Key: select vendor public keys, assign each a
SignerWeight
, and set yourSignerQuorum
. - **Submit**
SignerListSet
: the ledger records your scoped-authority list. - **Verify** via
account_objects
RPC that the PAI Key is active.
Why It Matters
- Security: Vendors can only sign the transactions you define.
- Flexibility: Rotate or remove keys instantly to revoke authority.
- Clarity: Users see “X of Y weight required” before every hire.
Learn More
Deep dive into the spec on the XRPL docs: Multi-Signing.