Business, partnerships and growth
Aybars Dorman
Business development, ecosystem partnerships, grants and go-to-market. Aybars leads the
chapter and foundation relationships behind the networks A-Identity settles on, runs the
grant and hackathon pipeline, and owns the customer-development work that decides what
gets built next.
Engineering
The protocol, the contracts and the backend are built in the open rather than behind a byline. What that side of the team is accountable for is visible in the repository itself rather than on this page:- The
AgentSpendPolicycontract, in three implementations (Solidity, Rust for Soroban, Algorand Python), each with its own test suite and negative controls. - The chain registry that is the single source of truth for every chain, address and endpoint, with a test that fails the build when any other file restates one of them.
- The self-facilitated x402 payment rails, where the signing domain is proven against the
token’s live
DOMAIN_SEPARATORrather than pasted, and no challenge is served when it cannot be proven. - The provenance ledger behind
/proof/:rail, where every transaction we claim is listed with a caveat block a test forces to be non-empty.
