Giza
Founded 2022 · 11 employees on LinkedIn · 11 known investors
Giza builds infrastructure for autonomous financial agents that handle market participation—perception, memory, and execution—on behalf of users who define intent and constraints. Originating in verifiable machine learning for on-chain inference, the company now focuses on AI agents for DeFi markets.
Also known as Giza Protocol · Gizatech AG · gizatechxyz
Investors · 11
Funding
SEC filings, press & company announcements$3M disclosed across 1 of 2 rounds · 2023
- $3MPre-SeedJul 2023 · 2 sources
CoinFund (lead), Arrington Capital, StarkWare, TA Ventures
Source ↗
Source: company announcements and press reports — follow each round's link for the claim.
Company profile
researched Aug 2026Giza, operated by Gizatech AG, builds autonomous agents that manage on-chain capital. Its consumer-facing product lets a user connect a wallet, deposit assets to an agent-controlled smart account and either choose specific markets or let the agent select them automatically; the agent then monitors liquidity depth, yield curves and risk metrics across pools, rebalances positions and redeploys capital as rates change. The company emphasizes self-custody (users retain ownership of assets), verifiability (each autonomous action is described as provable, auditable and explainable, with users able to inspect what changed and why) and continuous execution without manual intervention. A savings product built on Base — marketed as an "intelligent savings account" that monitors every lending protocol on Base and moves capital to the best rate — is listed as coming soon on the site; the site's disclosures also reference a product named Arma.
Alongside the end-user product, Giza distributes developer tooling through its giza-hub monorepo: a TypeScript agent SDK (@gizatech/agent-sdk) for smart-account creation, agent lifecycle and portfolio monitoring; an MCP server (@gizatech/mcp-server) exposing Giza tools to AI assistants such as Claude Desktop, Claude Code and Cursor; and a giza-skills Claude Code plugin with guided DeFi workflows for onboarding, portfolio, withdrawals and rewards. Access requires a partner API key. Supported networks are Base (default, including a Giza Rewards program), Arbitrum (USDC), Plasma (USDT0) and HyperEVM (USDT0); SDK examples reference Aave and Compound as target protocols.
The company's earlier incarnation was a machine-learning platform on StarkNet that used STARK proofs to let developers deploy models with verifiable inference and monitor model information and usage data on-chain, targeting use cases such as AI-enabled smart contracts and intelligent game agents.
Founding story
Fran Algaba, Giza's CEO, previously led machine learning at Banco Bilbao Vizcaya Argentaria and then held a similar role at Adidas, and began exploring crypto as a hobby in 2019. While organizing Web3 events in Madrid and Barcelona he met Cem Dagdelen and Renç Korzay, and the three founded Giza in October 2022 to make AI usable by smart contracts via zero-knowledge proofs.
Business model
Giza operates a self-custodial agent platform: users connect a wallet, deposit assets into a smart account and configure a strategy, after which Giza agents route and rebalance capital across lending protocols. The company also runs a developer/partner channel, distributing an agent SDK, a hosted MCP server and a Claude Code plugin under partner API keys, allowing third parties to embed Giza's yield-management functionality. A $GIZA token exists, with staking, governance and airdrop programs referenced on the company's site and blog.
Not stated in the sources beyond the SDK exposing fee-related endpoints (get_fees) and a partner API key model; the site references staking and governance around the $GIZA token.
Traction
Giza's blog reported that its agents moved more than $1.5 billion across on-chain markets within six months as of September 2025, and that Re7 became the first institution to deploy Giza Agents at institutional scale in May 2025. The company had 12 employees at the time of its 2023 pre-seed. Its GitHub organization hosts 32 repositories, with the Orion runtime at 175 stars and LuminAIR at 57; the giza-hub developer monorepo had 4 stars and 123 commits.
Latest developments
In February 2026 Giza published a cluster of posts covering a new Giza Agent release described as its most significant upgrade, the Giza Optimizer, a Giza World migration guide, and Giza Economics on value flows in agentic finance. The giza-hub repository was updated in March 2026. The Base savings product is still listed as coming soon on the website, whose live dashboard counters for agentic volume, assets under agents, APR and autonomous transactions read zero as fetched.
▸Full profile — market position, technology, go-to-market, geography, history, risks & controversies
Market position
Giza describes itself as providing autonomous financial intelligence for on-chain capital and, via its blog, frames its approach as a new paradigm of "Active Capital" and "Swarm Finance." It reported more than $1.5B moved by its agents in six months as of September 2025 and cited Re7 as the first institution deploying its agents at institutional scale. Earlier coverage placed it among firms applying zero-knowledge proofs to bring AI to smart contracts.
Giza positions its combination of self-custody with delegated execution — users keep ownership while agents act — and its emphasis on verifiable, auditable and explainable agent decisions as core distinctions. Its technical background in zero-knowledge/STARK-based proof systems underpins the claim that recommendations and actions can be cryptographically shown to come from a specified open-source algorithm.
Technology
Giza's current stack centers on agent smart accounts and a TypeScript SDK covering wallet connection, smart-account creation, agent activation/deactivation, top-ups, portfolio and performance queries, withdrawals and transaction history, plus an MCP server (SSE, OAuth, Redis-backed sessions, Vercel-deployable) that exposes these tools to AI assistants. Agents evaluate liquidity depth, yield curves and risk metrics across many pools and execute rebalancing autonomously. The company's proof-oriented work includes LuminAIR, a zkML framework using Circle STARK proofs to verify computational graphs; NumerAIR, a fixed-point arithmetic library for STWO-based programs; the archived Orion ONNX runtime in Cairo for verifiable ML inference using STARK; and a cryptographic system to prove that each recommendation was generated by an open-source algorithm. The original platform ran on StarkNet and supported TensorFlow, PyTorch and Scikit-Learn models with on-chain storage of model information and usage data.
Go-to-market
Giza reaches retail users directly through its website and agent creation flow, and reaches institutions and builders through partner API keys, an agent SDK, a hosted MCP server and a Claude Code plugin distributed via ClawHub and GitHub. Content marketing runs through the company blog, and community/incentive programs include a $GIZA airdrop, staking, governance and a Giza Rewards program on Base. An institutional deployment with Re7 was announced in May 2025.
Retail crypto users seeking automated yield on stablecoins and other assets from a self-custodial wallet; institutional DeFi allocators (e.g., Re7); and developers or partner platforms embedding Giza's agent SDK, MCP server or Claude Code skills to add yield management to their own products.
Geography
The company is incorporated as Gizatech AG. Domain registry coverage identifies Giza as a Spain-based customer, and its CEO organized Web3 events in Madrid and Barcelona; products are deployed across the Base, Arbitrum, Plasma and HyperEVM networks rather than in specific geographic markets.
History
Giza was founded in October 2022 by Cem Dagdelen, Fran Algaba and Renç Korzay, and initially built infrastructure for verifiable machine learning: a platform letting AI developers generate zero-knowledge proofs for models running off-chain, built on StarkNet atop Ethereum and supporting TensorFlow, PyTorch and Scikit-Learn. After a $3 million pre-seed announced in July 2023, the company said it planned to release its underlying infrastructure and fully launch the platform by the end of 2023. Its public repositories reflect that ZKML lineage (Orion, an ONNX runtime in Cairo, now archived; LuminAIR, a Circle STARK-based zkML framework; giza-cli and giza-agents). From late 2024 the company's published work shifted toward autonomous DeFi agents: posts on agent architecture (December 2024), Giza Protocol (March 2025), a $GIZA airdrop (May 2025), an institutional deployment with Re7 (May 2025), a tokenomics report (July 2025) and a claim of $1.5B in agent-moved volume (September 2025). In February 2026 Giza shipped a new agent and a "Giza World" migration.
Risks & controversies
The company's own disclosures state that yield is variable and not guaranteed and that DeFi carries smart-contract and protocol risks, advising users to review documentation, audits and local regulation before using Arma, and noting the material is not investment advice. Delegating execution to autonomous agents and reliance on third-party lending protocols are inherent to the model. Public traction figures on the live site displayed as zero at the time of collection, and the Base savings product remains unlaunched.
Compiled by commissioned research from 8 cited public sources — announcements, filings, and press listed under research sources below.
Key figures
latest reportedCompany-reported or press-reported figures, each dated to when it was claimed — not independently audited.
Timeline · 6
launches, deals, and filingsGiza launched a new Giza Agent, described by the company as its most significant upgrade, alongside a Giza World migration guide and posts on the Giza Optimizer and Giza Economics.
Report analyzing $GIZA token distribution, absorption and traction metrics against its stated design principles.
Giza announced that Re7 is the first institution to deploy Giza Agents at institutional scale.
Company blog post detailing distribution and allocation for the first season of the $GIZA token airdrop.
Blog post introducing Giza Protocol, framed around DeFi operators having to monitor multiple protocols, chains and strategies simultaneously.
Giza announced a $3 million pre-seed round led by CoinFund, with participation from StarkWare, TA Ventures and Arrington Capital, to build a platform enabling AI developers to generate zero-knowledge proofs for machine learning models.
$3M source ↗
Dated company events from announcements, filings, and press; legal rows summarize public dockets and regulator releases.
In the news
▸Research sources · 8
primary sources listed
- Gizagizatech.xyz · web
8 public sources were cited for this profile; the first-party ones are listed here.
Frequently asked questions
- What does Giza do?
- Giza builds self-custodial autonomous agents that route and rebalance on-chain capital across DeFi lending protocols.
- Who are Giza's investors?
- Giza's investors include Arrington Capital, Coinbase Ventures, CoinFund, Edessa Capital, Galaxy Digital Assets Fund, Galaxy Ventures, Galaxy Vision Hill, MH Ventures and 3 more.
- How much funding has Giza raised?
- Giza has disclosed $3M raised across 1 of its 2 known rounds.


