Skip to content

Commit 5c840cd

Browse files
committed
minor edits
1 parent 8e467c1 commit 5c840cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/keys/proxies/pure-proxies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Pure Proxies
1+
# Understanding Pure Proxies
22

33
Pure proxies are a specialized type of proxy account in Bittensor that provide enhanced security and isolation for complex delegation scenarios. Unlike standard proxies that use existing accounts, pure proxies create new, keyless accounts that can only operate through their delegator relationship.
44

@@ -9,7 +9,7 @@ This page walks you through creating a pure proxy account, executing a transfer
99
Pure proxies are **keyless, non-deterministic accounts** that are created fresh using the `createPure` extrinsic. They represent a unique approach to account delegation where:
1010

1111
- The proxy account has **no private key** and cannot sign transactions independently
12-
- The proxy can **only act through its delegator** - all operations must be initiated by the delegator
12+
- The proxy can **only act through its delegator**all operations must be initiated by the delegator
1313
- The account is **completely isolated** and cannot escalate its own permissions
1414

1515
Unlike standard proxies, where the delegate can access the delegator’s funds to execute calls on their behalf, pure proxies operate differently. A pure proxy account must hold its own funds, while the real account acts as an _any proxy_ for it—signing and authorizing transactions on the proxy’s behalf.

0 commit comments

Comments
 (0)