Want to make your business more efficient using smart contracts? We’ll develop a turnkey smart contract for you, fully customized to your business and requirements. We create architecture for both new and existing crypto projects. We audit smart contracts using manual and automated tools to find errors and possible vulnerabilities.
We’ll help you increase the efficiency and autonomy of your business project
Fill out the feedback form or write to us on Telegram.
2. Tell us about the project
Briefly describe the idea, goals and objectives you want to solve.
3. Let's discuss the details
We'll schedule a call to discuss your project in more detail and see how we can help.
4. Signing the contract
If we are a good fit, we sign a contract and move on to the next step.
5. Discovery phase
At this stage, we collect requirements and create a set of design documentation describing the future product.
6. Delivery phase
We develop the product according to the agreed-upon specifications. The work process is typically divided into 3-4 stages, each with clear completion indicators.
Feedback from our clients
When we planned to launch our token, we initially understood that influencers would be a key part of our promotion strategy. Therefore, we turned to Polygant for help. Their team has extensive industry experience and a deep understanding of how to effectively reach our target audience through partnerships with LOMs. They were able to identify and attract bloggers with huge audiences and the campaign was a huge success. I highly recommend Polygant to anyone who wants to harness the power of influencers in the crypto space.
Alex Kane
Finrex Token
Feel Free to Contact Us
Table of Contents
About Smart Contract Development
If you are somewhat into blockchain and cryptocurrencies, you have probably heard the word smart contract more than once.
The first thing that comes to mind is something from law, some kind of smart contracts, which are monitored by an algorithm and probably can’t be violated. The second thing you might think of is the future of transactions: soon they will only be concluded through smart contracts.
Let’s see if that is really the case.
...
What a Smart Contract is
A smart contract is a computer algorithm designed to help conclude an agreement, monitor fulfilment of a contract, and execute the obligations. Created in code, it is only executed in a blockchain, a distributed ledger controlled by a decentralized network of P2P nodes.
As you might have guessed, this process has nothing to do with conventional deals. You can’t use a smart contract to buy a car or secure the supply of a carload of wheat. But you are free to exchange one token for another without any intermediaries, or deposit a token at interest with a crypto bank.
In the real world, contracts are concluded on paper or digitally, with the use of the digital signature. Contract fulfilment is monitored by the state, and disputes are resolved in court. There are some mentions on the web of people selling an apartment or another asset using a smart contract. But such information is nothing but deception.
Like offline, where contracts are regulated by certain countries and jurisdictions, a smart contract is only valid on the network where it is written and deployed.
It’s easier to grasp this with the example of a vending machine. One user puts stamps into the machine, the other puts seashells. The machine uses the exchange rate of 2 stamps per seashell. Both users trust the machine since its source code is public and everyone can read it.
How smart contracts emerged
The idea and the term ‘smart contract’ were coined by Nick Szabo in 1994. He described a smart contract as a cryptographic protocol that conducts and monitors contracts using a set of algorithms.
Smart contracts saw broad application in practice with the emergence of Ethereum. In 2013, the future project founder Vitalik Buterin realised that Bitcoin’s protocol was unusable for smart contracts because it had been designed for other purposes. So he decided to create a different protocol from scratch, which could be more relevant to the task.
Smart contracts help close deals and perform transactions according to pre-established rules, without any intermediaries. Blockchain makes such transactions transparent, traceable, and irreversible.
Where smart contracts are used
Applications based on smart contracts deployed in blockchain networks are called dApps (short for decentralized apps). Blockchain-based smart contracts enforce obligations on crypto projects, make them more secure, and provide a safe payment system for cryptocurrencies. Oracles play a key role in creation of next-gen smart contracts that provide fintech products and monetary instruments (e.g. market data-driven ones).
Token issue. Perhaps the most popular use case. Hundreds of examples available in the public domain is what makes issuing tokens easy and accessible to everyone.
Decentralized exchanges. DEXs are blockchain-based exchanges that allow trading tokens without the need to store them with centralized companies. Among the shining examples are Uniswap, PancakeSwap, SushiSwap, Polyx DEX. The most common type of DEXs is automated market makers. They are on-chain liquidity pools that exchange tokens by a specific formula rather than using the order book. They help traders access liquidity, and liquidity providers get passive income.
Staking. Staking is a process of providing cryptocurrency as a stake in a contract. Protocols use it to ensure efficient tokenomics. With such a method, it becomes apparent where, how, and in which proportion the staking rewards should be distributed. They can also be slashed (automatically withdrawn) in some cases.
Farming. This innovation emerged in the DeFi ecosystem and is used there to retain liquidity and distribute governance tokens evenly between users. Most DeFi projects offering farming reward liquidity providers with native tokens that fund protocol development.
Algorithmic stablecoins. What makes them similar to centralized and decentralized stablecoins is that they are also backed by fiat money, cryptocurrency, or any other asset. But here is the difference. Algorithmic stablecoins maintain the equivalent of pegging using automated rewards and fines. If the price falls below the pegging level, excess tokens are burned; if the price gets higher than the pegging level, extra tokens are issued.
How to create a smart contract
Let’s examine how smart contracts are created with the example of Ethereum, the most common blockchain platform.
First, we need to work out the smart contract’s logic and write the source code. Developers use Solidity, a language that is somehow similar to JavaScript. The code can be written in any integrated development environment, but Remix Online IDE is the most widespread one. It allows designing a smart contract, compiling it, and placing it on the network.
After compilation is complete, we need to deploy the code on the network. For that, we create a special transaction, and the deploying address pays a fee to the network (the fee currency is ETH in our case). The more complex the smart contract, the higher the fee.
If all goes well, the deployment transaction will be executed in one of the blocks and the smart contract will end up in the blockchain with a unique address. After that, it will be able to receive commands.
How much it costs to develop a smart contract
The price of a smart contract depends on its complexity. For example, creating a simple smart contract for issuing tokens costs 1000–5000 USD, while development of sophisticated dApps starts from 10,000 USD and may cost over 100,000 USD.
We at Polygant have been doing blockchain development for 10 years. For this time, we have designed around a hundred smart contracts of different complexity. Contact us on Telegram to discuss how advanced a contract your crypto project needs.
What a Smart Contract Audit is
A security audit is an independent examination of a smart contract’s code that projects usually publish on GitHub. Audits are a must for DeFi projects and dApps whose numerous users transact millions of dollars. Usually, an audit consists of the following stages:
Auditors conduct an initial review of contracts.
Auditors submit the review results to the project developers for further action.
Project developers make changes and fix the errors found.
Auditors draw up a final report considering the changes made and remaining errors.
Auditing is a common process for large crypto projects. Most investors take into account the audit results when studying new DeFi projects. And they have more confidence in reports compiled by reputable audit firms.
Why a crypto project may need an audit
Smart contracts help transact or block gigantic amounts of cryptocurrencies. And this can be a big prey for hackers. Even tiny code errors may lead to a project losing millions of user funds. For example, a hacking of The DAO resulted in the theft of $50 million worth of ETH and Ethereum’s hard forking.
A project team needs an independent security audit of the contract, as its transactions are irreversible. to make sure the code is secure, since transactions in the blockchain can’t be reversed. The specificity of blockchain technology makes it impossible to return cryptocurrency and resolve issues after a hack, so any vulnerabilities must be identified beforehand.
Purposes of smart contract auditing
Let’s list the goals that auditing helps to achieve.
Finding and fixing vulnerabilities
Auditors check smart contracts for various downfalls. Some are found immediately, but most can only be identified with the use of special techniques and tools. For example, during market manipulation, a vulnerable smart contract may be attacked with flash loans. To find such bottlenecks, auditors try to hack a smart contract. Here are the most common types of attacks they imitate:
Recursive call. A contracts another, external contract, before committing changes. After that, the second contract can recursively interact with the first one in an invalid way, since the balance of the first one hasn’t been updated yet.
Front running. When the execution of a contract depends on its position in a block, one can push a transaction forward in the queue by overpaying for gas and thus unfairly win auctions, lotteries, and games.
Integer overflow. When a contract performs an arithmetic operation, the value may exceed the storage capacity, resulting in an incorrect calculation of amounts.
Addressing security errors
Auditors also examine the network that hosts the smart contracts and the application programming interface (API) used to interact with dApps. If it turns out that the project can’t withstand a DDoS attack or its API is compromised, it will be unsafe for users to connect crypto wallets to potentially harmful blockchain apps.
Optimizing gas expenses
On top of analysing blockchain security, auditors look at how optimized and efficient smart contracts are. Seasoned blockchain developers try to optimize their performance. But inexperienced enthusiasts may neglect optimization.
Some smart contracts need to send a series of transactions to be executed. Given that gas fees are high on networks like Ethereum, efficient smart contracts could help save on transaction fees. And if they are inefficient, expensive gas could disrupt their operation.
How smart contracts are audited
A security audit is a common service. And though different audit firms may employ different approaches, here is a typical plan most of them follow:
Determining the scope of work. Contract specifications depend on the project’s purpose and architecture. They help auditors find out which goals developers pursued when writing the smart contract.
Estimating the audit cost based on the scope of work.
Carrying out the audit. The techniques and tools used vary from company to company. Both automated and manual examination methods can be used.
Drafting a bottleneck report. It’s then submitted to the team for troubleshooting.
Drawing up a final report describing action taken by developers to fix the problems found.
What an audit report is
A report is submitted at the end of the audit. In most reports, problems are categorised by severity: critical, major, minor, trivial. The problem status is also indicated, and is updated in the final report if the team had managed to fix the related error before the final report was drawn up.
Besides general takeaways, the report contains recommendations, code error review, and examples of inefficient code. When the project team receives the final report, they can publish the full version or the key findings in the community.
How Much it Costs to Audit a Smart Contract
The audit cost depends on the number of smart contracts to be reviewed. On average, an audit costs 2000–3000 USD. In a more complex case, it can cost over 10,000 USD. Another factor affecting the cost of service is the reputation of the audit firm.
Polygant is respected in the market. But we don’t think our reputation should be reflected in our rates. Send us a request to find out how much an audit will cost you.
A smart contract is a computer algorithm designed to conclude an agreement, monitor the fulfillment of its terms, and automatically fulfill obligations.
How did smart contracts appear?
The idea and term "smart contract" were coined by Nick Szabo in 1994. In 2013, the project's future founder, Vitalik Buterin, realized that the Bitcoin protocol was unsuitable for smart contracts, as it had not been designed for that purpose. He then decided to create his own protocol from scratch, one more suited to this task.
Where are smart contracts used?
They are used, for example, for issuing tokens, on decentralized exchanges, in staking, in farming, in algorithmic stablecoins, and in other areas.
How much does it cost to develop smart contracts?
The cost of a smart contract depends on its complexity. For example, creating a simple smart contract for token issuance costs between $1,000 and $5,000, while developing complex dApps starts at $10,000 and can cost over $100,000.