logo
bg_imgbg_imgbg_imgbg_img
exclamation mark iconReport an issue

If you notice some outdated information please let us know!

close icon
Name
Email
Your message
arrow-left

Quickswap

46%

Previous versions

Process Quality Review (0.9)

Quickswap

Final score:46%
Date:18 Jan 2024
Audit Process:version 0.9
Author:Rex
PQR Score:46%

FAIL

Security Incidents

Date:24 Oct 2022
Details: Quickswap Lend exploited by 200K via flashloan from a price manipulation on a Curve pool. Penalty 30% as this was preventable, foreseeable and no funds reimbursed to date.
Reference Linklink

Scoring Appendix

The final review score is indicated as a percentage. The percentage is calculated as Achieved Points due to MAX Possible Points. For each element the answer can be either Yes/No or a percentage. For a detailed breakdown of the individual weights of each question, please consult this document.

The blockchain used by this protocol
Polygon
#QuestionAnswer
83%
1.100%
2.Yes
3.0%
4.100%
59%
5.No
6.75%
7.80%
8.40%
9.100%
27%
10.40%
11.30%
12.0%
13.No
14%
14.20%
15.0%
16.0%
17.0%
18.0%
67%
19.100%
20.100%
21.0%
22.0%
23.0%
100%
24.Yes
25.100%
26.Yes
Total:46%

Very simply, the review looks for the following declarations from the developer's site. With these declarations, it is reasonable to trust the smart contracts.

  • Here are my smart contract on the blockchain(s)
  • Here is the documentation that explains what my smart contracts do
  • Here are the tests I ran to verify my smart contracts
  • Here are all the security steps I took to safeguard these contracts
  • Here is an explanation of the control I have to change these smart contracts
  • Here is how these smart contracts get information from outside the blockchain (if applicable)

This report is for informational purposes only and does not constitute investment advice of any kind, nor does it constitute an offer to provide investment advisory or other services. Nothing in this report shall be considered a solicitation or offer to buy or sell any security, token, future, option or other financial instrument or to offer or provide any investment advice or service to any person in any jurisdiction. Nothing contained in this report constitutes investment advice or offers any opinion with respect to the suitability of any security, and the views expressed in this report should not be taken as advice to buy, sell or hold any security. The information in this report should not be relied upon for the purpose of investing. In preparing the information contained in this report, we have not taken into account the investment needs, objectives and financial circumstances of any particular investor. This information has no regard to the specific investment objectives, financial situation and particular needs of any specific recipient of this information and investments discussed may not be suitable for all investors.

Any views expressed in this report by us were prepared based upon the information available to us at the time such views were written. The views expressed within this report are limited to DeFiSafety and the author and do not reflect those of any additional or third party and are strictly based upon DeFiSafety, its authors, interpretations and evaluation of relevant data. Changed or additional information could cause such views to change. All information is subject to possible correction. Information may quickly become unreliable for various reasons, including changes in market conditions or economic circumstances.

This completed report is copyright (c) DeFiSafety 2023. Permission is given to copy in whole, retaining this copyright label.

Code and Team

83%

This section looks at the code deployed on the relevant chains and team aspects. The document explaining these questions is here.

1. Are the smart contract addresses easy to find? (%)

Answer: 100%

The smart contract addresses for Quickswap are easily accessible and clearly labelled in the protocol's official documentation. They are found under the section titled "Contracts & Addresses". Therefore, based on the criteria, the score is 100%.  

Percentage Score Guidance:
100%
Clearly labelled and on website, documents or repository, quick to find
70%
Clearly labelled and on website, docs or repo but takes a bit of looking
40%
Addresses in mainnet.json, in discord or sub graph, etc
20%
Address found but labelling not clear or easy to find
0%
Executing addresses could not be found

2. Does the protocol have a public software repository? (Y/N)

Answer: Yes
Score Guidance:
Yes
There is a public software repository with the code at a minimum, but also normally test and scripts. Even if the repository was created just to hold the files and has just 1 transaction.
No
For teams with private repositories.

3. Is the team public (not anonymous)?

Answer: 0%

No, Quickswap appears anon.

Percentage Score Guidance:
100%
At least two names can be easily found in the protocol's website, documentation or medium. These are then confirmed by the personal websites of the individuals / their linkedin / twitter.
50%
At least one public name can be found to be working on the protocol.
0%
No public team members could be found.

4. How responsive are the devs when we present our initial report?

Answer: 100%

Devs responed quickly

Percentage Score Guidance:
100%
Devs responded within 24hours
100%
Devs slow but very active in improving the report
75%
Devs responded within 48 hours
50%
Devs responded within 72 hours
25%
Data not entered yet
0%
no dev response within 72 hours

Code Documentation

59%

This section looks at the software documentation. The document explaining these questions is here.

5. Is there a whitepaper? (Y/N)

Answer: No

No whitepaper was found.

Score Guidance:
Yes
There is an actual whitepaper or at least a very detailed doc on the technical basis of the protocol.
No
No whitepaper. Simple gitbook description of the protocol is not sufficient.

6. Is the protocol's software architecture documented? (%)

Answer: 75%

The Smart Contracts section acts as a good system architecture description, 75% score, as per guidance

Percentage Score Guidance:
100%
Detailed software architecture diagram with explanation
75%
Basic block diagram of software aspects or basic text architecture description
0%
No software architecture documentation

7. Does the software documentation fully cover the deployed contracts' source code? (%)

Answer: 80%

The Quickswap documentation provides a comprehensive overview of the smart contract source code. It includes code reviews, formal verification of core smart contracts, and details on various aspects of smart contract integration. However, while it covers major functions, it might not cover all minor details of the deployed source code.  

Percentage Score Guidance:
100%
All contracts and functions documented
80%
Only the major functions documented
79 - 1%
Estimate of the level of software documentation
0%
No software documentation

8. Is it possible to trace the documented software to its implementation in the protocol's source code? (%)

Answer: 40%

The Quickswap Documentation provides descriptions and guides on how the system operates, including security, fetching data, and interface integration. However, it does not appear to contain direct traceable links from the documentation to the source code on GitHub. There are no explicit code snippets or direct references to the source code in the provided documentation. Therefore, the connection between the documentation and code is not explicit, making it difficult for users to locate the corresponding source code.  

Percentage Score Guidance:
100%
Will be Requirements with traceability to code and to tests (as in avionics DO-178)
90%
On formal requirements with some traceability
80%
For good autogen docs
60%
Clear association between code and documents via non explicit traceability
40%
Documentation lists all the functions and describes their functions
0%
No connection between documentation and code

9. Is the documentation organized to ensure information availability and clarity? (%)

Answer: 100%

The documentation is very well organized.

Percentage Score Guidance:
100%
Information is well organized, compartmentalized and easy to navigate
50%
Information is decently organized but could use some streamlining
50%
Minimal documentation but well organized
0%
information is generally obfuscated

Testing

27%

This section covers the testing process of the protocol’s smart contract code previous to its deployment on the mainnet. The document explaining these questions is here.

10. Has the protocol tested their deployed code? (%)

Answer: 40%

Test to Code is 639 / 4319 = 15% which gives a score of 40%. Admittedly they are using the Uniswap code (but the fork has tests too). There is no excuse for not including and running the tests.    ───────────────────────────────────────────────────────────────────────────────  Language Files Lines Blanks Comments Code Complexity  ───────────────────────────────────────────────────────────────────────────────  JavaScript 10 4319 669 1586 2064 240  ───────────────────────────────────────────────────────────────────────────────  Total 10 4319 669 1586 2064 240  ───────────────────────────────────────────────────────────────────────────────  Estimated Cost to Develop $57,814  Estimated Schedule Effort 4.655748 months  Estimated People Required 1.103232  ───────────────────────────────────────────────────────────────────────────────  Processed 160076 bytes, 0.160 megabytes (SI)  ───────────────────────────────────────────────────────────────────────────────  ───────────────────────────────────────────────────────────────────────────────  Language Files Lines Blanks Comments Code Complexity  ───────────────────────────────────────────────────────────────────────────────  TypeScript 5 630 88 4 538 16  JavaScript 1 9 2 0 7 0  ───────────────────────────────────────────────────────────────────────────────  Total 6 639 90 4 545 16  ───────────────────────────────────────────────────────────────────────────────  Estimated Cost to Develop $14,282  Estimated Schedule Effort 2.736796 months  Estimated People Required 0.463644  ───────────────────────────────────────────────────────────────────────────────  Processed 25515 bytes, 0.026 megabytes (SI)  ───────────────────────────────────────────────────────────────────────────────  

Percentage Score Guidance:
100%
TtC > 120% Both unit and system test visible
80%
TtC > 80% Both unit and system test visible
40%
TtC < 80% Some tests visible
0%
No tests obvious

11. How covered is the protocol's code? (%)

Answer: 30%

As there are virtually no tests, we cannot give any credit for coverage. In addition there is no indication of a coverage report. Score is 30% as per guidance.

Percentage Score Guidance:
100%
Documented full coverage
99 - 51%
Value of test coverage from documented results
50%
No indication of code coverage but clearly there is a complete set of tests
30%
Some tests evident but not complete
0%
No test for coverage seen

12. Is there a detailed report of the protocol's test results?(%)

Answer: 0%

No test report was found.

Percentage Score Guidance:
100%
Detailed test report as described below
70%
GitHub code coverage report visible
0%
No test report evident

13. Has the protocol undergone Formal Verification? (Y/N)

Answer: No

On the Security page there is a mention of formal verification. However, the link to the report is broken and there is no reference available to find the report. Therefore, no credit can be given.

Score Guidance:
Yes
Formal Verification was performed and the report is readily available
No
Formal Verification was not performed and/or the report is not readily available.

Security

14%

This section looks at the 3rd party software audits done. It is explained in this document.

14. Is the protocol sufficiently audited? (%)

Answer: 20%

On the Security page there is mention of an audit. The link is dead and refers to a Uniswap audit page.
There is just no effort here. I know they are using Uniswap code which is solid and audited. But they need to demonstrate the code is the same and indicate which audits they are taking credit for in order to get the 65%. Based on present data only 20% is given.

Percentage Score Guidance:
100%
Multiple Audits performed before deployment and the audit findings are public and implemented or not required
90%
Single audit performed before deployment and audit findings are public and implemented or not required
70%
Audit(s) performed after deployment and no changes required. The Audit report is public.
65%
Code is forked from an already audited protocol and a changelog is provided explaining why forked code was used and what changes were made. This changelog must justify why the changes made do not affect the audit.
50%
Audit(s) performed after deployment and changes are needed but not implemented.
30%
Audit(s) performed are low-quality and do not indicate proper due diligence.
20%
No audit performed
0%
Audit Performed after deployment, existence is public, report is not public OR smart contract address' not found.
Deduct 25% if the audited code is not available for comparison.

15. Is there a matrix of audit applicability on deployed code (%)? Please refer to the example doc for reference.

Answer: 0%

No audits, therefore 0%.

Percentage Score Guidance:
100%
Current and clear matrix of applicability
100%
4 or less clearly relevant audits
50%
Out of date matrix of applicability
0%
no matrix of applicability

16. Is the bug bounty value acceptably high (%)

Answer: 0%

On the Security page there is mention of a Quickswap bug bounty program. The link points to the Uniswap bug bounty program. When Uniswap is managing a bug through its bounty program, they will not inform Quickswap so the Uniswap program adds no value. Score 0%.

Percentage Score Guidance:
100%
Bounty is 10% TVL or at least $1M AND active program (see below)
90%
Bounty is 5% TVL or at least 500k AND active program
80%
Bounty is 5% TVL or at least 500k
70%
Bounty is 100k or over AND active program
60%
Bounty is 100k or over
50%
Bounty is 50k or over AND active program
40%
Bounty is 50k or over
20%
Bug bounty program bounty is less than 50k
0%
No bug bounty program offered / the bug bounty program is dead
An active program means that a third party (such as Immunefi) is actively driving hackers to the site. An inactive program would be static mentions on the docs.

17. Is there documented protocol monitoring (%)?

Answer: 0%

No evidence of protocol monitoring was found.

Percentage Score Guidance:
80%
Documentation covering protocol specific threat monitoring
60%
Documentation covering generic threat monitoring
40%
Documentation covering operational monitoring
0%
No on chain monitoring
Add 20% for documented incident response process

18. Is there documented protocol front-end monitoring (%)?

Answer: 0%

The documentation from Quickswap does not provide specific mentions of DDOS Protection, DNS steps to protect the domain, Intrusion detection protection on the front end, or Unwanted front-end modification detection. Hence, the score is 0% as none of the security measures required for front-end monitoring are documented.  [...]

Percentage Score Guidance:
25%
DDOS Protection
25%
DNS steps to protect the domain
25%
Intrusion detection protection on the front end
25%
Unwanted front-end modification detection OR
60%
For a generic web site protection statement

Admin Controls

67%

This section covers the documentation of special access controls for a DeFi protocol. The admin access controls are the contracts that allow updating contracts or coefficients in the protocol. Since these contracts can allow the protocol admins to "change the rules", complete disclosure of capabilities is vital for user's transparency. It is explained in this document.

19. Is the protocol code immutable or upgradeable? (%)

Answer: 100%

According to QuickSwap's official documentation, QuickSwap is implemented in a system of non-upgradeable smart contracts on the Ethereum blockchain. This means that the protocol's code is immutable and cannot be altered or upgraded after it has been deployed.  

Percentage Score Guidance:
100%
Fully Immutable
90%
Updateable via Governance with a timelock >= 5 days
80%
Updateable with Timelock >= 5 days
70%
Updateable via Governance
50%
Updateable code with Roles
40%
Updateable code MultiSig
0%
Updateable code via EOA
Pause control does not impact immutability

20. Is the protocol's code upgradeability clearly explained in non technical terms? (%)

Answer: 100%

The QuickSwap protocol's documentationstates that it is implemented in a system of non-upgradeable smart contracts on the Ethereum blockchain. This indicates that the smart contracts are immutable, disallowing post-deployment changes or upgrades. As per the scoring rubric, if all contracts are immutable, they automatically score 100% for this question.  

Percentage Score Guidance:
100%
Code is Immutable and clearly indicated so in documentation OR
100%
Code is upgradeable and clearly explained in non technical terms
50%
Code is upgradeable with minimal explanation
50%
Code is immutable but this is not mentioned clearly in the documentation
0%
No documentation on code upgradeability

21. Are the admin addresses, roles and capabilities clearly explained? (%)

Answer: 0%

At a minimum there is a means to set the fee address for allowing fees. But there is not data on how this can be changed. The documentation reviewed does not provide any details regarding admin addresses, roles, and capabilities within the Quickswap protocol. The information primarily focuses on security measures, smart contract integration, and the mechanism for price determination. There is no mention of any admin addresses, roles, or permissions present in the smart contracts. Therefore, it is not possible to evaluate the level of control and potential influence these entities may have on the protocol.   For these reasons, a score of 0% is given.

Percentage Score Guidance:
100%
If immutable code and no changes possible, no admins required OR
100%
Admin addresses, roles and capabilities clearly explained OR
100%
Admin control is through Governance and process clearly explained
80%
Admin addresses, roles and capabilities incompletely explained but good content
40%
Admin addresses, roles and capabilities minimally explained, information scattered
0%
No information on admin addresses, roles and capabilities

22. Are the signers of the admin addresses clearly listed and provably distinct humans? (%)

Answer: 0%

Based on the available information, it is not clear who the signers of the admin addresses are. The Quickswap documentation does not provide specific information about the signers of the admin addresses. The descriptions of the team members do not include explicit mention of their roles as signers. Score 0%.  

Percentage Score Guidance:
100%
If immutable and no changes possible
100%
If admin control is fully via governance
80%
Robust transaction signing process (7 or more elements)
70%
Adequate transaction signing process (5 or more elements)
60%
Weak transaction signing process (3 or more elements)
0%
No transaction signing process evident
Evidence of audits of signers following the process add 20%

23. Is there a robust documented transaction signing policy? Please refer to the Example doc for reference.(%)

Answer: 0%

Based on the provided text, there is no clear or comprehensive transaction signing policy provided in the Quickswap documentation. While there is mention of security audits, formal verification, and meta transactions, none of the elements of a transaction signing policy as defined in the research instructions are present.  

Percentage Score Guidance:
100%
If immutable and no changes possible
100%
If admin control is fully via governance
80%
Robust transaction signing process (7 or more elements)
70%
Adequate transaction signing process (5 or more elements)
60%
Weak transaction signing process (3 or more elements)
0%
No transaction signing process evident
Evidence of audits of signers following the process add 20%

Oracles

100%

This section goes over the documentation that a protocol may or may not supply about their Oracle usage. Oracles are a fundamental part of DeFi as they are responsible for relaying tons of price data information to thousands of protocols using blockchain technology. Not only are they important for price feeds, but they are also an essential component of transaction verification and security. These questions are explained in this document.

24. Are Oracles relevant? (Y/N)

Answer: Yes

The protocol uses price feed oracles as indicated in the provided documentation. The protocol employs oracles as tools for retrieving price information for assets on-chain. It is also mentioned that developers, while building smart contracts that integrate with DeFi protocols, will inevitably encounter the price oracle problem. In addition, in order to guard against certain attacks, the protocol documentation suggests introducing a price oracle, which can be of two types - off-chain and on-chain, depending on the situation and requirements.  

Score Guidance:
Yes
The protocol uses Oracles and the next 2 questions are relevant
No
If the protocol does not use Oracles, then the answer is No and the Oracle questions will not be answered or used in the final score for this protocol

25. Is the protocol's Oracle sufficiently documented? (%)

Answer: 100%

The protocol's Oracle is comprehensively documented. The documentation details the concept of Oracles, the need for them in smart contracts and DeFi protocols, and potential security risks associated with them. It also outlines how to build a price oracle on Uniswap V2, emphasizing the importance of understanding the requirements for the use case and providing questions to guide that understanding. Additionally, the documentation explains how to protect against attacks using an external price feed or "price oracle". It also mentions the situations in which an on-chain oracle should be used when an off-chain price is not available.  

Percentage Score Guidance:
100%
The Oracle is specified. The contracts dependent on the oracle are identified. Basic software functions are identified (if the protocol provides its own price feed data). Timeframe of price feeds are identified.
75%
The Oracle documentation identifies both source and timeframe but does not provide additional context regarding smart contracts.
60%
Only the Oracle source is identified.
0%
No oracle is named / no oracle information is documented.

26. Can flashloan attacks be applied to the protocol, and if so, are those flashloan attack risks mitigated? (Y/N)

Answer: Yes

Flashloan attacks can be applied to the protocol. However, the protocol has implemented measures to mitigate the risks of flashloan attacks. These measures include the usage of a price oracle to ensure the fairness of the swap price, which can protect against manipulation. The cost of manipulating the price for a specific period can be estimated as the amount lost to arbitrage and fees for that period, making the attack impractical for larger liquidity pools and longer periods. In addition, the Quickswap frontend calculates the optimal input/output amounts given observed intra-block prices, ensuring trade safety.  

Score Guidance:
Yes
The protocol's documentation includes information on how they mitigate the possibilities and extents of flash loan attacks.
No
The protocol's documentation does not include any information regarding the mitigation of flash loan attacks.