# 펜싱 토큰이 동작하는 세 지점 # Question: 펜싱 토큰은 어디서 작동하는가? direction: right n0: "InMemoryAdminOperationJournal" { shape: rectangle } n1: "인수 시 토큰 증가" { shape: rectangle } n2: "쓰기 시 토큰 대조" { shape: rectangle } n3: "clamp 로 단조성 유지" { shape: rectangle } n0 -> n1: "리스 인수" n1 -> n2: "토큰 전달" n2 -> n3: "기록 확정"