Sepolia Key-Is-Not-Enough Governed Execution Proof Pack
Within the KINE-governed execution path, possession of the owner key alone is insufficient to execute constitution-violating actions because policy enforcement can deny, delay, queue, pause, or veto execution.
The website can explain and display certified proof evidence. It does not yet run the live hostile-drain transaction flow from the user interface.
Key Is Not Enough — Valid Owner did not override KINE policy
certified-proof-pack- Network
- Sepolia / 11155111
- Contract
- 0xBAB433f6E8a1632AdAAC66C1a2c50E9Cd44FE14A
- Request tx
- 0xc0dcb9cfae7d343d87cfde46d823abfd1199de7c1dd19cb278d371dad7ff5a2e
A valid configured Owner signed the exact Sepolia execution request, Sepolia mined the transaction, and active KINE policy classified the recipient as KINE_BLOCKED_RECIPIENT. The governed execution reverted and the 0.0002 ETH governed principal remained intact.
- Valid Owner signed exact request: true
- Requested governed value: 0.0001 ETH
- Transaction mined on Sepolia: 0xc0dcb9cfae7d343d87cfde46d823abfd1199de7c1dd19cb278d371dad7ff5a2e
- Block: 11440165
- Receipt status: 0 — expected PASS condition for this reverted validation
- Policy classification: KINE_BLOCKED_RECIPIENT
- Governed principal before: 0.0002 ETH
- Governed principal after: 0.0002 ETH
- Governed principal preserved: true
This proves the exact tested KineSmartAccountV2 Sepolia execution path. It does not establish universal wallet protection and does not mean the ordinary wallet currently connected to KINEGuard has this enforcement.
Phase 8Q — Sepolia live drain attempt harness
live-sepolia-scenario- Network
- Sepolia / 11155111
- Contract
- 0xF588E20EeC61CA458E8fD8fabCf84D1DC0aC46f0
The attempted owner-signed drain did not execute. The recorded error was KINE_UNKNOWN_RECIPIENT_REVIEW and the contract balance remained unchanged at 0.001 SepoliaETH.
- Network: Sepolia
- Chain ID: 11155111
- Execute succeeded: false
- Drain prevented: true
- Contract before: 0.001 SepoliaETH
- Contract after: 0.001 SepoliaETH
This proves the tested governed path resisted the unsafe drain scenario. It does not prove every ordinary EOA is protected after connection.
Phase 8T — Expanded live drain matrix
certified-proof-pack- Network
- Sepolia / 11155111
- Contract
- 0xF588E20EeC61CA458E8fD8fabCf84D1DC0aC46f0
The expanded matrix recorded 6 scenarios, 6 passes, and 0 failures across blocked, delayed, quarantined, panic-mode, and allowed-path cases.
- UNKNOWN_RECIPIENT_DRAIN: blocked
- BLOCKED_RECIPIENT_DRAIN: blocked
- HIGH_VALUE_TRANSFER_DELAY: blocked or delayed
- UNTRUSTED_CONTRACT_CALLDATA_QUARANTINE: blocked or quarantined
- PANIC_MODE_BLOCK: blocked
- TRUSTED_RECIPIENT_ALLOW_PATH: allowed
This is matrix evidence for the governed execution path, not a universal mainnet protection claim.
Phase 8V — KINE V1 Sepolia delay readback
public-verifier-artifact- Network
- Sepolia / 11155111
- Contract
- 0x47671e7266f5B0A534e3C09280007Ab6BB997DC7
- Deploy tx
- 0xc129a563b82d5486d7bbf0a3ac08167a218022365302ae4b1eb791a75373323a
- Request tx
- 0xc84d52f0fe4792ccfcf9b008a4233228bf9f56fb9bd02a43dab27a04a0828c33
A risky trust change could be requested by authority, but early application was blocked by the constitutional delay. The attacker was not trusted after the early apply attempt.
- Early apply blocked: true
- Attacker trusted after early apply: false
- Error: KINE_CONSTITUTION_CHANGE_NOT_READY
This supports delayed constitutional change enforcement. It is not the full website-run hostile-drain flow.
Phase 8X — KINE V2 Sepolia veto readback
public-verifier-artifact- Network
- Sepolia / 11155111
- Contract
- 0x5d83f43E31Db0C3766033129d3116635dD9CB21D
- Deploy tx
- 0x2ddcf87079df86db1ed1dbcec0d42442ea665552660fb6f24663bfebdfbb74d2
- Request tx
- 0x4d7f1a7e3828006e561c4d90b2f29a7dc8fb0d02125a03168a1858025d60195d
- Veto tx
- 0xc4363ad3b7ece4fefdb16cf1122d589d92ff193ff5fabfbce2a382c9228d9e96
The veto path was exercised. The trust-change request was vetoed, the apply attempt was blocked, and the attacker was not trusted after the apply attempt.
- Vetoed: true
- Apply blocked: true
- Attacker trusted after apply attempt: false
This supports the Sepolia veto path. It still needs to be productized into the website-guided beta runner.